mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Corrects decoding of DBcc.
This commit is contained in:
parent
45f35236a7
commit
3d240f3f18
@ -1395,7 +1395,7 @@ struct ProcessorStorageConstructor {
|
|||||||
case Decoder::SccDBcc: {
|
case Decoder::SccDBcc: {
|
||||||
if(ea_mode == 1) {
|
if(ea_mode == 1) {
|
||||||
// This is a DBcc. Decode as such.
|
// This is a DBcc. Decode as such.
|
||||||
|
operation = Operation::DBcc;
|
||||||
storage_.instructions[instruction].source = &storage_.data_[ea_register];
|
storage_.instructions[instruction].source = &storage_.data_[ea_register];
|
||||||
|
|
||||||
// Jump straight into deciding what steps to take next,
|
// Jump straight into deciding what steps to take next,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user