summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt50/vt50.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt50/vt50.cpp')
-rw-r--r--src/devices/cpu/vt50/vt50.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/vt50/vt50.cpp b/src/devices/cpu/vt50/vt50.cpp
index 346c057ecc9..c07d9b44014 100644
--- a/src/devices/cpu/vt50/vt50.cpp
+++ b/src/devices/cpu/vt50/vt50.cpp
@@ -556,7 +556,7 @@ void vt5x_cpu_device::execute_th(u8 inst)
void vt52_cpu_device::execute_th(u8 inst)
{
- // not actually synchronized to TH
+ // not actually synchronized to TH (but may be gated externally with EN CYCLE)
if ((inst & 0362) == 0162)
m_graphic_callback(m_ram_do);