summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/tecmosys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmosys.h')
-rw-r--r--src/mame/includes/tecmosys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/tecmosys.h b/src/mame/includes/tecmosys.h
index f90331391f7..50ac01c775f 100644
--- a/src/mame/includes/tecmosys.h
+++ b/src/mame/includes/tecmosys.h
@@ -120,4 +120,7 @@ public:
void do_final_mix(bitmap_rgb32 &bitmap);
void descramble();
void deroon(machine_config &config);
+ void io_map(address_map &map);
+ void main_map(address_map &map);
+ void sound_map(address_map &map);
};