Re: [PATCH v2 16/34] next-cube: rearrange NeXTState declarations to improve readability

2024-12-14 Thread Philippe Mathieu-Daudé
On 12/12/24 12:46, Mark Cave-Ayland wrote: Move the NeXTState, next_dma and TYPE_NEXT_MACHINE definition to the same area at the top of next-cube.c. Signed-off-by: Mark Cave-Ayland Reviewed-by: Thomas Huth --- hw/m68k/next-cube.c | 64 ++--- 1 file ch

[PATCH v2 16/34] next-cube: rearrange NeXTState declarations to improve readability

2024-12-12 Thread Mark Cave-Ayland
Move the NeXTState, next_dma and TYPE_NEXT_MACHINE definition to the same area at the top of next-cube.c. Signed-off-by: Mark Cave-Ayland Reviewed-by: Thomas Huth --- hw/m68k/next-cube.c | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) diff