X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=pico%2Fmemory.c;h=5d1d25f7cbe8dfb0351506e91bc4af1f9726dafa;hp=3900208bf6475619df0e89b8f665251cf7ee8e53;hb=e42a47e2086e6512519dd86af420363498302f49;hpb=8f80007bcc94faae7c369d4ed8a07a9d35c31c72 diff --git a/pico/memory.c b/pico/memory.c index 3900208..5d1d25f 100644 --- a/pico/memory.c +++ b/pico/memory.c @@ -539,7 +539,6 @@ static void PicoWrite8_z80(u32 a, u32 d) } if ((a & 0x4000) == 0x0000) { // z80 RAM - SekCyclesBurnRun(2); // FIXME hack Pico.zram[a & 0x1fff] = (u8)d; return; }