From 5dda26dd695c2255f1ada12f466eabe33b7640d2 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 26 Feb 2021 12:06:59 -0500 Subject: [PATCH] fddebug.cpp: Remove from build --- scripts/target/mame/arcade.lua | 2 -- src/mame/{machine => etc}/fddebug.cpp | 0 src/mame/{machine => etc}/fddebug.h | 0 3 files changed, 2 deletions(-) rename src/mame/{machine => etc}/fddebug.cpp (100%) rename src/mame/{machine => etc}/fddebug.h (100%) diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 3cad06dd47a..2c6a57e6b31 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3665,8 +3665,6 @@ files { MAME_DIR .. "src/mame/machine/fd1089.h", MAME_DIR .. "src/mame/machine/fd1094.cpp", MAME_DIR .. "src/mame/machine/fd1094.h", - MAME_DIR .. "src/mame/machine/fddebug.cpp", - MAME_DIR .. "src/mame/machine/fddebug.h", MAME_DIR .. "src/mame/machine/mc8123.cpp", MAME_DIR .. "src/mame/machine/mc8123.h", MAME_DIR .. "src/mame/machine/segaic16.cpp", diff --git a/src/mame/machine/fddebug.cpp b/src/mame/etc/fddebug.cpp similarity index 100% rename from src/mame/machine/fddebug.cpp rename to src/mame/etc/fddebug.cpp diff --git a/src/mame/machine/fddebug.h b/src/mame/etc/fddebug.h similarity index 100% rename from src/mame/machine/fddebug.h rename to src/mame/etc/fddebug.h