Change cycle counts to conform with AppleWin

This commit is contained in:
Aaron Culliney 2016-10-02 10:20:42 -07:00
parent 3a6c033077
commit 3edb24ea3b
3 changed files with 6 additions and 6 deletions

View File

@ -1383,7 +1383,7 @@ ENTRY(op_DEC_abs) // 0xce
Continue
ENTRY(op_DEC_abs_x) // 0xde
GetAbs_X
GetAbs_X_STx
DoDEC
Continue
@ -1492,7 +1492,7 @@ ENTRY(op_INC_abs) // 0xee
Continue
ENTRY(op_INC_abs_x) // 0xfe
GetAbs_X
GetAbs_X_STx
DoINC
Continue

View File

@ -542,7 +542,7 @@ uint8_t cpu65__opcycles[256] = {
7, // op_STP_65c02
7, // op_UNK_65c02
4, // op_CMP_abs_x
6, // op_DEC_abs_x
7, // op_DEC_abs_x
5, // op_BBS5_65c02
2, // op_CPX_imm E0
6, // op_SBC_ind_x
@ -574,7 +574,7 @@ uint8_t cpu65__opcycles[256] = {
7, // op_UNK_65c02
7, // op_UNK_65c02
4, // op_SBC_abs_x
6, // op_INC_abs_x
7, // op_INC_abs_x
5 // op_BBS7_65c02
};

View File

@ -1125,7 +1125,7 @@ ENTRY(op_DEC_abs) // 0xce
Continue
ENTRY(op_DEC_abs_x) // 0xde
GetAbs_X
GetAbs_X_STx
DoDEC
Continue
@ -1230,7 +1230,7 @@ ENTRY(op_INC_abs) // 0xee
Continue
ENTRY(op_INC_abs_x) // 0xfe
GetAbs_X
GetAbs_X_STx
DoINC
Continue