Compare commits

...

6 Commits

Author SHA1 Message Date
Bobbi Webber-Manners 3325769e5f Fixed SHRPALCUSTOM return to aux mem 2023-01-19 20:32:45 -05:00
Bobbi Webber-Manners da3e1272b8 Fix return from SHRPALCHANGE. Fix #273. 2023-01-19 19:06:12 -05:00
Bobbi Webber-Manners 52115342e3 Added 0.53-beta release .po image. 2023-01-19 18:34:29 -05:00
Bobbi Webber-Manners 88c40b3d1c 0.53-beta release 2023-01-19 18:04:55 -05:00
Bobbi Webber-Manners c7d39ee8c6 SHR drawing fix for zero length lines. Fix #272. 2023-01-19 18:04:13 -05:00
Bobbi Webber-Manners 3f2a5d6b90 Added Creative Graphics floppy disk 2023-01-19 17:45:01 -05:00
5 changed files with 7 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -92,7 +92,6 @@ SHRXPLDFONT >>> ENTMAIN
BNE :L1
JSR SHRCLR24 ; Clear row 24
>>> XF2AUX,SHRV22RET
RTS
* Explode one character to location pointed to by A3L
@ -1093,7 +1092,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 +1168,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
@ -1568,7 +1567,7 @@ SHRPALCHANGE >>> ENTMAIN
STAL $E19E00+9,X
STAL $E19E00+17,X
STAL $E19E00+25,X
RTS
BRA :DONE
:MODE320 TXA
AND #%00011110 ; Has already been shifted
TAX
@ -1576,7 +1575,7 @@ SHRPALCHANGE >>> ENTMAIN
STAL $E19E00,X ; Store in logical slot
LDA PALETTE320+1,Y ; Byte 2 of physical colour
STAL $E19E00+1,X ; Store in logical slot
>>> XF2AUX,VDUXXRET
:DONE >>> XF2AUX,VDUXXRET
* Assign a custom RGB colour to a 'logical' colour
@ -1600,7 +1599,7 @@ SHRPALCUSTOM >>> ENTMAIN
STAL $E19E00+9,X
STAL $E19E00+17,X
STAL $E19E00+25,X
RTS
BRA :DONE
:MODE320 TXA
AND #%00011110 ; Has already been shifted
TAX
@ -1608,7 +1607,7 @@ SHRPALCUSTOM >>> ENTMAIN
STAL $E19E00,X ; Store in logical slot
TYA ; R component
STAL $E19E00+1,X ; Store in logical slot
>>> XF2AUX,VDUXXRET
:DONE >>> XF2AUX,VDUXXRET
* Table of addresses of SHR rows (in reverse order)

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

BIN
tests/Creative_Graphics.po Normal file

Binary file not shown.