diff options
author | 2018-08-31 18:20:13 +0200 | |
---|---|---|
committer | 2018-08-31 18:20:13 +0200 | |
commit | fc09634167a4b8032aadcd32c6da900384fa4bd0 (patch) | |
tree | f0bae5ed74131b57d6fa6915ef54ffc9f2424af5 /src/devices/machine/z80daisy.h | |
parent | f3cd9ba6971ee78a642c6d6dd95d0a316940ef2c (diff) |
z80daisy: finished removing MCFG macro (nw)
Diffstat (limited to 'src/devices/machine/z80daisy.h')
-rw-r--r-- | src/devices/machine/z80daisy.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/machine/z80daisy.h b/src/devices/machine/z80daisy.h index 439b1022f44..02c8037f66b 100644 --- a/src/devices/machine/z80daisy.h +++ b/src/devices/machine/z80daisy.h @@ -23,17 +23,6 @@ const uint8_t Z80_DAISY_INT = 0x01; // interrupt request mask const uint8_t Z80_DAISY_IEO = 0x02; // interrupt disable mask (IEO) - -//************************************************************************** -// DEVICE CONFIGURATION MACROS -//************************************************************************** - -// configure devices -#define MCFG_Z80_DAISY_CHAIN(_config) \ - dynamic_cast<z80_daisy_chain_interface &>(*device).set_daisy_config(_config); - - - //************************************************************************** // TYPE DEFINITIONS //************************************************************************** |