summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ojankohs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ojankohs.h')
-rw-r--r--src/mame/includes/ojankohs.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/mame/includes/ojankohs.h b/src/mame/includes/ojankohs.h
index d7092426710..03d6f287268 100644
--- a/src/mame/includes/ojankohs.h
+++ b/src/mame/includes/ojankohs.h
@@ -83,28 +83,28 @@ private:
optional_ioport m_dsw3;
optional_ioport m_dsw4;
- DECLARE_WRITE8_MEMBER(ojankohs_rombank_w);
- DECLARE_WRITE8_MEMBER(ojankoy_rombank_w);
- DECLARE_WRITE8_MEMBER(ojankohs_msm5205_w);
- DECLARE_WRITE8_MEMBER(ojankoc_ctrl_w);
- DECLARE_WRITE8_MEMBER(port_select_w);
- DECLARE_READ8_MEMBER(keymatrix_p1_r);
- DECLARE_READ8_MEMBER(keymatrix_p2_r);
- DECLARE_READ8_MEMBER(ojankoc_keymatrix_p1_r);
- DECLARE_READ8_MEMBER(ojankoc_keymatrix_p2_r);
- DECLARE_READ8_MEMBER(ccasino_dipsw3_r);
- DECLARE_READ8_MEMBER(ccasino_dipsw4_r);
- DECLARE_WRITE8_MEMBER(ojankoy_coinctr_w);
- DECLARE_WRITE8_MEMBER(ccasino_coinctr_w);
- DECLARE_WRITE8_MEMBER(ojankohs_palette_w);
- DECLARE_WRITE8_MEMBER(ccasino_palette_w);
- DECLARE_WRITE8_MEMBER(ojankoc_palette_w);
- DECLARE_WRITE8_MEMBER(ojankohs_videoram_w);
- DECLARE_WRITE8_MEMBER(ojankohs_colorram_w);
- DECLARE_WRITE8_MEMBER(ojankohs_gfxreg_w);
- DECLARE_WRITE8_MEMBER(ojankohs_flipscreen_w);
- DECLARE_WRITE8_MEMBER(ojankoc_videoram_w);
- DECLARE_WRITE8_MEMBER(ojankohs_adpcm_reset_w);
+ void ojankohs_rombank_w(uint8_t data);
+ void ojankoy_rombank_w(uint8_t data);
+ void ojankohs_msm5205_w(uint8_t data);
+ void ojankoc_ctrl_w(uint8_t data);
+ void port_select_w(uint8_t data);
+ uint8_t keymatrix_p1_r();
+ uint8_t keymatrix_p2_r();
+ uint8_t ojankoc_keymatrix_p1_r();
+ uint8_t ojankoc_keymatrix_p2_r();
+ uint8_t ccasino_dipsw3_r();
+ uint8_t ccasino_dipsw4_r();
+ void ojankoy_coinctr_w(uint8_t data);
+ void ccasino_coinctr_w(uint8_t data);
+ void ojankohs_palette_w(offs_t offset, uint8_t data);
+ void ccasino_palette_w(offs_t offset, uint8_t data);
+ void ojankoc_palette_w(offs_t offset, uint8_t data);
+ void ojankohs_videoram_w(offs_t offset, uint8_t data);
+ void ojankohs_colorram_w(offs_t offset, uint8_t data);
+ void ojankohs_gfxreg_w(uint8_t data);
+ void ojankohs_flipscreen_w(uint8_t data);
+ void ojankoc_videoram_w(offs_t offset, uint8_t data);
+ void ojankohs_adpcm_reset_w(uint8_t data);
uint8_t ojankohs_dipsw1_r();
uint8_t ojankohs_dipsw2_r();
TILE_GET_INFO_MEMBER(ojankohs_get_tile_info);
@@ -120,7 +120,7 @@ private:
DECLARE_MACHINE_START(common);
uint32_t screen_update_ojankohs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ojankoc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void ojankoc_flipscreen( address_space &space, int data );
+ void ojankoc_flipscreen(int data);
DECLARE_WRITE_LINE_MEMBER(ojankohs_adpcm_int);
void ccasino_io_map(address_map &map);