summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trucocl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trucocl.h')
-rw-r--r--src/mame/includes/trucocl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/trucocl.h b/src/mame/includes/trucocl.h
index e59c14931a6..879984fd705 100644
--- a/src/mame/includes/trucocl.h
+++ b/src/mame/includes/trucocl.h
@@ -45,10 +45,10 @@ private:
uint8_t m_irq_mask;
emu_timer *m_dac_irq_timer;
- DECLARE_WRITE8_MEMBER(irq_enable_w);
- DECLARE_WRITE8_MEMBER(trucocl_videoram_w);
- DECLARE_WRITE8_MEMBER(trucocl_colorram_w);
- DECLARE_WRITE8_MEMBER(audio_dac_w);
+ void irq_enable_w(uint8_t data);
+ void trucocl_videoram_w(offs_t offset, uint8_t data);
+ void trucocl_colorram_w(offs_t offset, uint8_t data);
+ void audio_dac_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
void trucocl_palette(palette_device &palette) const;
uint32_t screen_update_trucocl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);