summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-05-05 14:24:54 +0200
committer hap <happppp@users.noreply.github.com>2021-05-05 14:24:54 +0200
commit23574365a68afe1ef95ed5de010b4d8bc4f86198 (patch)
treeed953178725705d3954cea96f71c16a9db84105c /src/mame/drivers
parentffb70cfb718e61a87a4393ac83925a079a5b611a (diff)
ram: set default fill value to 0xff instead of 0xcd
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/lc80.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/lc80.cpp b/src/mame/drivers/lc80.cpp
index 122cdb30fad..09329bf7d02 100644
--- a/src/mame/drivers/lc80.cpp
+++ b/src/mame/drivers/lc80.cpp
@@ -384,7 +384,6 @@ void lc80_state::lc80(machine_config &config)
RAM(config, m_ram).set_extra_options("1K,2K,3K,4K");
m_ram->set_default_size("1K");
- m_ram->set_default_value(0xff);
}
void lc80_state::lc80a(machine_config &config)