summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cosmac/cosmac.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-07-18 20:04:32 +0200
committer hap <happppp@users.noreply.github.com>2022-07-18 20:04:32 +0200
commitdeb29bee2fdd5b00ed2305f81cf30cf47a175fd3 (patch)
treec3971e4328fdf84c25613126d6a0017335512d97 /src/devices/cpu/cosmac/cosmac.cpp
parent56768ed3ab3ab359b3e0a77aa10bb54a1207517e (diff)
ssensor4,const: add chess symbols to internal artwork
Diffstat (limited to 'src/devices/cpu/cosmac/cosmac.cpp')
-rw-r--r--src/devices/cpu/cosmac/cosmac.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/cosmac/cosmac.cpp b/src/devices/cpu/cosmac/cosmac.cpp
index ee52a0c16b7..bc38bf034c2 100644
--- a/src/devices/cpu/cosmac/cosmac.cpp
+++ b/src/devices/cpu/cosmac/cosmac.cpp
@@ -1500,10 +1500,10 @@ void cosmac_device::xid() { m_xie = 0; }
void cosmac_device::cie() { m_cie = 1; }
void cosmac_device::cid() { m_cie = 0; }
-void cosmac_device::scm1() { m_cnt_mode = 2; }
-void cosmac_device::scm2() { m_cnt_mode = 3; }
-void cosmac_device::spm1() { m_cnt_mode = 4; }
-void cosmac_device::spm2() { m_cnt_mode = 5; }
+void cosmac_device::scm1() { stop_count(); m_cnt_mode = 2; }
+void cosmac_device::scm2() { stop_count(); m_cnt_mode = 3; }
+void cosmac_device::spm1() { stop_count(); m_cnt_mode = 4; }
+void cosmac_device::spm2() { stop_count(); m_cnt_mode = 5; }
void cosmac_device::gec() { D = get_count(); }
void cosmac_device::stpc() { stop_count(); }