Browse Source

Removed old patch for DoA.

root 2 years ago
parent
commit
fe245f2436
1 changed files with 0 additions and 5 deletions
  1. 0 5
      pico/carthw/carthw.c

+ 0 - 5
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;