diff options
author | 2018-10-08 21:00:35 +0200 | |
---|---|---|
committer | 2018-10-08 21:00:54 +0200 | |
commit | 69eafc7724d8e5c703cf2177aca00417a3d0a109 (patch) | |
tree | 1b3f0c8d0efdfefb4efec380b1314e694c772a86 /src/devices/bus/hp_dio | |
parent | 1f589ab61c4b72fa06124d6586a608bbc0599235 (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.h | 6 |
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 |