Fixed some bugs in da65's HuC6280 section.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user