summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/minx/minxopce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/minx/minxopce.h')
-rw-r--r--src/devices/cpu/minx/minxopce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/minx/minxopce.h b/src/devices/cpu/minx/minxopce.h
index 2d44decf802..ee322d668cb 100644
--- a/src/devices/cpu/minx/minxopce.h
+++ b/src/devices/cpu/minx/minxopce.h
@@ -367,7 +367,7 @@ void minx_cpu_device::execute_one_ce()
break;
case 0xAE: { /* HALT */ m_halted = 1; }
break;
- case 0xAF: { }
+ case 0xAF: { /* STOP */ }
break;
case 0xB0: { m_BA = ( m_BA & 0x00FF ) | ( AND8( ( m_BA >> 8 ), rdop() ) << 8 ); }