Skip to content

Commit f498b91

Browse files
committed
Missing some fix
1 parent 8ec321d commit f498b91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/common-global.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*
4848
* @since 1.0.0
4949
*/
50-
.macro c128lib_BasicUpstart128(sysAddress) { BasicUpstart128(sysAddress) }
50+
.macro @c128lib_BasicUpstart128(sysAddress) { BasicUpstart128(sysAddress) }
5151

5252
/**
5353
* @brief This macro provides a far branch if not equal (BNE) operation.

lib/vic2-global.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*
8888
* @since 1.1.0
8989
*/
90-
.function c128lib_getTextOffset(xPos, yPos) { .return getTextOffset(xPos, yPos) }
90+
.function @c128lib_getTextOffset(xPos, yPos) { .return getTextOffset(xPos, yPos) }
9191

9292
/**
9393
* @brief Set screen memory and charset memory position

0 commit comments

Comments
 (0)