summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aztarac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aztarac.h')
-rw-r--r--src/mame/includes/aztarac.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/aztarac.h b/src/mame/includes/aztarac.h
index 116944048e0..53895de975f 100644
--- a/src/mame/includes/aztarac.h
+++ b/src/mame/includes/aztarac.h
@@ -39,13 +39,13 @@ public:
int m_ycenter;
void nvram_store_w(uint16_t data);
- DECLARE_READ16_MEMBER(joystick_r);
+ uint16_t joystick_r();
void ubr_w(uint8_t data);
- DECLARE_READ16_MEMBER(sound_r);
- DECLARE_WRITE16_MEMBER(sound_w);
- DECLARE_READ8_MEMBER(snd_command_r);
- DECLARE_READ8_MEMBER(snd_status_r);
- DECLARE_WRITE8_MEMBER(snd_status_w);
+ uint16_t sound_r();
+ void sound_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ uint8_t snd_command_r();
+ uint8_t snd_status_r();
+ void snd_status_w(uint8_t data);
virtual void machine_start() override;
virtual void machine_reset() override;