mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
fix timing error (incorrect opcode)
This commit is contained in:
parent
d89b6acf07
commit
16e97e0da1
@ -369,7 +369,7 @@ static uint8 CycTable[256] =
|
||||
/*0xB0*/ 2,5,2,5,4,4,4,4,2,4,2,4,4,4,4,4,
|
||||
/*0xC0*/ 2,6,2,8,3,3,5,5,2,2,2,2,4,4,6,6,
|
||||
/*0xD0*/ 2,5,2,8,4,4,6,6,2,4,2,7,4,4,7,7,
|
||||
/*0xE0*/ 2,6,3,8,3,3,5,5,2,2,2,2,4,4,6,6,
|
||||
/*0xE0*/ 2,6,2,8,3,3,5,5,2,2,2,2,4,4,6,6,
|
||||
/*0xF0*/ 2,5,2,8,4,4,6,6,2,4,2,7,4,4,7,7,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user