diff options
| author | 2016-05-22 20:48:12 -0300 | |
|---|---|---|
| committer | 2016-05-25 00:22:48 -0300 | |
| commit | c4c32cb71f4a1452832a7826dfd7f41de3d5a93d (patch) | |
| tree | 40eca2deb13381933fb4b57a5fafd326eaaa8b0c /scripts | |
| parent | 9cfce94518e49cdaf10f49839219a6f1d185f751 (diff) | |
Further improvements to the Patinho Feio driver & CPU
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/cpu.lua | 2 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index bb630af1e5c..1b746fb59bc 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1452,7 +1452,7 @@ end if (CPUS["PATINHOFEIO"]~=null) then files { MAME_DIR .. "src/devices/cpu/patinhofeio/patinho_feio.cpp", - MAME_DIR .. "src/devices/cpu/patinhofeio/patinho_feio.h", + MAME_DIR .. "src/devices/cpu/patinhofeio/patinhofeio_cpu.h", } end diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 13898021fd6..415a39f1897 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2894,6 +2894,7 @@ files { createMESSProjects(_target, _subtarget, "usp") files { MAME_DIR .. "src/mame/drivers/patinho_feio.cpp", + MAME_DIR .. "src/mame/includes/patinho_feio.h", } createMESSProjects(_target, _subtarget, "veb") |
