DMA fix for Tetris Attack (and probably other games).
This commit is contained in:
@@ -1649,6 +1649,8 @@ reg43XAw:
|
||||
mov bx,[resolutn]
|
||||
cmp word[curypos],bx
|
||||
jb .nodma
|
||||
cmp al,0
|
||||
je .nodma
|
||||
mov byte[nohdmaframe],1
|
||||
inc byte[hdmadelay]
|
||||
.nodma
|
||||
|
||||
Reference in New Issue
Block a user