From f0a29fad3bb638555ef424df7ebdecf12f28de9e Mon Sep 17 00:00:00 2001 From: mamehaze Date: Wed, 4 Feb 2015 21:02:24 +0000 Subject: toki.h wasn't in sync with the toki.c files? fixes compile (nw) --- src/mame/includes/toki.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/includes/toki.h b/src/mame/includes/toki.h index 866b7e719a6..13b0e361a18 100644 --- a/src/mame/includes/toki.h +++ b/src/mame/includes/toki.h @@ -41,15 +41,15 @@ public: tilemap_t *m_foreground_layer; tilemap_t *m_text_layer; - DECLARE_WRITE16_MEMBER(tokib_soundcommand_w); - DECLARE_READ16_MEMBER(pip_r); + DECLARE_WRITE16_MEMBER(tokib_soundcommand16_w); + DECLARE_READ16_MEMBER(pip16_r); DECLARE_WRITE16_MEMBER(toki_control_w); DECLARE_WRITE16_MEMBER(foreground_videoram_w); DECLARE_WRITE16_MEMBER(background1_videoram_w); DECLARE_WRITE16_MEMBER(background2_videoram_w); - DECLARE_WRITE8_MEMBER(tokib_adpcm_control_w); - DECLARE_WRITE8_MEMBER(tokib_adpcm_data_w); - DECLARE_WRITE_LINE_MEMBER(tokib_adpcm_int); + DECLARE_WRITE8_MEMBER(toki_adpcm_control_w); + DECLARE_WRITE8_MEMBER(toki_adpcm_data_w); + DECLARE_WRITE_LINE_MEMBER(toki_adpcm_int); DECLARE_DRIVER_INIT(tokib); DECLARE_DRIVER_INIT(jujuba); -- cgit v1.2.3