Re: [PATCH 11/36] next-cube: move floppy disk MMIO to separate memory region in next-pc

2024-10-28 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:27 +0100 schrieb Mark Cave-Ayland : > The dummy floppy disk device is part of the next-pc device, and not related to > the NeXTCube SCRs. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 61 - > 1 file change

[PATCH 11/36] next-cube: move floppy disk MMIO to separate memory region in next-pc

2024-10-23 Thread Mark Cave-Ayland
The dummy floppy disk device is part of the next-pc device, and not related to the NeXTCube SCRs. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 61 - 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/hw/m68k/next-cube.c b/hw/m