include bitmap and vram row tables directly rather than generating them (saves space)

This commit is contained in:
mrdudz
2015-09-27 18:49:30 +02:00
parent fba28f46f6
commit b5a6578dca
2 changed files with 16 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
.constructor soft80_init, 24
.destructor soft80_shutdown
.import soft80_kclrscr, soft80_plotinit
.import soft80_kclrscr
.import soft80_textcolor, soft80_bgcolor
.include "c64.inc"
@@ -50,8 +50,6 @@ soft80_init:
sta $01
cli
jsr soft80_plotinit
lda 646 ; use current textcolor
jsr soft80_textcolor