1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +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"
.export lynxskip0, lynxread0
.export lynxblock
.import __BLOCKSIZE__
.import __BANK0BLOCKSIZE__
.code