summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ajax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ajax.h')
-rw-r--r--src/mame/includes/ajax.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/ajax.h b/src/mame/includes/ajax.h
index 6dba7a9e698..105ad24ff37 100644
--- a/src/mame/includes/ajax.h
+++ b/src/mame/includes/ajax.h
@@ -33,13 +33,13 @@ public:
m_lamps(*this, "lamp%u", 0U)
{ }
- DECLARE_WRITE8_MEMBER(sound_bank_w);
- DECLARE_READ8_MEMBER(ls138_f10_r);
- DECLARE_WRITE8_MEMBER(ls138_f10_w);
- DECLARE_WRITE8_MEMBER(bankswitch_2_w);
- DECLARE_WRITE8_MEMBER(bankswitch_w);
- DECLARE_WRITE8_MEMBER(lamps_w);
- DECLARE_WRITE8_MEMBER(k007232_extvol_w);
+ void sound_bank_w(uint8_t data);
+ uint8_t ls138_f10_r(offs_t offset);
+ void ls138_f10_w(offs_t offset, uint8_t data);
+ void bankswitch_2_w(uint8_t data);
+ void bankswitch_w(uint8_t data);
+ void lamps_w(uint8_t data);
+ void k007232_extvol_w(uint8_t data);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void volume_callback0(uint8_t data);
void volume_callback1(uint8_t data);