mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-06 02:30:15 +00:00
Updated applecorn.po disk image.
This commit is contained in:
parent
bd5d7e4259
commit
0b0985151f
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -227,6 +227,8 @@ MAINZP MAC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -487,6 +487,8 @@ OSBM2 ASC ').'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -462,3 +462,5 @@ BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -249,3 +249,5 @@ RELCOORD CLC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -995,3 +995,5 @@ ERROR2E DW $C800
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -192,3 +192,5 @@ HELLO ASC 'Applecorn MOS 2021-09-29'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -554,3 +554,5 @@ AUXBLK ASC '**ENDOFCODE**'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -86,4 +86,6 @@ OSFILECB EQU $2EE ; OSFILE control block
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -515,3 +515,5 @@ ECHOLP1 JSR GSREAD
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
auxmem.vdu.s
22
auxmem.vdu.s
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -77,6 +77,8 @@ GEOFCMD EQU $D1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -186,3 +186,5 @@ MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -123,6 +123,8 @@ RESET TSX
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -170,3 +170,5 @@ LOADCODE PHP ; Save carry flag
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -141,6 +141,8 @@ QUITPL HEX 04 ; Number of parameters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -158,6 +158,8 @@ ROM8 STR "USERROM2.ROM"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -227,6 +227,8 @@ FILEREFS DB $00,$00,$00,$00
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -322,6 +322,8 @@ PREFIX DS 65 ; Buffer for ProDOS prefix
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1068,3 +1068,5 @@ MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -399,6 +399,8 @@ MATCHBUF DS 65 ; For storing match results (Pascal str)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user