summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2019-09-19 20:32:45 +0300
committer MetalliC <0vetal0@gmail.com>2019-09-19 20:32:45 +0300
commitc05b948959991e33d274bf96e49e239872ac0adb (patch)
tree16c21bf66633b6d49e5f545d3c432c3dbca4adb6 /src
parent3a6fa209c00c6a3045ceaff9e01efcd8908f1d0b (diff)
remove unused (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/cps3.cpp5
-rw-r--r--src/mame/includes/cps3.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/drivers/cps3.cpp b/src/mame/drivers/cps3.cpp
index 37d9eda05e7..c5a671e89cb 100644
--- a/src/mame/drivers/cps3.cpp
+++ b/src/mame/drivers/cps3.cpp
@@ -2105,11 +2105,6 @@ WRITE32_MEMBER(cps3_state::characterdma_w)
}
}
-WRITE32_MEMBER(cps3_state::ppu_gscroll_w)
-{
- COMBINE_DATA(&m_ppu_gscroll[offset]);
-}
-
READ16_MEMBER(cps3_state::colourram_r)
{
return m_colourram[offset];
diff --git a/src/mame/includes/cps3.h b/src/mame/includes/cps3.h
index a5898b7edbd..75dcb438616 100644
--- a/src/mame/includes/cps3.h
+++ b/src/mame/includes/cps3.h
@@ -159,7 +159,6 @@ private:
DECLARE_WRITE32_MEMBER(eeprom_w);
DECLARE_WRITE32_MEMBER(palettedma_w);
DECLARE_WRITE32_MEMBER(characterdma_w);
- DECLARE_WRITE32_MEMBER(ppu_gscroll_w);
DECLARE_READ16_MEMBER(colourram_r);
DECLARE_WRITE16_MEMBER(colourram_w);
DECLARE_WRITE16_MEMBER(outport_w);