Re: [PATCH 18/36] next-cube: rearrange NeXTState declarations to improve readability

2024-11-02 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:34 +0100 schrieb 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 > --- > hw/m68k/next-cube.c | 64 ++--- > 1 fil

[PATCH 18/36] next-cube: rearrange NeXTState declarations to improve readability

2024-10-23 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 --- hw/m68k/next-cube.c | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/hw/m68k/next-cube.