uc_ctl proposal (#1473)

* Add uc_ctl

* Add comments

* Slightly changed for bindings generation

* Generate bindings
This commit is contained in:
lazymio
2021-10-30 04:45:32 +02:00
committed by GitHub
parent 1856e940e4
commit 090686f8ed
65 changed files with 3520 additions and 4 deletions

View File

@ -15,6 +15,18 @@ extern "C" {
#pragma warning(disable : 4201)
#endif
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;
//> M68K registers
typedef enum uc_m68k_reg {
UC_M68K_REG_INVALID = 0,