]> git.sur5r.net Git - cc65/commit
Separated the emulation features in a module.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Sep 2000 11:35:22 +0000 (11:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Sep 2000 11:35:22 +0000 (11:35 +0000)
commit6288682343c8e9e3d292f4b2a59daa49e2db02f7
treeda2d7646e511da29db3b2691d8f47d9c9b74f888
parentf55d0ccee17e90763bf3a5ece166366af10e98d7
Separated the emulation features in a module.
Add a new command line option --feature that allows to set emulation
features from the command line.

git-svn-id: svn://svn.cc65.org/cc65/trunk@311 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/feature.c [new file with mode: 0644]
src/ca65/feature.h [new file with mode: 0644]
src/ca65/main.c
src/ca65/make/gcc.mak
src/ca65/make/watcom.mak
src/ca65/pseudo.c
src/ca65/scanner.c
src/ca65/scanner.h