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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/pet/hsg.h b/src/devices/bus/pet/hsg.h
index 44abebbf9ef..406fe27ce57 100644
--- a/src/devices/bus/pet/hsg.h
+++ b/src/devices/bus/pet/hsg.h
@@ -40,8 +40,9 @@ protected:
virtual uint8_t pet_bd_r(address_space &space, offs_t offset, uint8_t data, int &sel) override;
virtual void pet_bd_w(address_space &space, offs_t offset, uint8_t data, int &sel) override;
-private:
required_device<ef9365_device> m_gdc;
+
+private:
required_memory_region m_9000;
required_memory_region m_a000;
};