summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m107.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m107.h')
-rw-r--r--src/mame/includes/m107.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/m107.h b/src/mame/includes/m107.h
index 18f4b221e7d..d31e733451c 100644
--- a/src/mame/includes/m107.h
+++ b/src/mame/includes/m107.h
@@ -73,8 +73,8 @@ private:
pf_layer_info m_pf_layer[4];
uint16_t m_control[0x10];
- DECLARE_WRITE8_MEMBER(coincounter_w);
- DECLARE_WRITE8_MEMBER(bankswitch_w);
+ void coincounter_w(uint8_t data);
+ void bankswitch_w(uint8_t data);
void sound_reset_w(uint16_t data);
void wpksoc_output_w(uint16_t data);
void vram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);