summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dassault.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dassault.h')
-rw-r--r--src/mame/includes/dassault.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/includes/dassault.h b/src/mame/includes/dassault.h
index 8b2320cefee..82d6801fb8c 100644
--- a/src/mame/includes/dassault.h
+++ b/src/mame/includes/dassault.h
@@ -34,7 +34,6 @@ public:
m_pf2_rowscroll(*this, "pf2_rowscroll"),
m_pf4_rowscroll(*this, "pf4_rowscroll"),
m_ram(*this, "ram"),
- m_shared_ram(*this, "shared_ram"),
m_ram2(*this, "ram2")
{ }
@@ -58,16 +57,11 @@ public:
required_shared_ptr<uint16_t> m_pf2_rowscroll;
required_shared_ptr<uint16_t> m_pf4_rowscroll;
required_shared_ptr<uint16_t> m_ram;
- required_shared_ptr<uint16_t> m_shared_ram;
required_shared_ptr<uint16_t> m_ram2;
DECLARE_READ16_MEMBER(dassault_control_r);
DECLARE_WRITE16_MEMBER(dassault_control_w);
DECLARE_READ16_MEMBER(dassault_sub_control_r);
- DECLARE_READ16_MEMBER(dassault_irq_r);
- DECLARE_WRITE16_MEMBER(dassault_irq_w);
- DECLARE_WRITE16_MEMBER(shared_ram_w);
- DECLARE_READ16_MEMBER(shared_ram_r);
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
DECLARE_DRIVER_INIT(thndzone);
DECLARE_DRIVER_INIT(dassault);