Am Fri, 15 Dec 2023 20:00:01 +0000 schrieb Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>:
> The old QEMU memory accessors used in the original NextCube patch series had > separate functions for 1, 2 and 4 byte accessors. When the series was finally > merged a simple wrapper function was written to dispatch the memory accesses > using the original functions. > > Convert scr_ops to use the memory API directly renaming it to next_scr_ops, > marking it as DEVICE_BIG_ENDIAN, and handling any unaligned accesses. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/m68k/next-cube.c | 155 ++++++++++++++++---------------------------- > 1 file changed, 55 insertions(+), 100 deletions(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>