summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thepit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thepit.h')
-rw-r--r--src/mame/includes/thepit.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/thepit.h b/src/mame/includes/thepit.h
index 08a41e664f3..838f0f311ed 100644
--- a/src/mame/includes/thepit.h
+++ b/src/mame/includes/thepit.h
@@ -63,16 +63,16 @@ private:
DECLARE_WRITE_LINE_MEMBER(coin_lockout_w);
DECLARE_WRITE_LINE_MEMBER(sound_enable_w);
DECLARE_WRITE_LINE_MEMBER(nmi_mask_w);
- DECLARE_WRITE8_MEMBER(videoram_w);
- DECLARE_WRITE8_MEMBER(colorram_w);
+ void videoram_w(offs_t offset, uint8_t data);
+ void colorram_w(offs_t offset, uint8_t data);
DECLARE_WRITE_LINE_MEMBER(flip_screen_x_w);
DECLARE_WRITE_LINE_MEMBER(flip_screen_y_w);
- DECLARE_READ8_MEMBER(input_port_0_r);
+ uint8_t input_port_0_r();
- DECLARE_READ8_MEMBER(intrepid_colorram_mirror_r);
+ uint8_t intrepid_colorram_mirror_r(offs_t offset);
DECLARE_WRITE_LINE_MEMBER(intrepid_graphics_bank_w);
- DECLARE_READ8_MEMBER(rtriv_question_r);
+ uint8_t rtriv_question_r(offs_t offset);
TILE_GET_INFO_MEMBER(solid_get_tile_info);
TILE_GET_INFO_MEMBER(get_tile_info);