Use OpenBus as intermediary here to fix Funaki Masakatsu.

This commit is contained in:
Brandon Wright 2018-06-01 19:25:41 -05:00
parent 7faed1fa2b
commit 1b5cc53299
1 changed files with 2 additions and 2 deletions

View File

@ -859,8 +859,8 @@ bool8 S9xDoDMA (uint8 Channel)
count--;
// Fall through
case 1:
Work = *(base + p);
REGISTER_2119_linear(Work);
OpenBus = *(base + p);
REGISTER_2119_linear(OpenBus);
UPDATE_COUNTERS;
count--;
}