Skip to content

Commit

Permalink
Fix wrong macro name in common-global
Browse files Browse the repository at this point in the history
  • Loading branch information
intoinside committed Oct 18, 2022
1 parent 7f569ce commit 6fc75e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/common-global.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "common.asm"
.filenamespace c128lib

.macro @c64lib_ch(data) { ch(data) }
.macro @c64lib_cm(data) { cm(data) }
.macro @c128lib_BasicUpstart128(data) { BasicUpstart128(data) }
.macro @c128lib_ch(data) { ch(data) }
.macro @c128lib_cm(data) { cm(data) }

0 comments on commit 6fc75e0

Please sign in to comment.