summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-12-04 11:46:13 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-12-04 12:23:11 +0000
commit6a339a4f41fa8b4cacdf7b1561428214a6dffe9f (patch)
tree4cbd9ef7e060545d35920dd115ade07d775e7a30
parent4526eaf0f3bce6f9f85f9e9487e4d5cef3d5ab67 (diff)
alphatan: Default NVRAM to 0.
-rw-r--r--src/mame/drivers/alphatan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alphatan.cpp b/src/mame/drivers/alphatan.cpp
index 3ba9babb454..0bf5eb7ed1f 100644
--- a/src/mame/drivers/alphatan.cpp
+++ b/src/mame/drivers/alphatan.cpp
@@ -196,7 +196,7 @@ void alphatan_state::alphatan(machine_config &config)
M6504(config, m_maincpu, 8.86_MHz_XTAL / 2);
m_maincpu->set_addrmap(AS_PROGRAM, &alphatan_state::alphatan_map);
- NVRAM(config, m_nvram, nvram_device::DEFAULT_ALL_1);
+ NVRAM(config, m_nvram, nvram_device::DEFAULT_ALL_0);
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
//m_screen->set_raw(6_MHz_XTAL, 768, 0, 480, 625, 0, 480);