acorn_vidc: Move to src/devices/video and fix full build (nw)

This commit is contained in:
AJR 2019-09-20 10:13:01 -04:00
parent 3e6b9f9756
commit 0917a7295f
7 changed files with 15 additions and 13 deletions

View File

@ -4161,15 +4161,3 @@ if (MACHINES["VRENDER0"]~=null) then
MAME_DIR .. "src/devices/machine/vrender0.h",
}
end
--------------------------------------------------
--
--@src/devices/machine/acorn_vidc.h,MACHINES["ACORN_VIDC10"] = true
--------------------------------------------------
if (MACHINES["ACORN_VIDC10"]~=null) then
files {
MAME_DIR .. "src/devices/machine/acorn_vidc.cpp",
MAME_DIR .. "src/devices/machine/acorn_vidc.h",
}
end

View File

@ -41,6 +41,18 @@ if (VIDEOS["SEGA315_5313"]~=null) then
}
end
--------------------------------------------------
--
--@src/devices/video/acorn_vidc.h,MACHINES["ACORN_VIDC"] = true
--------------------------------------------------
if (VIDEOS["ACORN_VIDC"]~=null) then
files {
MAME_DIR .. "src/devices/video/acorn_vidc.cpp",
MAME_DIR .. "src/devices/video/acorn_vidc.h",
}
end
--------------------------------------------------
--
--@src/devices/video/am8052.h,VIDEOS["AM8052"] = true

View File

@ -284,6 +284,7 @@ SOUNDS["LC7535"] = true
VIDEOS["SEGA315_5124"] = true
VIDEOS["SEGA315_5313"] = true
VIDEOS["ACORN_VIDC"] = true
--VIDEOS["AM8052"] = true
VIDEOS["BUFSPRITE"] = true
--VIDEOS["CDP1861"] = true

View File

@ -299,6 +299,7 @@ SOUNDS["SWP30"] = true
VIDEOS["SEGA315_5124"] = true
VIDEOS["SEGA315_5313"] = true
VIDEOS["ACORN_VIDC"] = true
VIDEOS["AM8052"] = true
--VIDEOS["BUFSPRITE"] = true
VIDEOS["BT45X"] = true

View File

@ -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.