summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/travrusa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/travrusa.h')
-rw-r--r--src/mame/includes/travrusa.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/travrusa.h b/src/mame/includes/travrusa.h
index a4016f324f4..ff3f494ab0c 100644
--- a/src/mame/includes/travrusa.h
+++ b/src/mame/includes/travrusa.h
@@ -37,11 +37,11 @@ private:
/* video-related */
tilemap_t* m_bg_tilemap;
int m_scrollx[2];
- DECLARE_WRITE8_MEMBER(travrusa_videoram_w);
- DECLARE_WRITE8_MEMBER(travrusa_scroll_x_low_w);
- DECLARE_WRITE8_MEMBER(travrusa_scroll_x_high_w);
- DECLARE_WRITE8_MEMBER(travrusa_flipscreen_w);
- DECLARE_READ8_MEMBER(shtridrb_port11_r);
+ void travrusa_videoram_w(offs_t offset, uint8_t data);
+ void travrusa_scroll_x_low_w(uint8_t data);
+ void travrusa_scroll_x_high_w(uint8_t data);
+ void travrusa_flipscreen_w(uint8_t data);
+ uint8_t shtridrb_port11_r();
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void machine_reset() override;
virtual void video_start() override;