summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bionicc.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-26 02:07:38 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-26 02:07:38 +0000
commitd94e167db316f5e22b1914c6c1462b747062ef14 (patch)
treea53e110254645476a6f307d4ba2184688b1f43ca /src/mame/drivers/bionicc.c
parent2837e7dc4bd970aa73c9666c0350d9721078a23d (diff)
Removed cheapest deprecat.h usages (generally sound cpu ones)
Diffstat (limited to 'src/mame/drivers/bionicc.c')
-rw-r--r--src/mame/drivers/bionicc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bionicc.c b/src/mame/drivers/bionicc.c
index df654f10bcb..34bfcd42cb0 100644
--- a/src/mame/drivers/bionicc.c
+++ b/src/mame/drivers/bionicc.c
@@ -369,7 +369,7 @@ static MACHINE_CONFIG_START( bionicc, bionicc_state )
* schematics indicate that nmi_line is set on M680000 access with AB1=1
* and IOCS=0 (active low), see pages A-1/10, A-4/10 in schematics
*/
- MCFG_CPU_VBLANK_INT_HACK(nmi_line_pulse,4)
+ MCFG_CPU_PERIODIC_INT(nmi_line_pulse,4*60)
MCFG_MACHINE_START(bionicc)
MCFG_MACHINE_RESET(bionicc)