diff options
| author | 2016-04-27 21:54:19 +0200 | |
|---|---|---|
| committer | 2016-04-27 21:55:58 +0200 | |
| commit | 5607ec442e87d65df36fde30ee5e4dc3a22aee81 (patch) | |
| tree | 4f0bdd8d3d820591c111e280973ea52076f02798 /scripts | |
| parent | 04f0d72045f996f3d973ffe456e6d428e5c31626 (diff) | |
h8: Add dtc, dma, watchdog (WIP) [O. Galibert]
h8: Fixes, lots of [O. Galibert]
cybiko: Make work a little emore, add v1 flash [O. Galibert]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/cpu.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 2590dea1c93..c3438a8661c 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -566,16 +566,22 @@ if (CPUS["H8"]~=null) then MAME_DIR .. "src/devices/cpu/h8/h8s2655.h", MAME_DIR .. "src/devices/cpu/h8/h8_adc.cpp", MAME_DIR .. "src/devices/cpu/h8/h8_adc.h", - MAME_DIR .. "src/devices/cpu/h8/h8_port.cpp", - MAME_DIR .. "src/devices/cpu/h8/h8_port.h", + MAME_DIR .. "src/devices/cpu/h8/h8_dma.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8_dma.h", + MAME_DIR .. "src/devices/cpu/h8/h8_dtc.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8_dtc.h", MAME_DIR .. "src/devices/cpu/h8/h8_intc.cpp", MAME_DIR .. "src/devices/cpu/h8/h8_intc.h", + MAME_DIR .. "src/devices/cpu/h8/h8_port.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8_port.h", MAME_DIR .. "src/devices/cpu/h8/h8_timer8.cpp", MAME_DIR .. "src/devices/cpu/h8/h8_timer8.h", MAME_DIR .. "src/devices/cpu/h8/h8_timer16.cpp", MAME_DIR .. "src/devices/cpu/h8/h8_timer16.h", MAME_DIR .. "src/devices/cpu/h8/h8_sci.cpp", MAME_DIR .. "src/devices/cpu/h8/h8_sci.h", + MAME_DIR .. "src/devices/cpu/h8/h8_watchdog.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8_watchdog.h", } dependency { |
