Support for the Mitsubishi 740 CPU for da65. Written and contributed by
Chris Baird, cjb@brushtail.apana.org.au. git-svn-id: svn://svn.cc65.org/cc65/trunk@5350 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include "opc65c02.h"
|
||||
#include "opc65sc02.h"
|
||||
#include "opchuc6280.h"
|
||||
#include "opcm740.h"
|
||||
#include "opctable.h"
|
||||
|
||||
|
||||
@@ -71,6 +72,7 @@ void SetOpcTable (cpu_t CPU)
|
||||
case CPU_65SC02: OpcTable = OpcTable_65SC02; break;
|
||||
case CPU_65C02: OpcTable = OpcTable_65C02; break;
|
||||
case CPU_HUC6280: OpcTable = OpcTable_HuC6280; break;
|
||||
case CPU_M740: OpcTable = OpcTable_M740; break;
|
||||
default: Error ("Unsupported CPU");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user