diff options
author | 2024-09-16 15:03:11 +0200 | |
---|---|---|
committer | 2024-09-16 22:04:32 +0200 | |
commit | d683427b257e32426ad1d13b92b4ba5f25701d8f (patch) | |
tree | caa5c88fd99a0e2936ea38eb6821e08a0ebadb41 /src/devices/cpu/sm510/sm590.cpp | |
parent | 49cbd83114c1735a5bd62dce226b8838c87a3763 (diff) |
hmcs400: add opcode placeholders
Diffstat (limited to 'src/devices/cpu/sm510/sm590.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm590.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm590.cpp b/src/devices/cpu/sm510/sm590.cpp index f833b7e2683..b4cecee68cc 100644 --- a/src/devices/cpu/sm510/sm590.cpp +++ b/src/devices/cpu/sm510/sm590.cpp @@ -172,7 +172,7 @@ void sm590_device::execute_one() } break; // 0xfc - } // big switch + } // 0xf0 } bool sm590_device::op_argument() |