Re: [PATCH 03/11] hw/m68k/next-cube: Move mmio_ops into NeXTPC device

2021-01-15 Thread Thomas Huth
Am Fri, 15 Jan 2021 20:11:58 + schrieb Peter Maydell : > Move the registers handled by the mmio_ops struct into the NeXTPC > device. This allows us to also move the scr1 and scr2 data fields. > > Signed-off-by: Peter Maydell > --- > hw/m68k/next-cube.c | 80 > +-

[PATCH 03/11] hw/m68k/next-cube: Move mmio_ops into NeXTPC device

2021-01-15 Thread Peter Maydell
Move the registers handled by the mmio_ops struct into the NeXTPC device. This allows us to also move the scr1 and scr2 data fields. Signed-off-by: Peter Maydell --- hw/m68k/next-cube.c | 80 + 1 file changed, 44 insertions(+), 36 deletions(-) diff -