summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio
diff options
context:
space:
mode:
author Sven Schnelle <svens@stackframe.org>2018-10-08 21:00:35 +0200
committer Sven Schnelle <svens@stackframe.org>2018-10-08 21:00:54 +0200
commit69eafc7724d8e5c703cf2177aca00417a3d0a109 (patch)
tree1b3f0c8d0efdfefb4efec380b1314e694c772a86 /src/devices/bus/hp_dio
parent1f589ab61c4b72fa06124d6586a608bbc0599235 (diff)
hp_dio: remove MCFG
And while at it, set the cards as non-fixed, as all of our default cards can be removed on real hardware
Diffstat (limited to 'src/devices/bus/hp_dio')
-rw-r--r--src/devices/bus/hp_dio/hp_dio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/hp_dio/hp_dio.h b/src/devices/bus/hp_dio/hp_dio.h
index a1738b76f3a..938e267b7f6 100644
--- a/src/devices/bus/hp_dio/hp_dio.h
+++ b/src/devices/bus/hp_dio/hp_dio.h
@@ -19,12 +19,6 @@
namespace bus {
namespace hp_dio {
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_DIO16_CPU(_cputag) downcast<bus::hp_dio::dio16_device &>(*device).set_cputag(_cputag);
-#define MCFG_DIO32_CPU(_cputag) downcast<bus::hp_dio::dio32_device &>(*device).set_cputag(_cputag);
//**************************************************************************
// TYPE DEFINITIONS