Generate m68k consts

This commit is contained in:
mio
2025-03-10 11:32:14 +08:00
parent 3870cdcaf3
commit df75effba3
7 changed files with 112 additions and 7 deletions

View File

@@ -36,5 +36,20 @@ module UnicornEngine
UC_M68K_REG_D7 = 16
UC_M68K_REG_SR = 17
UC_M68K_REG_PC = 18
UC_M68K_REG_ENDING = 19
UC_M68K_REG_CR_SFC = 19
UC_M68K_REG_CR_DFC = 20
UC_M68K_REG_CR_VBR = 21
UC_M68K_REG_CR_CACR = 22
UC_M68K_REG_CR_TC = 23
UC_M68K_REG_CR_MMUSR = 24
UC_M68K_REG_CR_SRP = 25
UC_M68K_REG_CR_USP = 26
UC_M68K_REG_CR_MSP = 27
UC_M68K_REG_CR_ISP = 28
UC_M68K_REG_CR_URP = 29
UC_M68K_REG_CR_ITT0 = 30
UC_M68K_REG_CR_ITT1 = 31
UC_M68K_REG_CR_DTT0 = 32
UC_M68K_REG_CR_DTT1 = 33
UC_M68K_REG_ENDING = 34
end