diff --git a/applecorn.po b/applecorn.po index 3b07329..ea6c957 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/mainmem.shr.s b/mainmem.shr.s index a7fdcea..982fbf9 100644 --- a/mainmem.shr.s +++ b/mainmem.shr.s @@ -1093,7 +1093,7 @@ SHRLINELO MX %00 ; Tell merlin 16 bit M & X STA :D ; D = D + 2 * dy :S3 INX CPX :LIM ; Compare with x1 - BNE :L1 + BCC :L1 SEC ; 65816 emulation mode XCE @@ -1169,7 +1169,7 @@ SHRLINEHI MX %00 ; Tell Merlin 16 bit M & X STA :D ; D = D + 2 * dx :S3 INX CPX :LIM ; Compare with y1 - BNE :L1 + BCC :L1 SEC ; 65816 emulation mode XCE diff --git a/mame_applecorn b/mame_applecorn index a21de9b..e1a4d55 100755 --- a/mame_applecorn +++ b/mame_applecorn @@ -1,2 +1,2 @@ #mame -w apple2ee -debug -sl5 mouse -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po -mame -w apple2gs -debug -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po -harddisk2 tests/JGHMusic2.po +mame -w apple2gs -debug -sl7 cffa2 -harddisk1 ~/Personal/Development/Applecorn/applecorn.po -harddisk2 tests/Creat*po