Fixed the emulator.

This commit is contained in:
OBattler
2021-12-19 23:41:23 +01:00
parent bc90f99350
commit 4d2ed33ff2
6 changed files with 19 additions and 13 deletions

View File

@@ -1043,7 +1043,7 @@ dma_reset(void)
dma_mask = 0x00ffffff;
dma_at = 0;
dma_at = is286;
}