Re: [PATCH 02/36] next-cube: remove 0x14020 dummy value from next_mmio_read()

2024-10-26 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:18 +0100 schrieb Mark Cave-Ayland : > This is a dummy value for the SCSI CSR which appears to have no effect when > removed. Eventually the reads/writes to this register will be directed > towards the WIP implementations in next_scr_readfn() and next_scr_writefn(). > > S

[PATCH 02/36] next-cube: remove 0x14020 dummy value from next_mmio_read()

2024-10-23 Thread Mark Cave-Ayland
This is a dummy value for the SCSI CSR which appears to have no effect when removed. Eventually the reads/writes to this register will be directed towards the WIP implementations in next_scr_readfn() and next_scr_writefn(). Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 4 1 file