summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2018-03-01 04:02:02 +0900
committer R. Belmont <rb6502@users.noreply.github.com>2018-02-28 14:02:02 -0500
commit5a8890c31ca570ef75bd89573a41e7bb4cfbc481 (patch)
treec3d0904fedc7d45273d0318945fd90dc96e8e76a /scripts
parent71d728f34826e288b2879411d4b7bead74037c98 (diff)
hyprduel : Cleanups, Add imagetek_i4220_device, Allocate sound output… (#3272)
* hyprduel : Cleanups, Add imagetek_i4220_device, Allocate sound output form real PCB(real PCB only has mono sound output) imagetek_i4100.cpp : Boost tilemap drawing routines when VIDEO_UPDATE_SCANLINE case of screen video attributes, Add notes * Minor cleanup, Add notes * imagetek_i4100 : Fix tilemap drawing at tilemap offset X/Y !=0 case * hyprduel : Fix mistake * magerror : Remove MACHINE_NOT_WORKING Flags
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 10b0cd72e2f..3e3d4a0133b 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -2557,8 +2557,6 @@ files {
createMAMEProjects(_target, _subtarget, "metro")
files {
MAME_DIR .. "src/mame/drivers/hyprduel.cpp",
- MAME_DIR .. "src/mame/includes/hyprduel.h",
- MAME_DIR .. "src/mame/video/hyprduel.cpp",
MAME_DIR .. "src/mame/drivers/metro.cpp",
MAME_DIR .. "src/mame/includes/metro.h",
MAME_DIR .. "src/mame/video/metro.cpp",