X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2F32x%2Fmemory.c;h=cb318c7cf2d457f99f298fdb7fbba19244b092b8;hb=5f0ca48fedc1517d849df86085bc8d1c59780ed8;hp=fc4f1774a00c13f0c70961bc4dbc31f68b491caa;hpb=f4c0720c249d4d51f13f9cd69e3f149dcdf64a9e;p=picodrive.git diff --git a/pico/32x/memory.c b/pico/32x/memory.c index fc4f177..cb318c7 100644 --- a/pico/32x/memory.c +++ b/pico/32x/memory.c @@ -1253,11 +1253,6 @@ static int REGPARM(3) sh2_write16_da(u32 a, u32 d, int id) } -typedef struct { - uptr addr; // stores (membase >> 1) or ((handler >> 1) | (1<<31)) - u32 mask; -} sh2_memmap; - typedef u32 (sh2_read_handler)(u32 a, int id); typedef int REGPARM(3) (sh2_write_handler)(u32 a, u32 d, int id);