summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-09-22 08:24:02 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-09-22 08:24:02 +0200
commitef8c376fd67607c6db9101e467353ffa1a968d38 (patch)
tree18ebb394a9c39f890b1c48591651484646f03d7e /src/mame/includes
parentf051f97e6c16374bf2612b98be4c67d64695cbd7 (diff)
deco_mlc.cpp: acchi PCB hasn't got a Deco 146, so removed it from the machine config
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/deco_mlc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index fe0f707f2ee..85dc12a6765 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -37,6 +37,7 @@ public:
void mlc_6bpp(machine_config &config);
void avengrgs(machine_config &config);
void mlc_5bpp(machine_config &config);
+ void acchi(machine_config &config);
protected:
virtual void machine_reset() override;
@@ -102,5 +103,6 @@ private:
void descramble_sound();
void avengrgs_map(address_map &map);
- void decomlc_map(address_map &map);
+ void decomlc_146_map(address_map &map);
+ void decomlc_no146_map(address_map &map);
};