summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/hsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/hsg.h')
-rw-r--r--src/devices/bus/pet/hsg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/pet/hsg.h b/src/devices/bus/pet/hsg.h
index a58aadca827..66080a8e565 100644
--- a/src/devices/bus/pet/hsg.h
+++ b/src/devices/bus/pet/hsg.h
@@ -56,6 +56,7 @@ public:
// construction/destruction
cbm8000_hsg_a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void hsg_a_map(address_map &map);
protected:
// optional information overrides
virtual void device_add_mconfig(machine_config &config) override;
@@ -70,6 +71,7 @@ public:
// construction/destruction
cbm8000_hsg_b_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void hsg_b_map(address_map &map);
protected:
// optional information overrides
virtual void device_add_mconfig(machine_config &config) override;