summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/darkmist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/darkmist.h')
-rw-r--r--src/mame/includes/darkmist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/darkmist.h b/src/mame/includes/darkmist.h
index 633f06c2cd1..8cce2b914a0 100644
--- a/src/mame/includes/darkmist.h
+++ b/src/mame/includes/darkmist.h
@@ -70,4 +70,6 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(scanline);
void darkmist(machine_config &config);
+ void decrypted_opcodes_map(address_map &map);
+ void memmap(address_map &map);
};