X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fpico_int.h;h=d3b64a820aa804b4f9a813b0e122edb80d7ee642;hb=d8f51995c466282c7c93f3666b1bc54b827ec19e;hp=1339c264d76c78fc0a1186a3ac94ca574287ebea;hpb=c8d1e9b66255c00a3bef7ca27ae019e3523d7a4b;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 1339c26..d3b64a8 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -427,6 +427,7 @@ PICO_INTERNAL_ASM void PicoMemReset(void); PICO_INTERNAL void PicoMemResetHooks(void); PICO_INTERNAL int PadRead(int i); PICO_INTERNAL int ym2612_write_local(unsigned int a, unsigned int d, int is_from_z80); +void z80_mem_setup(void); extern unsigned int (*PicoRead16Hook)(unsigned int a, int realsize); extern void (*PicoWrite8Hook) (unsigned int a,unsigned int d,int realsize); extern void (*PicoWrite16Hook)(unsigned int a,unsigned int d,int realsize);