summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-05-09 21:43:32 +0200
committer hap <happppp@users.noreply.github.com>2020-05-09 21:43:50 +0200
commit5c49ccd2108aa5124bed3ea55dbda08dfec03fd5 (patch)
treeb9473c66d47cdc3f26e2e92c20e4178fcd0df65b /src/devices/cpu/m6800/m6801.cpp
parentf7f0aee0c4676f3e1c8e9c79d8222f7b5f62f0d3 (diff)
psion: does not need direct access to internal mcu reg (nw)
Diffstat (limited to 'src/devices/cpu/m6800/m6801.cpp')
-rw-r--r--src/devices/cpu/m6800/m6801.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6800/m6801.cpp b/src/devices/cpu/m6800/m6801.cpp
index a2c036825f4..de9cae8e9fd 100644
--- a/src/devices/cpu/m6800/m6801.cpp
+++ b/src/devices/cpu/m6800/m6801.cpp
@@ -1016,7 +1016,7 @@ void m6801_cpu_device::device_reset()
OCD = 0xffff;
TOD = 0xffff;
m_timer_next = 0xffff;
- m_ram_ctrl |= 0x40;
+ m_ram_ctrl |= 0x78;
m_latch09 = 0;
m_trcsr = M6801_TRCSR_TDRE;