Update bindings
This commit is contained in:
@ -6,15 +6,15 @@ public interface M68kConst {
|
||||
|
||||
// M68K CPU
|
||||
|
||||
public static final int UC_CPU_M5206_CPU = 0;
|
||||
public static final int UC_CPU_M68000_CPU = 1;
|
||||
public static final int UC_CPU_M68020_CPU = 2;
|
||||
public static final int UC_CPU_M68030_CPU = 3;
|
||||
public static final int UC_CPU_M68040_CPU = 4;
|
||||
public static final int UC_CPU_M68060_CPU = 5;
|
||||
public static final int UC_CPU_M5208_CPU = 6;
|
||||
public static final int UC_CPU_CFV4E_CPU = 7;
|
||||
public static final int UC_CPU_ANY_CPU = 8;
|
||||
public static final int UC_CPU_M68K_M5206 = 0;
|
||||
public static final int UC_CPU_M68K_M68000 = 1;
|
||||
public static final int UC_CPU_M68K_M68020 = 2;
|
||||
public static final int UC_CPU_M68K_M68030 = 3;
|
||||
public static final int UC_CPU_M68K_M68040 = 4;
|
||||
public static final int UC_CPU_M68K_M68060 = 5;
|
||||
public static final int UC_CPU_M68K_M5208 = 6;
|
||||
public static final int UC_CPU_M68K_CFV4E = 7;
|
||||
public static final int UC_CPU_M68K_ANY = 8;
|
||||
|
||||
// M68K registers
|
||||
|
||||
|
Reference in New Issue
Block a user