summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blueprnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blueprnt.h')
-rw-r--r--src/mame/includes/blueprnt.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/blueprnt.h b/src/mame/includes/blueprnt.h
index c4a798c41ae..ffaf731db18 100644
--- a/src/mame/includes/blueprnt.h
+++ b/src/mame/includes/blueprnt.h
@@ -48,13 +48,13 @@ public:
/* misc */
int m_dipsw;
- DECLARE_READ8_MEMBER(blueprnt_sh_dipsw_r);
- DECLARE_READ8_MEMBER(grasspin_sh_dipsw_r);
- DECLARE_WRITE8_MEMBER(blueprnt_sound_command_w);
- DECLARE_WRITE8_MEMBER(blueprnt_coin_counter_w);
- DECLARE_WRITE8_MEMBER(blueprnt_videoram_w);
- DECLARE_WRITE8_MEMBER(blueprnt_colorram_w);
- DECLARE_WRITE8_MEMBER(blueprnt_flipscreen_w);
+ uint8_t blueprnt_sh_dipsw_r();
+ uint8_t grasspin_sh_dipsw_r();
+ void blueprnt_sound_command_w(uint8_t data);
+ void blueprnt_coin_counter_w(uint8_t data);
+ void blueprnt_videoram_w(offs_t offset, uint8_t data);
+ void blueprnt_colorram_w(offs_t offset, uint8_t data);
+ void blueprnt_flipscreen_w(uint8_t data);
void dipsw_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void machine_start() override;