Skip to content

Commit 76c3fe6

Browse files
committed
c128 keys
1 parent b619273 commit 76c3fe6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bootsect.128

0 Bytes
Binary file not shown.

bootsect.128.s

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@ cmds:
8686
.if LOADMODE
8787
.byte ",", .string(LOADMODE)
8888
.endif
89-
; .byte CR, CR, CR, CR, CR
89+
.byte CR, CR, CR, CR, CR
90+
.byte "SYS1024"
91+
; .byte "IFNOTDSTHENSYS1024"
9092
; .byte "SYS3072"
9193
.byte HOME
9294
.byte 0
9395

9496
keys: .byte CR
97+
.byte CR
9598
; .byte "SYS 3072:", CR
96-
.byte "SYS 1024:", CR
99+
; .byte "SYS 1024:", CR
97100
.byte 0 ; keystrokes to inject into keyboard buffer
98101

0 commit comments

Comments
 (0)