summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cchasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cchasm.h')
-rw-r--r--src/mame/includes/cchasm.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/cchasm.h b/src/mame/includes/cchasm.h
index 8fbcfeeb673..b4f20542a0e 100644
--- a/src/mame/includes/cchasm.h
+++ b/src/mame/includes/cchasm.h
@@ -58,14 +58,14 @@ public:
int m_ycenter;
emu_timer *m_refresh_end_timer;
- DECLARE_WRITE16_MEMBER(led_w);
- DECLARE_WRITE16_MEMBER(refresh_control_w);
- DECLARE_WRITE8_MEMBER(reset_coin_flag_w);
- DECLARE_READ8_MEMBER(coin_sound_r);
- DECLARE_READ8_MEMBER(soundlatch2_r);
- DECLARE_WRITE8_MEMBER(soundlatch4_w);
- DECLARE_WRITE16_MEMBER(io_w);
- DECLARE_READ16_MEMBER(io_r);
+ void led_w(offs_t offset, uint16_t data);
+ void refresh_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void reset_coin_flag_w(uint8_t data);
+ uint8_t coin_sound_r();
+ uint8_t soundlatch2_r();
+ void soundlatch4_w(uint8_t data);
+ void io_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ uint16_t io_r(offs_t offset);
DECLARE_WRITE_LINE_MEMBER(ctc_timer_1_w);
DECLARE_WRITE_LINE_MEMBER(ctc_timer_2_w);