summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-20 10:13:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-20 10:13:01 -0400
commit0917a7295fc020a3ea41948e5e3e90c84d8ed485 (patch)
tree43d1d30b4169400478846c5c6def69fba9af82a3 /src
parent3e6b9f975625c9036157da7f2ea48400b3bfb8ed (diff)
acorn_vidc: Move to src/devices/video and fix full build (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/video/acorn_vidc.cpp (renamed from src/devices/machine/acorn_vidc.cpp)0
-rw-r--r--src/devices/video/acorn_vidc.h (renamed from src/devices/machine/acorn_vidc.h)0
-rw-r--r--src/mame/includes/archimds.h2
3 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/acorn_vidc.cpp b/src/devices/video/acorn_vidc.cpp
index 261ac48fd96..261ac48fd96 100644
--- a/src/devices/machine/acorn_vidc.cpp
+++ b/src/devices/video/acorn_vidc.cpp
diff --git a/src/devices/machine/acorn_vidc.h b/src/devices/video/acorn_vidc.h
index ca4f4d07bcc..ca4f4d07bcc 100644
--- a/src/devices/machine/acorn_vidc.h
+++ b/src/devices/video/acorn_vidc.h
diff --git a/src/mame/includes/archimds.h b/src/mame/includes/archimds.h
index e6080400cfb..249967e4f6f 100644
--- a/src/mame/includes/archimds.h
+++ b/src/mame/includes/archimds.h
@@ -14,7 +14,7 @@
#include "machine/aakart.h"
#include "machine/i2cmem.h"
#include "machine/wd_fdc.h"
-#include "machine/acorn_vidc.h"
+#include "video/acorn_vidc.h"
// interrupt definitions. these are for the real Archimedes computer - arcade
// and gambling knockoffs likely are a bit different.