summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ondra.cpp
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/mame/drivers/ondra.cpp
parent519d60acf0fc4325a67fcd8d3a18a49ebab68444 (diff)
-ram_device: MCFG removal, nw
Diffstat (limited to 'src/mame/drivers/ondra.cpp')
-rw-r--r--src/mame/drivers/ondra.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/drivers/ondra.cpp b/src/mame/drivers/ondra.cpp
index 4c9efc09f53..282439a48a2 100644
--- a/src/mame/drivers/ondra.cpp
+++ b/src/mame/drivers/ondra.cpp
@@ -152,9 +152,7 @@ MACHINE_CONFIG_START(ondra_state::ondra)
MCFG_SOFTWARE_LIST_ADD("cass_list","ondra")
/* internal ram */
- MCFG_RAM_ADD(RAM_TAG)
- MCFG_RAM_DEFAULT_SIZE("64K")
- MCFG_RAM_DEFAULT_VALUE(0x00)
+ RAM(config, RAM_TAG).set_default_size("64K").set_default_value(0);
MACHINE_CONFIG_END
/* ROM definition */