timing hack for PacMan 2

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@475 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-30 20:46:37 +00:00
parent 4936aac1ca
commit 760e26c7dd
2 changed files with 9 additions and 7 deletions

View file

@ -868,7 +868,11 @@ m_write8_misc2:
bic r0, r0, #0xff0000
bic r0, r0, #0x00e000
tst r2, #1
ldr r2, =SekCycleCnt
streqb r1, [r3, r0] @ zram
ldr r0, [r2]
add r0, r0, #2 @ hack?
str r0, [r2]
bx lr
m_write8_z80_not_ram: