On Apple GEOS all "low jumptable" entries went into 'diskdrv.inc'. So this needs to be included in quite some source files.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5511 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-02-09 09:24:09 +00:00
parent c14e54c6d3
commit ff746b119c
33 changed files with 33 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
.export __sysremove
.include "jumptab.inc"
.include "diskdrv.inc"
.include "geossym.inc"
__sysremove: