Fixed some bugs in da65's HuC6280 section.

This commit is contained in:
Greg King
2016-09-02 14:24:29 -04:00
parent 579b89ad98
commit 4b2e3be2fc
3 changed files with 57 additions and 24 deletions

View File

@@ -94,11 +94,12 @@ void OH_AccumulatorBit (const OpcDesc*);
void OH_AccumulatorBitBranch (const OpcDesc*);
void OH_JmpDirectIndirect (const OpcDesc* D);
void OH_SpecialPage (const OpcDesc*);
/* Handlers for special instructions */
void OH_Rts (const OpcDesc*);
void OH_JmpAbsolute (const OpcDesc*);
void OH_JmpAbsoluteIndirect (const OpcDesc* D);
void OH_JmpAbsoluteXIndirect (const OpcDesc* D);