summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/svp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/svp.h')
-rw-r--r--src/devices/bus/megadrive/svp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/megadrive/svp.h b/src/devices/bus/megadrive/svp.h
index c39ea5d85eb..a74c644e3a9 100644
--- a/src/devices/bus/megadrive/svp.h
+++ b/src/devices/bus/megadrive/svp.h
@@ -45,6 +45,8 @@ public:
virtual DECLARE_WRITE16_MEMBER(write_pmc);
virtual DECLARE_WRITE16_MEMBER(write_al);
+ void md_svp_ext_map(address_map &map);
+ void md_svp_ssp_map(address_map &map);
protected:
md_rom_svp_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);