diff options
author | 2021-01-01 23:23:42 +0100 | |
---|---|---|
committer | 2021-01-01 23:23:42 +0100 | |
commit | 29bc7e25b71d9af40943c0dc9d24fead65af4ece (patch) | |
tree | 6ab9c6c2e00c1b68005ed3341ad3fa0ed0d2b7df /scripts | |
parent | d89bbf08e3447d9b148f4b01f7b630f80f6337e7 (diff) |
-arm7: Moved WinCE call logging into a separate .hxx file. [Ryan Holtz]
Diffstat (limited to 'scripts')
-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 a24d60051b8..f44462b78c3 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -165,6 +165,7 @@ if (CPUS["ARM7"]~=null) then MAME_DIR .. "src/devices/cpu/arm7/arm7drc.hxx", MAME_DIR .. "src/devices/cpu/arm7/arm7help.h", MAME_DIR .. "src/devices/cpu/arm7/arm7tdrc.hxx", + MAME_DIR .. "src/devices/cpu/arm7/cecalls.hxx", } end |