Fix wrong m68k enums

This commit is contained in:
lazymio 2021-12-04 23:19:05 +01:00
parent d204dc6374
commit 3020d7b82a
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 9 additions and 9 deletions

View File

@ -17,15 +17,15 @@ extern "C" {
//> M68K CPU
typedef enum uc_cpu_m68k {
UC_CPU_M5206_CPU = 0,
UC_CPU_M68000_CPU,
UC_CPU_M68020_CPU,
UC_CPU_M68030_CPU,
UC_CPU_M68040_CPU,
UC_CPU_M68060_CPU,
UC_CPU_M5208_CPU,
UC_CPU_CFV4E_CPU,
UC_CPU_ANY_CPU,
UC_CPU_M68K_M5206 = 0,
UC_CPU_M68K_M68000,
UC_CPU_M68K_M68020,
UC_CPU_M68K_M68030,
UC_CPU_M68K_M68040,
UC_CPU_M68K_M68060,
UC_CPU_M68K_M5208,
UC_CPU_M68K_CFV4E,
UC_CPU_M68K_ANY,
} uc_cpu_m68k;
//> M68K registers