diff options
| author | 2016-08-08 13:40:03 +0300 | |
|---|---|---|
| committer | 2016-08-08 14:44:20 +0300 | |
| commit | 6673af1285376eee38a7fa0f924ddf5b61c3c654 (patch) | |
| tree | eec6b480351bf436d1279e4a1a660fd12302a0e2 /scripts | |
| parent | f67311c5a5b1e08a0d285795d9182683a270a2d8 (diff) | |
pofo: Added memory card slot interface and ROM/RAM cards. [Curt Coder]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 083cd2d46d1..d15d71fee78 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1174,6 +1174,14 @@ if (BUSES["POFO"]~=null) then MAME_DIR .. "src/devices/bus/pofo/hpc101.h", MAME_DIR .. "src/devices/bus/pofo/hpc102.cpp", MAME_DIR .. "src/devices/bus/pofo/hpc102.h", + MAME_DIR .. "src/devices/bus/pofo/hpc104.cpp", + MAME_DIR .. "src/devices/bus/pofo/hpc104.h", + MAME_DIR .. "src/devices/bus/pofo/ccm.cpp", + MAME_DIR .. "src/devices/bus/pofo/ccm.h", + MAME_DIR .. "src/devices/bus/pofo/ram.cpp", + MAME_DIR .. "src/devices/bus/pofo/ram.h", + MAME_DIR .. "src/devices/bus/pofo/rom.cpp", + MAME_DIR .. "src/devices/bus/pofo/rom.h", } end |
