summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-20 11:12:44 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-20 11:12:44 -0400
commit9afcd9c9b97b6c6cd1528ba1e2fe4cfb0ffc3347 (patch)
treea5cec16a4c13c85769916bc6797e8b5ee9a42df6 /src
parent123c71bc4b8bc3ec579ab0aa9350d332b470ba53 (diff)
acorn_vidc: All right, move this back to src/devices/machine (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/acorn_vidc.cpp (renamed from src/devices/video/acorn_vidc.cpp)0
-rw-r--r--src/devices/machine/acorn_vidc.h (renamed from src/devices/video/acorn_vidc.h)0
-rw-r--r--src/mame/includes/archimds.h2
3 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/acorn_vidc.cpp b/src/devices/machine/acorn_vidc.cpp
index 7347688fa53..7347688fa53 100644
--- a/src/devices/video/acorn_vidc.cpp
+++ b/src/devices/machine/acorn_vidc.cpp
diff --git a/src/devices/video/acorn_vidc.h b/src/devices/machine/acorn_vidc.h
index 08bf93dd571..08bf93dd571 100644
--- a/src/devices/video/acorn_vidc.h
+++ b/src/devices/machine/acorn_vidc.h
diff --git a/src/mame/includes/archimds.h b/src/mame/includes/archimds.h
index 249967e4f6f..e6080400cfb 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 "video/acorn_vidc.h"
+#include "machine/acorn_vidc.h"
// interrupt definitions. these are for the real Archimedes computer - arcade
// and gambling knockoffs likely are a bit different.