Updated disk image. Confirmed build on Merlin-16.

This commit is contained in:
Bobbi Webber-Manners 2021-09-23 22:07:36 -04:00
parent e30576b7ec
commit e24cec39fc
21 changed files with 44 additions and 4 deletions

Binary file not shown.

View File

@ -218,6 +218,8 @@ MAINZP MAC

View File

@ -482,3 +482,5 @@ OSBM2 ASC ').'

View File

@ -457,3 +457,5 @@ BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT

View File

@ -100,3 +100,5 @@ RELCOORD CLC

View File

@ -987,3 +987,5 @@ ERROR2E DW $C800

View File

@ -184,3 +184,5 @@ HELLO ASC 'Applecorn MOS 2021-09-23'

View File

@ -540,3 +540,5 @@ AUXBLK ASC '**ENDOFCODE**'

View File

@ -79,3 +79,5 @@ OSFILECB EQU $2EE ; OSFILE control block

View File

@ -507,3 +507,5 @@ ECHOLP1 JSR GSREAD

View File

@ -633,7 +633,7 @@ SCROLLER LDA #$00
JSR SCR1LINE
PLA
PHA
JSR HSCR1LINE
JSR HSCR1LINE ;;;; TODO ONLY DO THIS FOR MODE 2!!
PLA
INC
CMP #23
@ -812,3 +812,5 @@ BYTEA02 LDY VDUVARS+1,X

View File

@ -69,6 +69,8 @@ GEOFCMD EQU $D1

View File

@ -151,7 +151,9 @@ PLOTMODE DB $00 ; K value for PLOT K,X,Y
HGRADDR DW $0000 ; Address 1st line of HGR char
* Addresses of start of pixel rows in PAGE1
MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380
DW $2028,$20A8,$2128,$21A8,$2228,$22A8,$2328,$23A8
DW $2050,$20D0,$2150,$21D0,$2250,$22D0,$2350,$23D0
MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380
DW $2028,$20A8,$2128,$21A8,$2228,$22A8,$2328,$23A8
DW $2050,$20D0,$2150,$21D0,$2250,$22D0,$2350,$23D0

View File

@ -115,6 +115,8 @@ RESET TSX

View File

@ -162,3 +162,5 @@ LOADCODE PHP ; Save carry flag

View File

@ -133,6 +133,8 @@ QUITPL HEX 04 ; Number of parameters

View File

@ -150,6 +150,8 @@ ROM8 STR "USERROM2.ROM"

View File

@ -219,6 +219,8 @@ FILEREFS DB $00,$00,$00,$00

View File

@ -314,6 +314,8 @@ PREFIX DS 65 ; Buffer for ProDOS prefix

View File

@ -1059,3 +1059,5 @@ MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS

View File

@ -391,6 +391,8 @@ MATCHBUF DS 65 ; For storing match results (Pascal str)