summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/polyplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/polyplay.cpp')
-rw-r--r--src/mame/video/polyplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/polyplay.cpp b/src/mame/video/polyplay.cpp
index a8146e3f79d..4a69bde51bc 100644
--- a/src/mame/video/polyplay.cpp
+++ b/src/mame/video/polyplay.cpp
@@ -29,7 +29,7 @@ void polyplay_state::polyplay_palette(palette_device &palette) const
palette.set_pen_color(9, rgb_t(0xff, 0xff, 0xff));
}
-WRITE8_MEMBER(polyplay_state::polyplay_characterram_w)
+void polyplay_state::polyplay_characterram_w(offs_t offset, uint8_t data)
{
if (m_characterram[offset] != data)
{