Builds on Merlin-16 again.

This commit is contained in:
Bobbi Webber-Manners 2021-09-22 18:36:05 -04:00
parent 2fb7f01e67
commit 2afc3bff3b
20 changed files with 78 additions and 46 deletions

Binary file not shown.

View File

@ -210,4 +210,6 @@ MAINZP MAC

View File

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

View File

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

View File

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

View File

@ -981,3 +981,5 @@ ERROR2E DW $C800
DB $00

View File

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

View File

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

View File

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

View File

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

View File

@ -81,9 +81,9 @@ VDUCOLOURS EQU VDUVARS+$37 ; *TEMP* colours-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, 1, 1, 1, 1, 1, 1, 1 ; Bytes per character
SCNCOLOURS DB 1, 1, 1, 1, 1, 1, 1, 1 ; Colours-1
SCNTYPE DB 1, 0,128,1, 0, 0, 0,64 ; Screen type
SCNBYTES DB 1,1
SCNCOLOURS DB 1,1
SCNTYPE DB 1,0,128,1
* b7=FastDraw
* b6=Teletext
* b0=40COL/80COL

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1138,3 +1138,5 @@ PLOTMODE DB $00 ; K value for PLOT K,X,Y

View File

@ -388,3 +388,5 @@ MATCHBUF DS 65 ; For storing match results (Pascal str)