]> git.sur5r.net Git - cc65/commit
Added inital version of a CONVERT tool for Apple GEOS. It converts the output of...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Jan 2012 13:31:00 +0000 (13:31 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Jan 2012 13:31:00 +0000 (13:31 +0000)
commit90f346ab476923074b88204e74352df011e6083c
tree822179a501d92da4ef650a7e29fb3a618655a22c
parent3854283cfbd8eaaf20bbe536f64bbdb723ce4203
Added inital version of a CONVERT tool for Apple GEOS. It converts the output of 'ld65 -t geos-apple ...' to an Apple GEOS SEQ program file. The CONVERT tool itself runs under ProDOS. This is an inital rather rough version that is nevertheless supposed to generally work. TODOs are:
- VLIR support
- support to "unCONVERT"
- nicer UI

git-svn-id: svn://svn.cc65.org/cc65/trunk@5418 b7a2c559-68d2-44c3-8de9-860c34a00d81
targetutil/geos-apple/convert.c [new file with mode: 0644]