1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

Add command line evaluation for the Plus/4

git-svn-id: svn://svn.cc65.org/cc65/trunk@2994 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-04-28 11:57:50 +00:00
parent c62b4ae73f
commit e68196c252

View File

@ -25,7 +25,7 @@
.constructor initmainargs, 24
.import __argc, __argv
.include "c64.inc"
.include "plus4.inc"