summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-06-16 16:18:17 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-06-16 16:18:17 -0400
commitcca6ddeb889f075109bfbf9ab5b87f6c07320469 (patch)
tree06aa6d6f3dbe5313b433a1edd8845b3bd92611e5 /src/devices/machine
parent0dc5ed558543e70e334fa6b768f27e9d1066a22f (diff)
Watchdog cleanups (nw)
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/watchdog.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/machine/watchdog.h b/src/devices/machine/watchdog.h
index 67cc915b092..ee97e9026db 100644
--- a/src/devices/machine/watchdog.h
+++ b/src/devices/machine/watchdog.h
@@ -11,17 +11,6 @@
// DEVICE CONFIGURATION MACROS
//**************************************************************************
-#ifdef LEGACY_WATCHDOG
-#undef MCFG_WATCHDOG_VBLANK_INIT
-#undef MCFG_WATCHDOG_TIME_INIT
-#define watchdog_reset_r MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#define watchdog_reset_w MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#define watchdog_reset16_r MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#define watchdog_reset16_w MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#define watchdog_reset32_r MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#define watchdog_reset32_w MUST_USE_WATCHDOG_DEVICE_INSTEAD
-#endif
-
#define MCFG_WATCHDOG_ADD(_tag) \
MCFG_DEVICE_ADD(_tag, WATCHDOG_TIMER, 0)
#define MCFG_WATCHDOG_MODIFY(_tag) \