summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-10-19 20:40:50 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-10-19 20:40:50 +0000
commit51f1c80f36636590c365acb9b43cc2bddc38d8ff (patch)
tree07786034fca2efc4dc9ca8aa3afa4e154b00a18b
parentb4f208ad92e37dc3fbc28e6e60e75aca77680c56 (diff)
Removed deprecat.h usage from 40love driver [Angelo Salese]
-rw-r--r--src/mame/drivers/40love.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/40love.c b/src/mame/drivers/40love.c
index 67af4111454..6c5e764e67a 100644
--- a/src/mame/drivers/40love.c
+++ b/src/mame/drivers/40love.c
@@ -217,7 +217,6 @@ Notes - Has jumper setting for 122HZ or 61HZ)
*/
#include "emu.h"
-#include "deprecat.h"
#include "cpu/z80/z80.h"
#include "cpu/m6805/m6805.h"
#include "sound/ay8910.h"
@@ -1128,7 +1127,7 @@ static MACHINE_CONFIG_START( 40love, buggychl_state )
MDRV_CPU_ADD("audiocpu",Z80,8000000/2) /* OK */
MDRV_CPU_PROGRAM_MAP(sound_map)
- MDRV_CPU_VBLANK_INT_HACK(irq0_line_hold,2) /* source/number of IRQs is unknown */
+ MDRV_CPU_PERIODIC_INT(irq0_line_hold,2*60) /* source/number of IRQs is unknown */
MDRV_CPU_ADD("mcu",M68705,18432000/6) /* OK */
MDRV_CPU_PROGRAM_MAP(mcu_map)
@@ -1185,7 +1184,7 @@ static MACHINE_CONFIG_START( undoukai, buggychl_state )
MDRV_CPU_ADD("audiocpu",Z80,8000000/2)
MDRV_CPU_PROGRAM_MAP(sound_map)
- MDRV_CPU_VBLANK_INT_HACK(irq0_line_hold,2) /* source/number of IRQs is unknown */
+ MDRV_CPU_PERIODIC_INT(irq0_line_hold,2*60) /* source/number of IRQs is unknown */
// MDRV_CPU_ADD("mcu",M68705,18432000/6)
// MDRV_CPU_PROGRAM_MAP(mcu_map)