diff options
author | 2017-06-13 16:47:41 +0200 | |
---|---|---|
committer | 2017-06-13 16:47:41 +0200 | |
commit | 4afaaedddfcc8449d6e2a442fba17a77b1b23656 (patch) | |
tree | 140f0e02d885a0f484c857a3e7cb9324bfbfe70c /src/devices/bus/pofo/hpc104.cpp | |
parent | ba478477978e35a1597523d51e61642b673ac864 (diff) |
device_add_mconfig up to devices/bus/q* (nw)
Diffstat (limited to 'src/devices/bus/pofo/hpc104.cpp')
-rw-r--r-- | src/devices/bus/pofo/hpc104.cpp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/pofo/hpc104.cpp b/src/devices/bus/pofo/hpc104.cpp index dd8a3164d07..0f4db13da9c 100644 --- a/src/devices/bus/pofo/hpc104.cpp +++ b/src/devices/bus/pofo/hpc104.cpp @@ -28,10 +28,10 @@ DEFINE_DEVICE_TYPE(POFO_HPC104_2, pofo_hpc104_2_device, "pofo_hpc104_2", "Atari //------------------------------------------------- -// MACHINE_CONFIG_START( hpc104 ) +// device_add_mconfig - add device configuration //------------------------------------------------- -static MACHINE_CONFIG_START( hpc104 ) +MACHINE_CONFIG_MEMBER( pofo_hpc104_device::device_add_mconfig ) MCFG_PORTFOLIO_MEMORY_CARD_SLOT_ADD(PORTFOLIO_MEMORY_CARD_SLOT_B_TAG, portfolio_memory_cards, nullptr) MCFG_PORTFOLIO_EXPANSION_SLOT_ADD(PORTFOLIO_EXPANSION_SLOT_TAG, XTAL_4_9152MHz, portfolio_expansion_cards, nullptr) @@ -42,17 +42,6 @@ MACHINE_CONFIG_END //------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor pofo_hpc104_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( hpc104 ); -} - - -//------------------------------------------------- // INPUT_PORTS( hpc104 ) //------------------------------------------------- |