Skip to content

Commit

Permalink
Merge pull request #23 from marhel/unimplemented-instruction-cycles
Browse files Browse the repository at this point in the history
Fix unimplemented instruction cycles
  • Loading branch information
kstenerud committed Apr 28, 2016
2 parents 769ea6b + 83c920e commit 15a51d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m68kcpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ uint8 m68ki_exception_cycle_table[3][256] =
34, /* 7: TRAPV */
34, /* 8: Privilege Violation */
34, /* 9: Trace */
4, /* 10: 1010 */
4, /* 11: 1111 */
34, /* 10: 1010 */
34, /* 11: 1111 */
4, /* 12: RESERVED */
4, /* 13: Coprocessor Protocol Violation (unemulated) */
4, /* 14: Format Error */
Expand Down

0 comments on commit 15a51d1

Please sign in to comment.