summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-28 19:55:32 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-03-28 19:55:32 -0400
commitead9bc470a667e022eab3a216c63f329f4751682 (patch)
treeb6cff4188ee6e03dfbc9ae5fd6965b86564b5641 /src/mame/includes/playch10.h
parent191918ee1ede59495ce9dededb9ebd58c52ed23f (diff)
nss.cpp, playch10.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw)
Diffstat (limited to 'src/mame/includes/playch10.h')
-rw-r--r--src/mame/includes/playch10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/playch10.h b/src/mame/includes/playch10.h
index f59909448fa..c726a513cf2 100644
--- a/src/mame/includes/playch10.h
+++ b/src/mame/includes/playch10.h
@@ -103,7 +103,7 @@ private:
DECLARE_PALETTE_INIT(playch10);
DECLARE_MACHINE_START(playch10_hboard);
DECLARE_VIDEO_START(playch10_hboard);
- INTERRUPT_GEN_MEMBER(playch10_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void pc10_set_videorom_bank( int first, int count, int bank, int size );
void set_videoram_bank( int first, int count, int bank, int size );