implement 45GS02 compound instrictions in the disassembler
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
/* da65 */
|
||||
#include "error.h"
|
||||
#include "opc4510.h"
|
||||
#include "opc45GS02.h"
|
||||
#include "opc6502.h"
|
||||
#include "opc6502x.h"
|
||||
#include "opc6502dtv.h"
|
||||
@@ -78,6 +79,7 @@ void SetOpcTable (cpu_t CPU)
|
||||
case CPU_HUC6280: OpcTable = OpcTable_HuC6280; break;
|
||||
case CPU_M740: OpcTable = OpcTable_M740; break;
|
||||
case CPU_4510: OpcTable = OpcTable_4510; break;
|
||||
case CPU_45GS02: OpcTable = OpcTable_45GS02; break;
|
||||
default: Error ("Unsupported CPU");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user