Builds on Merlin-16. Disk image updated.

This commit is contained in:
Bobbi Webber-Manners 2021-09-23 18:16:21 -04:00
parent a9e80db0f5
commit 6278c6d9fc
22 changed files with 141 additions and 101 deletions

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -177,8 +177,10 @@ BYTE00XX BEQ BYTE00A ; OSBYTE 0,0 - generate error
RTS ; %000x1xxx host type, 'A'pple
BYTE00A BRK
DB $F7
HELLO ASC 'Applecorn MOS 2021-09-22'
HELLO ASC 'Applecorn MOS 2021-09-23'
DB $00 ; Unify MOS messages

View File

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

View File

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

View File

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

View File

@ -803,3 +803,5 @@ BYTEA02 LDY VDUVARS+1,X

View File

@ -1,5 +1,5 @@
#!/bin/sh
for file in APPLECORN AUXMEM.BYTWRD AUXMEM.CHARIO AUXMEM.GFX AUXMEM.HOSTFS AUXMEM.INIT AUXMEM.MISC AUXMEM.MOSEQU AUXMEM.OSCLI AUXMEM.VDU MAINMEM.FSEQU MAINMEM.INIT MAINMEM.LDR MAINMEM.LISTS MAINMEM.MENU MAINMEM.MISC MAINMEM.PATH MAINMEM.SVC MAINMEM.WILD; do
for file in APPLECORN AUXMEM.BYTWRD AUXMEM.CHARIO AUXMEM.GFX AUXMEM.HOSTFS AUXMEM.INIT AUXMEM.MISC AUXMEM.MOSEQU AUXMEM.OSCLI AUXMEM.VDU MAINMEM.FSEQU MAINMEM.GFX MAINMEM.INIT MAINMEM.LDR MAINMEM.LISTS MAINMEM.MENU MAINMEM.MISC MAINMEM.PATH MAINMEM.SVC MAINMEM.WILD; do
cadius extractfile applecorn.po /APPLECORN/${file}.S .
rm _FileInformation.txt
cadius clearhighbit ${file}.S\#040000

View File

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

View File

@ -123,3 +123,5 @@ HGRADDR DW $0000 ; Address 1st line of HGR char

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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