SHR drawing fix for zero length lines. Fix #272.

This commit is contained in:
Bobbi Webber-Manners 2023-01-19 18:04:13 -05:00
parent 3f2a5d6b90
commit c7d39ee8c6
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -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

View File

@ -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