starting branch for adding the missing undocumented opcodes

This commit is contained in:
mrdudz
2014-11-19 22:04:32 +01:00
parent 156f405774
commit 202a2d677b
7 changed files with 584 additions and 31 deletions

View File

@@ -783,7 +783,7 @@ static const InsTable* InsTabs[CPU_COUNT] = {
const InsTable* InsTab = (const InsTable*) &InsTab6502;
/* Table to build the effective 65xx opcode from a base opcode and an
** addressing mode.
** addressing mode. (The value in the table is ORed with the base opcode)
*/
static unsigned char EATab[10][AM65I_COUNT] = {
{ /* Table 0 */