From 0618c642ba8a33411539449060c9cb604508fe75 Mon Sep 17 00:00:00 2001 From: Felipe CorrĂȘa da Silva Sanches Date: Sat, 28 Nov 2015 09:59:12 -0200 Subject: adding a basic machine driver for the Patinho Feio and setting up build system for the driver and the CPU module --- scripts/src/cpu.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index dc2eb538b00..985d47c0611 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1435,6 +1435,22 @@ if (CPUS["PDP1"]~=null or _OPTIONS["with-tools"]) then table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/pdp1/tx0dasm.cpp") end +-------------------------------------------------- +-- PATINHO FEIO - Escola Politecnica - USP (Brazil) +--@src/devices/cpu/patinhofeio/patinho_feio.h,CPUS["PATINHOFEIO"] = true +-------------------------------------------------- + +if (CPUS["PATINHOFEIO"]~=null) then + files { + MAME_DIR .. "src/devices/cpu/patinhofeio/patinho_feio.cpp", + MAME_DIR .. "src/devices/cpu/patinhofeio/patinho_feio.h", + } +end + +if (CPUS["PATINHOFEIO"]~=null or _OPTIONS["with-tools"]) then + table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/patinhofeio/patinho_feio_dasm.cpp") +end + -------------------------------------------------- -- Motorola PowerPC series --@src/devices/cpu/powerpc/ppc.h,CPUS["POWERPC"] = true -- cgit v1.2.3