diff options
| author | 2016-04-25 18:45:18 +0100 | |
|---|---|---|
| committer | 2016-04-25 18:45:18 +0100 | |
| commit | c42e275665a8a2237fdea00660846d12b4e7aaac (patch) | |
| tree | fc1c432327f23e808aee9b1726d8f0ccf4780c55 /scripts | |
| parent | 221cce0f068089afedc5a41aef14b25fe22b4376 (diff) | |
Document internal hardware of original Pocket Challenge machine [Team Europe]
(as a result, moved it to a new skeleton driver, and moved the softlist connection for the original machine there too)
not started to hook anything up yet.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index bab155dec0a..a4ebde0ff24 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3152,6 +3152,7 @@ files { MAME_DIR .. "src/mame/drivers/pipbug.cpp", MAME_DIR .. "src/mame/drivers/plan80.cpp", MAME_DIR .. "src/mame/drivers/pm68k.cpp", + MAME_DIR .. "src/mame/drivers/pockchal.cpp", MAME_DIR .. "src/mame/drivers/poly.cpp", MAME_DIR .. "src/mame/drivers/proteus3.cpp", MAME_DIR .. "src/mame/drivers/pt68k4.cpp", |
