summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vindictr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vindictr.h')
-rw-r--r--src/mame/includes/vindictr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/vindictr.h b/src/mame/includes/vindictr.h
index 7954befa188..9394d879403 100644
--- a/src/mame/includes/vindictr.h
+++ b/src/mame/includes/vindictr.h
@@ -43,11 +43,11 @@ private:
void scanline_interrupt();
void scanline_int_ack_w(uint16_t data);
TIMER_DEVICE_CALLBACK_MEMBER(scanline_update);
- DECLARE_READ16_MEMBER(port1_r);
+ uint16_t port1_r();
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
uint32_t screen_update_vindictr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_WRITE16_MEMBER( vindictr_paletteram_w );
+ void vindictr_paletteram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
static const atari_motion_objects_config s_mob_config;
void main_map(address_map &map);