summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stlforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stlforce.h')
-rw-r--r--src/mame/includes/stlforce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h
index c117738a7da..155f65c62df 100644
--- a/src/mame/includes/stlforce.h
+++ b/src/mame/includes/stlforce.h
@@ -36,8 +36,8 @@ private:
optional_memory_bank m_okibank;
- DECLARE_WRITE8_MEMBER(eeprom_w);
- DECLARE_WRITE8_MEMBER(oki_bank_w);
+ void eeprom_w(uint8_t data);
+ void oki_bank_w(uint8_t data);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);