1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

Fix for mising import

This commit is contained in:
Alex Thissen
2024-01-18 18:13:39 +01:00
parent acce24fedc
commit 2e56dcc521

View File

@@ -17,7 +17,7 @@
.include "extzp.inc" .include "extzp.inc"
.export lynxskip0, lynxread0 .export lynxskip0, lynxread0
.export lynxblock .export lynxblock
.import __BLOCKSIZE__ .import __BANK0BLOCKSIZE__
.code .code