diff options
| author | 2017-07-09 17:13:45 -0500 | |
|---|---|---|
| committer | 2017-07-09 17:13:45 -0500 | |
| commit | b98e5d5284f6129e569397c3bec0d6aeeb14ad2c (patch) | |
| tree | 2bf34a2312299f95a903a053e4ceb097dbcca2ea /scripts/target | |
| parent | 421f6222ab01564475f34d34ddce3ae7364e254b (diff) | |
compc: move commodore pcs to own file and get them booting (nw)
Diffstat (limited to 'scripts/target')
| -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 6b2bcde8273..3d09cca6868 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2553,6 +2553,7 @@ files { MAME_DIR .. "src/mame/drivers/pcipc.cpp", MAME_DIR .. "src/mame/drivers/tandy1t.cpp", MAME_DIR .. "src/mame/drivers/tosh1000.cpp", + MAME_DIR .. "src/mame/drivers/compc.cpp", MAME_DIR .. "src/mame/video/pc_t1t.cpp", MAME_DIR .. "src/mame/video/pc_t1t.h", } |
