summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deco_mlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deco_mlc.h')
-rw-r--r--src/mame/includes/deco_mlc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index 2f1f6442b3c..2634992f76c 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -88,4 +88,6 @@ public:
void mlc_6bpp(machine_config &config);
void avengrgs(machine_config &config);
void mlc_5bpp(machine_config &config);
+ void avengrgs_map(address_map &map);
+ void decomlc_map(address_map &map);
};