diff --git a/pico/carthw/carthw.c b/pico/carthw/carthw.c index b465123a..83cb2da3 100644 --- a/pico/carthw/carthw.c +++ b/pico/carthw/carthw.c @@ -40,11 +40,6 @@ void carthw_ssf2_write8(u32 a, u32 d) return; } - if ((Pico.sv.flags & SRF_ENABLED) && ((a & 0x0e) == 0)) { - PicoWrite8_io(a, d); - return; - } - a &= 0x0e; if (a == 0) return;