remove unused (nw)

This commit is contained in:
MetalliC 2019-09-19 20:32:45 +03:00
parent 3a6fa209c0
commit c05b948959
2 changed files with 0 additions and 6 deletions

View File

@ -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];

View File

@ -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);