initial commit of soft80 implementation
This commit is contained in:
9
libsrc/c64/soft80_kscreen.s
Normal file
9
libsrc/c64/soft80_kscreen.s
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
.export soft80_kscreen
|
||||
|
||||
.include "soft80.inc"
|
||||
|
||||
soft80_kscreen:
|
||||
ldy #screenrows
|
||||
ldx #charsperline
|
||||
rts
|
||||
Reference in New Issue
Block a user