Updated disk image. Builds on Merlin-16 again.

This commit is contained in:
Bobbi Webber-Manners 2021-09-26 18:25:23 -04:00
parent 7e4e721a97
commit 8e7cc7792e
21 changed files with 297 additions and 259 deletions

Binary file not shown.

View File

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

View File

@ -485,4 +485,6 @@ OSBM2 ASC ').'

View File

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

View File

@ -246,3 +246,5 @@ RELCOORD CLC
STA VDUQ+7
RTS

View File

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

View File

@ -188,3 +188,5 @@ HELLO ASC 'Applecorn MOS 2021-09-26'

View File

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

View File

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

View File

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

View File

@ -111,10 +111,10 @@ VDUWORKSZ EQU VDUVAREND-VDUWORKSP+1
* 1 3 6 7
SCNTXTMAXX DB 79,39,19,79,39,19,39,39 ; Max text column
SCNTXTMAXY DB 23,23,23,23,23,23,23,23 ; Max text row
SCNBYTES DB 1, 8, 1, 1, 1, 1, 1, 1 ; Bytes per character
SCNBYTES DB 1,8,1,1,1,1,1,1
SCNCOLOURS DB 15,15,15,15,15,15,15,15 ; Colours-1
SCNPIXELS DB 0, 7, 0, 0, 0, 0, 0, 0 ; Pixels per byte
SCNTYPE DB 1,128,0, 1, 0, 0, 0,64 ; Screen type
SCNPIXELS DB 0,7,0,0,0,0,0,0
SCNTYPE DB 1,128,0,1,0,0,0,64
* b7=FastDraw
* b6=Teletext
* b0=40COL/80COL

View File

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

View File

@ -182,3 +182,5 @@ MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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