summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-01 12:42:27 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-01 12:42:27 +0200
commit11ceaee97fccc15ebf033f8b54127e015ed02b1c (patch)
treed7548d993f7c02a090f5b6aeb55c179e16886162
parent4f3b0234eaabd29932d0292c6ac1160641ee89cb (diff)
fake include till adb is not converted to device (nw)
-rw-r--r--scripts/target/mame/mess.lua1
-rw-r--r--src/mame/drivers/mac.cpp1
-rw-r--r--src/mame/machine/macadb.h3
3 files changed, 5 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 8c9c9aca9f1..0afa846abf3 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1228,6 +1228,7 @@ files {
MAME_DIR .. "src/mame/machine/egret.h",
MAME_DIR .. "src/mame/machine/mac.cpp",
MAME_DIR .. "src/mame/machine/macadb.cpp",
+ MAME_DIR .. "src/mame/machine/macadb.h",
MAME_DIR .. "src/mame/machine/macrtc.cpp",
MAME_DIR .. "src/mame/machine/macrtc.h",
MAME_DIR .. "src/mame/machine/mackbd.cpp",
diff --git a/src/mame/drivers/mac.cpp b/src/mame/drivers/mac.cpp
index d3cec088a75..18c28e059a4 100644
--- a/src/mame/drivers/mac.cpp
+++ b/src/mame/drivers/mac.cpp
@@ -84,6 +84,7 @@
#include "bus/macpds/pds_tpdfpd.h"
#include "includes/mac.h"
+#include "machine/macadb.h"
#include "softlist.h"
#include "mac.lh"
diff --git a/src/mame/machine/macadb.h b/src/mame/machine/macadb.h
new file mode 100644
index 00000000000..2067f492cf9
--- /dev/null
+++ b/src/mame/machine/macadb.h
@@ -0,0 +1,3 @@
+// license:BSD-3-Clause
+// copyright-holders:R. Belmont
+