cd sync improvements

This commit is contained in:
notaz 2013-08-26 03:46:27 +03:00
parent add51c49ec
commit bc3c13d329
5 changed files with 65 additions and 22 deletions

View file

@ -216,6 +216,9 @@ m_m68k_read8_r0d:
mov r0, r0, lsr #16
bx lr
m_m68k_read8_hi:
push {r0,r1,lr}
bl m68k_comm_check
pop {r0,r1,lr}
cmp r0, #0x30
movge r0, #0
bxeq lr