summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hec2hrp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hec2hrp.h')
-rw-r--r--src/mame/includes/hec2hrp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/hec2hrp.h b/src/mame/includes/hec2hrp.h
index 70f745565a0..f263a6c4908 100644
--- a/src/mame/includes/hec2hrp.h
+++ b/src/mame/includes/hec2hrp.h
@@ -205,6 +205,15 @@ public:
void hec2mdhrx(machine_config &config);
void hec2hr(machine_config &config);
void hector_audio(machine_config &config);
+ void hec2hrp_io(address_map &map);
+ void hec2hrp_mem(address_map &map);
+ void hec2hrx_io(address_map &map);
+ void hec2hrx_mem(address_map &map);
+ void hec2mdhrx_io(address_map &map);
+ void hec2mx40_io(address_map &map);
+ void hec2mx80_io(address_map &map);
+ void hecdisc2_io(address_map &map);
+ void hecdisc2_mem(address_map &map);
};
#endif // MAME_INCLUDES_HEC2HRP_H