acorn_vidc: All right, move this back to src/devices/machine (nw)

This commit is contained in:
AJR 2019-09-20 11:12:44 -04:00
parent 123c71bc4b
commit 9afcd9c9b9
7 changed files with 16 additions and 15 deletions

View File

@ -68,6 +68,19 @@ files {
}
--------------------------------------------------
--
--@src/devices/machine/acorn_vidc.h,MACHINES["ACORN_VIDC"] = true
--------------------------------------------------
if (MACHINES["ACORN_VIDC"]~=null) then
files {
MAME_DIR .. "src/devices/machine/acorn_vidc.cpp",
MAME_DIR .. "src/devices/machine/acorn_vidc.h",
}
end
---------------------------------------------------
--
--@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true

View File

@ -41,18 +41,6 @@ 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,7 +284,6 @@ SOUNDS["LC7535"] = true
VIDEOS["SEGA315_5124"] = true
VIDEOS["SEGA315_5313"] = true
VIDEOS["ACORN_VIDC"] = true
--VIDEOS["AM8052"] = true
VIDEOS["BUFSPRITE"] = true
--VIDEOS["CDP1861"] = true
@ -372,6 +371,7 @@ VIDEOS["VRENDER0"] = true
-- specify available machine cores
--------------------------------------------------
MACHINES["ACORN_VIDC"] = true
MACHINES["AKIKO"] = true
MACHINES["AUTOCONFIG"] = true
MACHINES["BUSMOUSE"] = true

View File

@ -299,7 +299,6 @@ SOUNDS["SWP30"] = true
VIDEOS["SEGA315_5124"] = true
VIDEOS["SEGA315_5313"] = true
VIDEOS["ACORN_VIDC"] = true
VIDEOS["AM8052"] = true
--VIDEOS["BUFSPRITE"] = true
VIDEOS["BT45X"] = true
@ -418,6 +417,7 @@ MACHINES["7200FIFO"] = true
MACHINES["8530SCC"] = true
MACHINES["AAKARTDEV"] = true
MACHINES["ACIA6850"] = true
MACHINES["ACORN_VIDC"] = true
MACHINES["ADC0808"] = true
MACHINES["ADC083X"] = true
MACHINES["ADC1038"] = true

View File

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