initial commit of soft80 implementation

This commit is contained in:
mrdudz
2015-09-27 18:12:25 +02:00
parent 067956b808
commit 9e08c53b01
13 changed files with 1351 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.export soft80_kscreen
.include "soft80.inc"
soft80_kscreen:
ldy #screenrows
ldx #charsperline
rts