summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/20pacgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/20pacgal.h')
-rw-r--r--src/mame/includes/20pacgal.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/includes/20pacgal.h b/src/mame/includes/20pacgal.h
index 17793985c20..76dd459adac 100644
--- a/src/mame/includes/20pacgal.h
+++ b/src/mame/includes/20pacgal.h
@@ -69,14 +69,14 @@ protected:
uint8_t m_sprite_pal_base;
uint8_t m_irq_mask;
- DECLARE_WRITE8_MEMBER(irqack_w);
- DECLARE_WRITE8_MEMBER(timer_pulse_w);
- DECLARE_WRITE8_MEMBER(_20pacgal_coin_counter_w);
- DECLARE_WRITE8_MEMBER(ram_bank_select_w);
- DECLARE_WRITE8_MEMBER(ram_48000_w);
- DECLARE_WRITE8_MEMBER(sprite_gfx_w);
- DECLARE_WRITE8_MEMBER(sprite_ram_w);
- DECLARE_WRITE8_MEMBER(sprite_lookup_w);
+ void irqack_w(uint8_t data);
+ void timer_pulse_w(uint8_t data);
+ void _20pacgal_coin_counter_w(uint8_t data);
+ void ram_bank_select_w(uint8_t data);
+ void ram_48000_w(offs_t offset, uint8_t data);
+ void sprite_gfx_w(offs_t offset, uint8_t data);
+ void sprite_ram_w(offs_t offset, uint8_t data);
+ void sprite_lookup_w(offs_t offset, uint8_t data);
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -108,7 +108,7 @@ public:
void _25pacman(machine_config &config);
private:
- DECLARE_READ8_MEMBER( _25pacman_io_87_r );
+ uint8_t _25pacman_io_87_r();
virtual void machine_start() override;