diff options
Diffstat (limited to 'src/devices/cpu/amis2000/amis2000.cpp')
-rw-r--r-- | src/devices/cpu/amis2000/amis2000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/amis2000/amis2000.cpp b/src/devices/cpu/amis2000/amis2000.cpp index f8daa91eca6..5911cb2543b 100644 --- a/src/devices/cpu/amis2000/amis2000.cpp +++ b/src/devices/cpu/amis2000/amis2000.cpp @@ -337,6 +337,6 @@ void amis2000_base_device::execute_run() } break; // 0xff - } // big switch + } // 0xf0 } } |