1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Adjust how 80 columns is initialized

This commit is contained in:
David Schmenk
2025-05-08 11:02:28 -07:00
parent 7175f5f6e7
commit 257f814cd3
6 changed files with 6 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -5,6 +5,8 @@ const RELADDR = $1000
const symtbl = $0C00
const freemem = $0006
const getlnbuf = $01FF
const CSW = $36
const KSW = $38
//
// System flags: memory allocator screen holes.
//
@@ -1428,7 +1430,7 @@ if ^MACHID & MACHID_80COL
^$C059
wend
systemflags = systemflags | vid80col | restxt1
call($C300, 12, 0, 0, 0)
*CSW = $C300
fin
prstr("PLEIADES 64K VM v2.20\n")
//
+3 -1
View File
@@ -4,6 +4,8 @@ const RELADDR = $1000
const symtbl = $0C00
const freemem = $0006
const getlnbuf = $01FF
const CSW = $36
const KSW = $38
//
// System flags: memory allocator screen holes.
//
@@ -1509,7 +1511,7 @@ heap = @lastdef
//
if ^MACHID & MACHID_80COL
systemflags = systemflags | vid80col | restxt1 | resxtxt1
call($C300, 12, 0, 0, 0)
*CSW = $C300
fin
prstr("PLEIADES 128K VM v2.20\n")
//