summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tosh1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tosh1000.cpp')
-rw-r--r--src/mame/drivers/tosh1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tosh1000.cpp b/src/mame/drivers/tosh1000.cpp
index 53fa575affa..6b6c5d83eeb 100644
--- a/src/mame/drivers/tosh1000.cpp
+++ b/src/mame/drivers/tosh1000.cpp
@@ -284,7 +284,7 @@ MACHINE_CONFIG_START(tosh1000_state::tosh1000)
RAM(config, RAM_TAG).set_default_size("512K");
- MCFG_TOSH1000_BRAM_ADD("bram")
+ TOSH1000_BRAM(config, m_bram, 0);
MACHINE_CONFIG_END