DogCow's timing issue

This commit is contained in:
Rémy GIBERT 2016-01-06 19:45:59 +01:00
parent 6666db9b91
commit 5246249b79

View File

@ -86,6 +86,17 @@ RW.Detect2 php
lda #0
.2 sta RWBankSelect
*--------------------------------------
* Added after Dog Cow from macgui.com testing sessions
*
pha
pla
*
* to address possibly a timing issue
*--------------------------------------
sta 0
eor #$FF
sta 1