Support for the HuC6280 (CPU of the PC Engine) contributed by Tobias Gunkel.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4481 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -74,6 +74,11 @@ void OH_AbsoluteIndirect (const OpcDesc*);
|
||||
|
||||
void OH_BitBranch (const OpcDesc*);
|
||||
|
||||
void OH_ImmidiateDirect (const OpcDesc*);
|
||||
void OH_ImmidiateDirectX (const OpcDesc*);
|
||||
void OH_ImmidiateAbsolute (const OpcDesc*);
|
||||
void OH_ImmidiateAbsoluteX (const OpcDesc*);
|
||||
|
||||
void OH_StackRelative (const OpcDesc*);
|
||||
void OH_DirectIndirectLongX (const OpcDesc*);
|
||||
void OH_StackRelativeIndirectY (const OpcDesc*);
|
||||
|
||||
Reference in New Issue
Block a user