summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hx20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hx20.h')
-rw-r--r--src/mame/includes/hx20.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/hx20.h b/src/mame/includes/hx20.h
index c742b11dd59..2a9bdaa429b 100644
--- a/src/mame/includes/hx20.h
+++ b/src/mame/includes/hx20.h
@@ -145,6 +145,11 @@ public:
int m_sio_pin;
void cm6000(machine_config &config);
void hx20(machine_config &config);
+ void cm6000_mem(address_map &map);
+ void hx20_io(address_map &map);
+ void hx20_mem(address_map &map);
+ void hx20_sub_io(address_map &map);
+ void hx20_sub_mem(address_map &map);
};
#endif // MAME_INCLUDES_HX20_H