summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxy.h')
-rw-r--r--src/mame/includes/galaxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h
index e56391d4b63..89446b4369f 100644
--- a/src/mame/includes/galaxy.h
+++ b/src/mame/includes/galaxy.h
@@ -49,6 +49,9 @@ public:
DECLARE_SNAPSHOT_LOAD_MEMBER( galaxy );
void galaxy(machine_config &config);
void galaxyp(machine_config &config);
+ void galaxy_mem(address_map &map);
+ void galaxyp_io(address_map &map);
+ void galaxyp_mem(address_map &map);
protected:
required_device<cassette_image_device> m_cassette;
required_device<ram_device> m_ram;