diff options
author | 2016-05-01 21:39:40 +0200 | |
---|---|---|
committer | 2016-05-01 21:39:40 +0200 | |
commit | 262524206b785344a0507bd236ffc152a5fe23ef (patch) | |
tree | 8d3abece3e490fe91757d3dc7758b2028c10bae2 /scripts/src/cpu.lua | |
parent | be67262fc21f75d40dead90256c0ec3142be7b12 (diff) |
tms7000/e0c6200: renamed hxx(inc) to cpp
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 5bb90325fa6..bb630af1e5c 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -382,7 +382,7 @@ if (CPUS["E0C6200"]~=null) then MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200.h", MAME_DIR .. "src/devices/cpu/e0c6200/e0c6s46.cpp", MAME_DIR .. "src/devices/cpu/e0c6200/e0c6s46.h", - MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200op.hxx", + MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200op.cpp", } end @@ -1912,7 +1912,7 @@ if (CPUS["TMS7000"]~=null) then files { MAME_DIR .. "src/devices/cpu/tms7000/tms7000.cpp", MAME_DIR .. "src/devices/cpu/tms7000/tms7000.h", - MAME_DIR .. "src/devices/cpu/tms7000/tms70op.hxx", + MAME_DIR .. "src/devices/cpu/tms7000/tms7000op.cpp", } end |