Updated applecorn.po disk image.

This commit is contained in:
Bobbi Webber-Manners 2021-09-30 16:40:32 -04:00
parent bd5d7e4259
commit 0b0985151f
21 changed files with 50 additions and 10 deletions

Binary file not shown.

View File

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

View File

@ -487,6 +487,8 @@ OSBM2 ASC ').'

View File

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

View File

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

View File

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

View File

@ -192,3 +192,5 @@ HELLO ASC 'Applecorn MOS 2021-09-29'

View File

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

View File

@ -86,4 +86,6 @@ OSFILECB EQU $2EE ; OSFILE control block

View File

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

View File

@ -113,20 +113,20 @@ VDUWORKSZ EQU VDUVAREND-VDUWORKSP+1
* Screen definitions
* 1 3 6 7 ; MODEs sort-of completed
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 01,08,01,01,01,01,01,01 ; Bytes per character
SCNCOLOURS DB 15,07,15,01,01,15,01,01 ; Colours-1
SCNPIXELS DB 00,07,00,00,00,00,00,00 ; Pixels per byte
SCNTYPE DB 01,128,0,01,00,00,00,64 ; Screen type
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 01,08,01,01,01,01,01,01 ; Bytes per character
SCNCOLOURS DB 15,07,15,01,01,15,01,01 ; Colours-1
SCNPIXELS DB 00,07,00,00,00,00,00,00 ; Pixels per byte
SCNTYPE DB 01,128,0,01,00,00,00,64 ; Screen type
* b7=FastDraw
* b6=Teletext
* b0=40COL/80COL
* Colour table
CLRTRANS16 DB 00,01,04,08,02,14,11,10
DB 05,09,12,13,06,03,07,15
CLRTRANS8 DB 00,05,01,01,06,02,02,07
CLRTRANS16 DB 00,01,04,08,02,14,11,10
DB 05,09,12,13,06,03,07,15
CLRTRANS8 DB 00,05,01,01,06,02,02,07
********************************************************************
* Note that we use PAGE2 80 column mode ($800-$BFF in main and aux)
@ -360,7 +360,7 @@ PRCHR4 JSR CHARADDR ; Find character address
>>> WRTMAIN
STA [VDUADDR],Y
>>> WRTAUX
BRA PRCHR8
BRA PRCHR8
PRCHR5 PHP ; Disable IRQs while
SEI ; toggling memory
BCC PRCHR6 ; Aux memory
@ -921,3 +921,5 @@ BYTEA02 LDY VDUVARS+1,X
* VDU 1 - Send one character to printer
VDU01 RTS

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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