Updated disk image. Builds on Merlin-16 again.

This commit is contained in:
Bobbi Webber-Manners 2021-11-05 19:16:22 -04:00
parent 087c9fc4e1
commit 0d08904fc9
21 changed files with 1831 additions and 1790 deletions

Binary file not shown.

View File

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

View File

@ -467,3 +467,5 @@ OSWORDM ASC 'OSWORD($'
DB $00 DB $00
OSBM2 ASC ').' OSBM2 ASC ').'
DB $00 DB $00

View File

@ -443,3 +443,5 @@ BYTE7DOK RTS
BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT
RTS ; Not possible with Apple RTS ; Not possible with Apple

View File

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

View File

@ -1035,3 +1035,4 @@ ERROR5E DW $FD00
ERROR27 DW $FF00 ERROR27 DW $FF00
ASC 'I/O error' ; $27 - I/O error ASC 'I/O error' ; $27 - I/O error
DB $00 DB $00

View File

@ -208,3 +208,5 @@ HELLO ASC 'Applecorn MOS 2021-11-04'
DB $00 ; Unify MOS messages DB $00 ; Unify MOS messages

View File

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

View File

@ -74,3 +74,5 @@ OSGBPBCB EQU OSFILECB+1 ; OSGBPB control block
* $0300-$03DF * $0300-$03DF
* $03E0-$03FF Used for interfacing with ProDOS XFER * $03E0-$03FF Used for interfacing with ProDOS XFER

View File

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

View File

@ -1008,3 +1008,5 @@ VDU01 RTS

View File

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

View File

@ -228,6 +228,8 @@ MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380

View File

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

View File

@ -16,6 +16,8 @@ START JSR CROUT
LDA #$20 ; PAGE2 shadow on ROM3 GS LDA #$20 ; PAGE2 shadow on ROM3 GS
TRB $C035 TRB $C035
STZ $C073 ; Force RamWorks bank zero
JSR ROMMENU JSR ROMMENU
* LDA #>AUXADDR ; Address in aux * LDA #>AUXADDR ; Address in aux
* LDX #<AUXADDR * LDX #<AUXADDR
@ -176,4 +178,6 @@ LOADCODE PHP ; Save carry flag

View File

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

View File

@ -103,3 +103,5 @@ USERSEL DB $00

View File

@ -183,3 +183,5 @@ GETPREF JSR MLI
* Map of file reference numbers to IOBUF1..4 * Map of file reference numbers to IOBUF1..4
FILEREFS DB $00,$00,$00,$00 FILEREFS DB $00,$00,$00,$00

View File

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

View File

@ -1119,3 +1119,5 @@ MAINRDMEM STA A1L
LDA (A1L) LDA (A1L)
MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS

View File

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