summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec8.h')
-rw-r--r--src/mame/includes/dec8.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/dec8.h b/src/mame/includes/dec8.h
index 46f05cc473e..8664a5d9bf6 100644
--- a/src/mame/includes/dec8.h
+++ b/src/mame/includes/dec8.h
@@ -108,7 +108,6 @@ public:
DECLARE_READ8_MEMBER(gondo_player_2_r);
DECLARE_WRITE8_MEMBER(dec8_i8751_w);
DECLARE_WRITE8_MEMBER(lastmisn_i8751_w);
- DECLARE_WRITE8_MEMBER(shackled_i8751_w);
DECLARE_WRITE8_MEMBER(csilver_i8751_w);
DECLARE_WRITE8_MEMBER(dec8_bank_w);
DECLARE_WRITE8_MEMBER(ghostb_bank_w);
@@ -125,6 +124,7 @@ public:
DECLARE_READ8_MEMBER(i8751_port1_r);
DECLARE_WRITE8_MEMBER(i8751_port1_w);
DECLARE_WRITE8_MEMBER(gondo_mcu_to_main_w);
+ DECLARE_WRITE8_MEMBER(shackled_mcu_to_main_w);
DECLARE_WRITE8_MEMBER(srdarwin_mcu_to_main_w);
DECLARE_WRITE8_MEMBER(dec8_bg_data_w);
DECLARE_READ8_MEMBER(dec8_bg_data_r);
@@ -170,7 +170,8 @@ public:
uint32_t screen_update_srdarwin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_cobracom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_dec8);
- INTERRUPT_GEN_MEMBER(oscar_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(oscar_coin_irq);
+ DECLARE_WRITE_LINE_MEMBER(shackled_coin_irq);
void srdarwin_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int pri );
DECLARE_WRITE_LINE_MEMBER(csilver_adpcm_int);