summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/motorola/mvme162.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/motorola/mvme162.cpp')
-rw-r--r--src/mame/motorola/mvme162.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/motorola/mvme162.cpp b/src/mame/motorola/mvme162.cpp
index cfe4a9a4128..2ab3dd52a2e 100644
--- a/src/mame/motorola/mvme162.cpp
+++ b/src/mame/motorola/mvme162.cpp
@@ -297,7 +297,7 @@ void mvme162_state::mvme162(machine_config &config)
M68040(config, m_maincpu, 25_MHz_XTAL);
m_maincpu->set_addrmap(AS_PROGRAM, &mvme162_state::mvme162_mem);
- M48T02(config, "m48t18", 0); /* t08 differs only in accepted voltage levels compared to t18 */
+ M48T02(config, "m48t18"); /* t08 differs only in accepted voltage levels compared to t18 */
/* Terminal Port config */
SCC85230(config, m_sccterm, SCC_CLOCK);