diff options
| author | 2016-06-24 08:11:57 -0400 | |
|---|---|---|
| committer | 2016-06-24 08:11:57 -0400 | |
| commit | 450075165c8ce11700af40d1fb552d6d6a5a3a17 (patch) | |
| tree | 4dd69071432ff28dd3021f74335e68c299448cd3 /scripts | |
| parent | 6e2a68574fb5747498af3a314f25a2882f42c155 (diff) | |
| parent | 79fa9bbaad4982ac2120065167f0e3884dfd6351 (diff) | |
Merge pull request #988 from SailorSat/master
Hooked up M2COMM simulation
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 470a33a13ad..df58452777d 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3051,6 +3051,8 @@ files { MAME_DIR .. "src/mame/machine/s32comm.h", MAME_DIR .. "src/mame/machine/m1comm.cpp", MAME_DIR .. "src/mame/machine/m1comm.h", + MAME_DIR .. "src/mame/machine/m2comm.cpp", + MAME_DIR .. "src/mame/machine/m2comm.h", MAME_DIR .. "src/mame/audio/dsbz80.cpp", MAME_DIR .. "src/mame/audio/dsbz80.h", MAME_DIR .. "src/mame/drivers/model2.cpp", |
