diff options
author | 2019-03-10 15:24:38 +0100 | |
---|---|---|
committer | 2019-03-12 02:04:28 +0100 | |
commit | e80276bb23b25b7e2a6772e737cebbf57487326f (patch) | |
tree | a18ac7c2b7d9782f4bcda28a208ec6d802aa25cc /scripts | |
parent | 68c97d055c8cca63bdcd3eba193ae5f379de7a44 (diff) |
New working machine
-----------
Rebound [DICE team, Couriersud]
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/target/mame/arcade.lua | 2 | ||||
-rw-r--r-- | scripts/target/mame/nl.lua | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 23ed0f9fcc3..de1ad5163ea 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -1198,6 +1198,8 @@ files { MAME_DIR .. "src/mame/machine/nl_pongd.h", MAME_DIR .. "src/mame/machine/nl_breakout.cpp", MAME_DIR .. "src/mame/machine/nl_breakout.h", + MAME_DIR .. "src/mame/machine/nl_rebound.cpp", + MAME_DIR .. "src/mame/machine/nl_rebound.h", MAME_DIR .. "src/mame/drivers/poolshrk.cpp", MAME_DIR .. "src/mame/includes/poolshrk.h", MAME_DIR .. "src/mame/audio/poolshrk.cpp", diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index 226c80a3042..d5d82b4b04f 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -128,6 +128,8 @@ files{ MAME_DIR .. "src/mame/machine/nl_pongd.h", MAME_DIR .. "src/mame/machine/nl_breakout.cpp", MAME_DIR .. "src/mame/machine/nl_breakout.h", + MAME_DIR .. "src/mame/machine/nl_rebound.cpp", + MAME_DIR .. "src/mame/machine/nl_rebound.h", MAME_DIR .. "src/mame/machine/nl_hazelvid.cpp", MAME_DIR .. "src/mame/machine/nl_hazelvid.h", |