added peek functions for soft80
This commit is contained in:
10
libsrc/c64/soft80_cpeekrevers.s
Normal file
10
libsrc/c64/soft80_cpeekrevers.s
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
.import soft80_cpeekchar
|
||||
|
||||
.export soft80_cpeekrevers
|
||||
|
||||
soft80_cpeekrevers:
|
||||
jsr soft80_cpeekchar
|
||||
txa
|
||||
ldx #0
|
||||
rts
|
||||
Reference in New Issue
Block a user