mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
remove unused (nw)
This commit is contained in:
parent
3a6fa209c0
commit
c05b948959
@ -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];
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user