diff options
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r-- | src/mame/includes/dec0.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h index a9b51c26750..779b8e83c88 100644 --- a/src/mame/includes/dec0.h +++ b/src/mame/includes/dec0.h @@ -37,7 +37,6 @@ public: m_pfprotect(*this, "pfprotect"), m_sndprotect(*this, "sndprotect"), m_ram(*this, "ram"), - m_robocop_shared_ram(*this, "robocop_shared"), m_hippodrm_shared_ram(*this, "hippodrm_shared") { } @@ -62,7 +61,6 @@ public: void init_hbarrel(); void init_slyspy(); void init_drgninja(); - void init_midresb(); void init_ffantasybl(); protected: @@ -103,7 +101,6 @@ private: optional_device<address_map_bank_device> m_pfprotect; optional_device<address_map_bank_device> m_sndprotect; required_shared_ptr<uint16_t> m_ram; - optional_shared_ptr<uint8_t> m_robocop_shared_ram; optional_shared_ptr<uint8_t> m_hippodrm_shared_ram; mcu_type m_game; @@ -116,7 +113,6 @@ private: uint8_t m_i8751_ports[4]; void dec0_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0); - void midres_sound_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0); uint16_t slyspy_protection_r(offs_t offset); void slyspy_state_w(uint16_t data); uint16_t slyspy_state_r(); @@ -131,8 +127,6 @@ private: uint16_t hippodrm_68000_share_r(offs_t offset); void hippodrm_68000_share_w(offs_t offset, uint16_t data); void sprite_mirror_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0); - uint16_t robocop_68000_share_r(offs_t offset); - void robocop_68000_share_w(offs_t offset, uint16_t data); uint16_t ffantasybl_242024_r(); uint8_t slyspy_sound_state_r(); |