From 710d1013cd76db779002dd4f1102a224eb180c1d Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 7 Dec 2021 20:09:17 -0500 Subject: machine/dec0.cpp: Update this too after 332646e776f36c88e42be64eea4c23ea791ea77e --- src/mame/machine/dec0.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/mame/machine/dec0.cpp b/src/mame/machine/dec0.cpp index befcf91b42d..926c2c58967 100644 --- a/src/mame/machine/dec0.cpp +++ b/src/mame/machine/dec0.cpp @@ -256,25 +256,6 @@ void dec0_state::sprite_mirror_w(offs_t offset, uint16_t data, uint16_t mem_mask /******************************************************************************/ -uint16_t dec0_state::robocop_68000_share_r(offs_t offset) -{ -//logerror("%08x: Share read %04x\n",m_maincpu->pc(),offset); - - return m_robocop_shared_ram[offset]; -} - -void dec0_state::robocop_68000_share_w(offs_t offset, uint16_t data) -{ -// logerror("%08x: Share write %04x %04x\n",m_maincpu->pc(),offset,data); - - m_robocop_shared_ram[offset] = data & 0xff; - - if (offset == 0x7ff) /* A control address - not standard ram */ - m_subcpu->set_input_line(0, HOLD_LINE); -} - -/******************************************************************************/ - void dec0_state::h6280_decrypt(const char *cputag) { int i; -- cgit v1.2.3