Skip to content

Commit 6fc75e0

Browse files
committed
Fix wrong macro name in common-global
1 parent 7f569ce commit 6fc75e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/common-global.asm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#import "common.asm"
22
.filenamespace c128lib
33

4-
.macro @c64lib_ch(data) { ch(data) }
5-
.macro @c64lib_cm(data) { cm(data) }
4+
.macro @c128lib_BasicUpstart128(data) { BasicUpstart128(data) }
5+
.macro @c128lib_ch(data) { ch(data) }
6+
.macro @c128lib_cm(data) { cm(data) }

0 commit comments

Comments
 (0)