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