mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-04 09:03:04 +02:00
Removed old patch for DoA.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user