summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-04-14 12:43:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-04-14 12:43:07 -0400
commit8e072f5553064cb7726e938dae3078dfc2293975 (patch)
tree30133371372b83e0aae1a95f4fc34f3c90a84c0e /src/mame/includes/goldstar.h
parent5a068770dc7ad23e77690f6d870c0713297b98b7 (diff)
(numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK (nw)
Diffstat (limited to 'src/mame/includes/goldstar.h')
-rw-r--r--src/mame/includes/goldstar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index d143c94e269..b3b473bf026 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -217,7 +217,7 @@ public:
uint32_t screen_update_magical(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_mbstar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(masked_irq);
+ DECLARE_WRITE_LINE_MEMBER(masked_irq);
void bingowng(machine_config &config);
void flaming7(machine_config &config);
@@ -343,7 +343,7 @@ public:
DECLARE_VIDEO_START(unkch);
uint32_t screen_update_unkch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(vblank_irq);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void megaline(machine_config &config);
void unkch(machine_config &config);