1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

LUnix support tuning - plain ASCII and changed imports list

git-svn-id: svn://svn.cc65.org/cc65/trunk@1128 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2001-12-02 12:50:07 +00:00
parent 90ca5c1af9
commit e0c27701d0
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ void TgtTranslateInit (void)
case TGT_BBC: break;
case TGT_APPLE2: break;
case TGT_GEOS: break;
case TGT_LUNIX: Tab = CTPET; break;
case TGT_LUNIX: break;
default:
AbEnd ("Internal error: Target system unknown (%d)", Target);
}

View File

@ -23,7 +23,7 @@ FILES {
}
FORMATS {
o65: os = lunix, type = small,
import = LUNIXKERNAL, import = LIB6502,
import = LUNIXKERNEL,
export = _main;
}
SYMBOLS {