diff options
author | 2015-05-05 15:54:07 +0200 | |
---|---|---|
committer | 2015-05-05 15:54:07 +0200 | |
commit | fc68370aa5c04ac0d0f0e9982e0b79a2d734980d (patch) | |
tree | 01708a2993e0d09e05090ecc0d9d3bb8db6b29a8 /src/mess/drivers/hh_hmcs40.c | |
parent | 96b6c8ec08e0c42f8c4de430c198e8b21d991c44 (diff) |
added E0C6200 cpu skeleton.
also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check:
if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then
Diffstat (limited to 'src/mess/drivers/hh_hmcs40.c')
-rw-r--r-- | src/mess/drivers/hh_hmcs40.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/hh_hmcs40.c b/src/mess/drivers/hh_hmcs40.c index bec7accfd93..ff43e57257f 100644 --- a/src/mess/drivers/hh_hmcs40.c +++ b/src/mess/drivers/hh_hmcs40.c @@ -1968,7 +1968,7 @@ MACHINE_CONFIG_END NOTE!: MESS external artwork is recommended ***************************************************************************/ - +#if 0 class epacman2_state : public egalaxn2_state { public: @@ -1976,7 +1976,7 @@ public: : egalaxn2_state(mconfig, type, tag) { } }; - +#endif // handlers are identical to Galaxian 2, so we can use those // config |