diff --git a/applecorn.po b/applecorn.po index c4181fa..e7a2a60 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/applecorn.s b/applecorn.s index a4ff3d0..f75af19 100644 --- a/applecorn.s +++ b/applecorn.s @@ -227,6 +227,8 @@ MAINZP MAC + + diff --git a/auxmem.bytwrd.s b/auxmem.bytwrd.s index c8f0c61..a89a23a 100644 --- a/auxmem.bytwrd.s +++ b/auxmem.bytwrd.s @@ -487,6 +487,8 @@ OSBM2 ASC ').' + + diff --git a/auxmem.chario.s b/auxmem.chario.s index 1adedb7..4119eef 100644 --- a/auxmem.chario.s +++ b/auxmem.chario.s @@ -462,3 +462,5 @@ BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT + + diff --git a/auxmem.gfx.s b/auxmem.gfx.s index 19b5ee3..701aea8 100644 --- a/auxmem.gfx.s +++ b/auxmem.gfx.s @@ -249,3 +249,5 @@ RELCOORD CLC + + diff --git a/auxmem.hostfs.s b/auxmem.hostfs.s index a3d0de9..144bea2 100644 --- a/auxmem.hostfs.s +++ b/auxmem.hostfs.s @@ -995,3 +995,5 @@ ERROR2E DW $C800 + + diff --git a/auxmem.init.s b/auxmem.init.s index de8f58a..4a641aa 100644 --- a/auxmem.init.s +++ b/auxmem.init.s @@ -192,3 +192,5 @@ HELLO ASC 'Applecorn MOS 2021-09-29' + + diff --git a/auxmem.misc.s b/auxmem.misc.s index c1ddff1..52fdb92 100644 --- a/auxmem.misc.s +++ b/auxmem.misc.s @@ -554,3 +554,5 @@ AUXBLK ASC '**ENDOFCODE**' + + diff --git a/auxmem.mosequ.s b/auxmem.mosequ.s index 8e7b6a8..79fd49c 100644 --- a/auxmem.mosequ.s +++ b/auxmem.mosequ.s @@ -86,4 +86,6 @@ OSFILECB EQU $2EE ; OSFILE control block + + diff --git a/auxmem.oscli.s b/auxmem.oscli.s index c7d59e2..4451c8b 100644 --- a/auxmem.oscli.s +++ b/auxmem.oscli.s @@ -515,3 +515,5 @@ ECHOLP1 JSR GSREAD + + diff --git a/auxmem.vdu.s b/auxmem.vdu.s index a8d8625..5b4cedc 100644 --- a/auxmem.vdu.s +++ b/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 + + diff --git a/mainmem.fsequ.s b/mainmem.fsequ.s index e400ee9..8e20901 100644 --- a/mainmem.fsequ.s +++ b/mainmem.fsequ.s @@ -77,6 +77,8 @@ GEOFCMD EQU $D1 + + diff --git a/mainmem.gfx.s b/mainmem.gfx.s index c1b905e..7fb6aee 100644 --- a/mainmem.gfx.s +++ b/mainmem.gfx.s @@ -186,3 +186,5 @@ MHGRTAB DW $2000,$2080,$2100,$2180,$2200,$2280,$2300,$2380 + + diff --git a/mainmem.init.s b/mainmem.init.s index 120dd62..fc1fba7 100644 --- a/mainmem.init.s +++ b/mainmem.init.s @@ -123,6 +123,8 @@ RESET TSX + + diff --git a/mainmem.ldr.s b/mainmem.ldr.s index 3030941..0d08a08 100644 --- a/mainmem.ldr.s +++ b/mainmem.ldr.s @@ -170,3 +170,5 @@ LOADCODE PHP ; Save carry flag + + diff --git a/mainmem.lists.s b/mainmem.lists.s index 8820a7b..960a7f3 100644 --- a/mainmem.lists.s +++ b/mainmem.lists.s @@ -141,6 +141,8 @@ QUITPL HEX 04 ; Number of parameters + + diff --git a/mainmem.menu.s b/mainmem.menu.s index 52ba646..e4e1dc8 100644 --- a/mainmem.menu.s +++ b/mainmem.menu.s @@ -158,6 +158,8 @@ ROM8 STR "USERROM2.ROM" + + diff --git a/mainmem.misc.s b/mainmem.misc.s index d99a475..60e2b36 100644 --- a/mainmem.misc.s +++ b/mainmem.misc.s @@ -227,6 +227,8 @@ FILEREFS DB $00,$00,$00,$00 + + diff --git a/mainmem.path.s b/mainmem.path.s index 3b46209..15a7e34 100644 --- a/mainmem.path.s +++ b/mainmem.path.s @@ -322,6 +322,8 @@ PREFIX DS 65 ; Buffer for ProDOS prefix + + diff --git a/mainmem.svc.s b/mainmem.svc.s index 5b5991a..fbeb988 100644 --- a/mainmem.svc.s +++ b/mainmem.svc.s @@ -1068,3 +1068,5 @@ MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS + + diff --git a/mainmem.wild.s b/mainmem.wild.s index 954acc5..a02b6b2 100644 --- a/mainmem.wild.s +++ b/mainmem.wild.s @@ -399,6 +399,8 @@ MATCHBUF DS 65 ; For storing match results (Pascal str) + +