diff options
Diffstat (limited to 'src/devices/cpu/sm510/sm500.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm500.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm500.cpp b/src/devices/cpu/sm510/sm500.cpp index bb440388974..7050d99c30d 100644 --- a/src/devices/cpu/sm510/sm500.cpp +++ b/src/devices/cpu/sm510/sm500.cpp @@ -232,7 +232,7 @@ void sm500_device::execute_one() } break; // 0xfc - } // big switch + } // 0xf0 } bool sm500_device::op_argument() |