summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/segasp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segasp.h')
-rw-r--r--src/mame/includes/segasp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/segasp.h b/src/mame/includes/segasp.h
index f694ac80f1b..2d2a1bd0c66 100644
--- a/src/mame/includes/segasp.h
+++ b/src/mame/includes/segasp.h
@@ -28,5 +28,7 @@ public:
uint16_t m_sp_bank;
void segasp(machine_config &config);
+ void onchip_port(address_map &map);
+ void segasp_map(address_map &map);
protected:
};