summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index c8fcc491ba0..41754832569 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -49,11 +49,11 @@ public:
required_device<generic_latch_8_device> m_soundlatch;
uint8_t m_nmi_mask;
- DECLARE_WRITE8_MEMBER(brkthru_1803_w);
- DECLARE_WRITE8_MEMBER(darwin_0803_w);
- DECLARE_WRITE8_MEMBER(brkthru_bgram_w);
- DECLARE_WRITE8_MEMBER(brkthru_fgram_w);
- DECLARE_WRITE8_MEMBER(brkthru_1800_w);
+ void brkthru_1803_w(uint8_t data);
+ void darwin_0803_w(uint8_t data);
+ void brkthru_bgram_w(offs_t offset, uint8_t data);
+ void brkthru_fgram_w(offs_t offset, uint8_t data);
+ void brkthru_1800_w(offs_t offset, uint8_t data);
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
void init_brkthru();
TILE_GET_INFO_MEMBER(get_bg_tile_info);