Skip to content

Commit

Permalink
cps2.cpp: Added TOURNAMENT board communication simulation. (mamedev#9699
Browse files Browse the repository at this point in the history
) [Vas Crabb, Darksoft, Gregory Lewandowski]
  • Loading branch information
cuavas authored and couriersud committed May 6, 2022
1 parent 38b7f8b commit a1e55a7
Show file tree
Hide file tree
Showing 9 changed files with 1,940 additions and 1,012 deletions.
1 change: 1 addition & 0 deletions scripts/build/makedep.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ def write_project(options, projectfile, mappings, sources):
' MAME_DIR .. "src/lib/netlist",\n' \
' MAME_DIR .. "3rdparty",\n' \
' GEN_DIR .. "mame/layout",\n' \
' ext_includedir("asio"),\n' \
' ext_includedir("flac"),\n' \
' ext_includedir("glm"),\n' \
' ext_includedir("jpeg"),\n' \
Expand Down
3 changes: 3 additions & 0 deletions scripts/target/mame/arcade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ function createMAMEProjects(_target, _subtarget, _name)
GEN_DIR .. "mame/layout",
}
includedirs {
ext_includedir("asio"),
ext_includedir("flac"),
ext_includedir("glm"),
ext_includedir("jpeg"),
Expand Down Expand Up @@ -1543,6 +1544,8 @@ files {
MAME_DIR .. "src/mame/drivers/cps1bl_pic.cpp",
MAME_DIR .. "src/mame/drivers/kenseim.cpp",
MAME_DIR .. "src/mame/drivers/cps2.cpp",
MAME_DIR .. "src/mame/machine/cps2comm.cpp",
MAME_DIR .. "src/mame/machine/cps2comm.h",
MAME_DIR .. "src/mame/machine/cps2crypt.cpp",
MAME_DIR .. "src/mame/machine/cps2crypt.h",
MAME_DIR .. "src/mame/drivers/cps3.cpp",
Expand Down
Loading

0 comments on commit a1e55a7

Please sign in to comment.