X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=e2ce1ad11a931256342fdcd50ed1e02e9bc4c9cd;hb=0ffefdb8bd172c258497ce0cd14d1f2ea1358f69;hp=85b25790508c1d555f3d16cb43c2aff2922e5c84;hpb=689fb2c0898deb6f87006dc5755516eb0ff6e647;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index 85b2579..e2ce1ad 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -410,7 +410,7 @@ extern struct PicoSRAM SRam; extern int emustatus; extern int z80startCycle, z80stopCycle; // in 68k cycles extern void (*PicoResetHook)(void); -extern void (*PicoLineHook)(void); +extern void (*PicoLineHook)(int count); PICO_INTERNAL int CheckDMA(void); // cd/Pico.c