summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ampoker2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ampoker2.h')
-rw-r--r--src/mame/includes/ampoker2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ampoker2.h b/src/mame/includes/ampoker2.h
index 0a94fe9aef6..c4e90009c5d 100644
--- a/src/mame/includes/ampoker2.h
+++ b/src/mame/includes/ampoker2.h
@@ -37,4 +37,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
void sigma2k(machine_config &config);
void ampoker2(machine_config &config);
+ void ampoker2_io_map(address_map &map);
+ void ampoker2_map(address_map &map);
};