diff options
author | 2017-06-07 18:58:48 +0200 | |
---|---|---|
committer | 2017-06-07 18:58:48 +0200 | |
commit | fd1bb20b1b81daeb7ab925fb4f9e82161e2f2e4c (patch) | |
tree | abe9b9828baaa83d87cbd8c8b434cc174648b8b5 /src/devices/bus/abckb/abc77.cpp | |
parent | 7b2e155728f7725a0c62d9abb2b31be5a00eea91 (diff) |
some more device_add_mconfig in devices/bus (nw)
Diffstat (limited to 'src/devices/bus/abckb/abc77.cpp')
-rw-r--r-- | src/devices/bus/abckb/abc77.cpp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/abckb/abc77.cpp b/src/devices/bus/abckb/abc77.cpp index c5012400ec3..8c70cf79e6e 100644 --- a/src/devices/bus/abckb/abc77.cpp +++ b/src/devices/bus/abckb/abc77.cpp @@ -124,10 +124,10 @@ DISCRETE_SOUND_END //------------------------------------------------- -// MACHINE_DRIVER( abc77 ) +// device_add_mconfig - add device configuration //------------------------------------------------- -static MACHINE_CONFIG_START( abc77 ) +MACHINE_CONFIG_MEMBER( abc77_device::device_add_mconfig ) // keyboard cpu MCFG_CPU_ADD(I8035_TAG, I8035, XTAL_4_608MHz) MCFG_CPU_PROGRAM_MAP(abc77_map) @@ -150,17 +150,6 @@ MACHINE_CONFIG_END //------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor abc77_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( abc77 ); -} - - -//------------------------------------------------- // INPUT_CHANGED_MEMBER( keyboard_reset ) //------------------------------------------------- |