summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/newbrain
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-16 20:25:01 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-16 20:25:01 +0200
commit10e33516c853bcc4f72d15a5af36159bb0fc5fe8 (patch)
treee9c9c9970867a73db068dc5b19fda39dec242a10 /src/devices/bus/newbrain
parent519d60acf0fc4325a67fcd8d3a18a49ebab68444 (diff)
-ram_device: MCFG removal, nw
Diffstat (limited to 'src/devices/bus/newbrain')
-rw-r--r--src/devices/bus/newbrain/eim.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/newbrain/eim.cpp b/src/devices/bus/newbrain/eim.cpp
index 05eef8a0e13..038ade80400 100644
--- a/src/devices/bus/newbrain/eim.cpp
+++ b/src/devices/bus/newbrain/eim.cpp
@@ -95,8 +95,7 @@ MACHINE_CONFIG_START(newbrain_eim_device::device_add_mconfig)
MCFG_NEWBRAIN_EXPANSION_SLOT_ADD(NEWBRAIN_EXPANSION_SLOT_TAG, XTAL(16'000'000)/8, newbrain_expansion_cards, "fdc")
// internal ram
- MCFG_RAM_ADD(RAM_TAG)
- MCFG_RAM_DEFAULT_SIZE("96K")
+ RAM(config, RAM_TAG).set_default_size("96K");
MACHINE_CONFIG_END