summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polyplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r--src/mame/includes/polyplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h
index 16823abeaf3..952183544c9 100644
--- a/src/mame/includes/polyplay.h
+++ b/src/mame/includes/polyplay.h
@@ -59,7 +59,7 @@ private:
uint8_t pio_portb_r();
void pio_portb_w(uint8_t data);
- DECLARE_WRITE8_MEMBER(polyplay_characterram_w);
+ void polyplay_characterram_w(offs_t offset, uint8_t data);
void polyplay_palette(palette_device &palette) const;
uint32_t screen_update_polyplay(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void polyplay_io_zre(address_map &map);