Add 80 column mode

git-svn-id: svn://svn.cc65.org/cc65/trunk@1788 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-19 21:22:22 +00:00
parent 36fe6284a8
commit 8775a9da8a
4 changed files with 38 additions and 76 deletions

View File

@@ -19,6 +19,9 @@ keyvec: .res 2
initconio:
lda #$80
sta SCROLL
; Save the old vector
lda KeyStoreVec