summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-08-21 16:24:49 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-08-21 16:24:49 +0000
commitb9d43a76ad13014163dc6e941093fd5113219445 (patch)
treec528148a15e86051b9ca9842afd9a66610b8196f /src/emu/devcpu.h
parentdf0d034f7858fb872771e364a4e9f3c89c074915 (diff)
removed unused periodic interrupt legacy code (nw)
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index ffbc3b5e813..bc5de1f6ce0 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -189,9 +189,6 @@ enum
#define MCFG_CPU_DATA_MAP MCFG_DEVICE_DATA_MAP
#define MCFG_CPU_IO_MAP MCFG_DEVICE_IO_MAP
-// legacy
-#define MCFG_CPU_PERIODIC_INT MCFG_DEVICE_PERIODIC_INT
-
#define MCFG_CPU_VBLANK_INT_DRIVER MCFG_DEVICE_VBLANK_INT_DRIVER
#define MCFG_CPU_PERIODIC_INT_DRIVER MCFG_DEVICE_PERIODIC_INT_DRIVER