diff options
author | 2018-12-09 12:41:24 +0100 | |
---|---|---|
committer | 2018-12-09 13:57:13 +0100 | |
commit | bac960a725fa7e411cde4e140a372d6e82e232c3 (patch) | |
tree | d06d2c912d2d64dd7bfb9db1590a6a23bf45c65a /scripts/src/cpu.lua | |
parent | 40a6afa614d19b9a4c9b3845406dc7a40cee97af (diff) |
i386.cpp: move cpuid and msr routines to new file cpuidmsrs.hxx ... (nw)
... and add placeholders for athlonxp msrs.
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index f8503ac9056..afb42dd1dd7 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1073,6 +1073,7 @@ if (CPUS["I386"]~=null) then MAME_DIR .. "src/devices/cpu/i386/pentops.hxx", MAME_DIR .. "src/devices/cpu/i386/x87ops.hxx", MAME_DIR .. "src/devices/cpu/i386/x87priv.h", + MAME_DIR .. "src/devices/cpu/i386/cpuidmsrs.hxx", } end |