From 902712f34536236e31e705fa58e2ed8f533f05c6 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Sat, 6 Aug 2016 20:54:40 +0100 Subject: Street Fight and Cross Shooter (Street Fight type hw) use a common motherboard but different Video Boards. This makes the video boards into devices to faciliate this. --- scripts/target/mame/arcade.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 7c09ed322ce..97c2944b3eb 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3284,9 +3284,12 @@ files { MAME_DIR .. "src/mame/video/seibuspi.cpp", MAME_DIR .. "src/mame/drivers/sengokmj.cpp", MAME_DIR .. "src/mame/drivers/stfight.cpp", + MAME_DIR .. "src/mame/video/stfight_dev.cpp", + MAME_DIR .. "src/mame/video/stfight_dev.h", + MAME_DIR .. "src/mame/video/airraid_dev.cpp", + MAME_DIR .. "src/mame/video/airraid_dev.h", MAME_DIR .. "src/mame/includes/stfight.h", MAME_DIR .. "src/mame/machine/stfight.cpp", - MAME_DIR .. "src/mame/video/stfight.cpp", MAME_DIR .. "src/mame/drivers/toki.cpp", MAME_DIR .. "src/mame/includes/toki.h", MAME_DIR .. "src/mame/video/toki.cpp", -- cgit v1.2.3