mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
acorn_vidc: Move to src/devices/video and fix full build (nw)
This commit is contained in:
parent
3e6b9f9756
commit
0917a7295f
@ -4161,15 +4161,3 @@ if (MACHINES["VRENDER0"]~=null) then
|
|||||||
MAME_DIR .. "src/devices/machine/vrender0.h",
|
MAME_DIR .. "src/devices/machine/vrender0.h",
|
||||||
}
|
}
|
||||||
end
|
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
|
|
||||||
|
@ -41,6 +41,18 @@ if (VIDEOS["SEGA315_5313"]~=null) then
|
|||||||
}
|
}
|
||||||
end
|
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
|
--@src/devices/video/am8052.h,VIDEOS["AM8052"] = true
|
||||||
|
@ -284,6 +284,7 @@ SOUNDS["LC7535"] = true
|
|||||||
|
|
||||||
VIDEOS["SEGA315_5124"] = true
|
VIDEOS["SEGA315_5124"] = true
|
||||||
VIDEOS["SEGA315_5313"] = true
|
VIDEOS["SEGA315_5313"] = true
|
||||||
|
VIDEOS["ACORN_VIDC"] = true
|
||||||
--VIDEOS["AM8052"] = true
|
--VIDEOS["AM8052"] = true
|
||||||
VIDEOS["BUFSPRITE"] = true
|
VIDEOS["BUFSPRITE"] = true
|
||||||
--VIDEOS["CDP1861"] = true
|
--VIDEOS["CDP1861"] = true
|
||||||
|
@ -299,6 +299,7 @@ SOUNDS["SWP30"] = true
|
|||||||
|
|
||||||
VIDEOS["SEGA315_5124"] = true
|
VIDEOS["SEGA315_5124"] = true
|
||||||
VIDEOS["SEGA315_5313"] = true
|
VIDEOS["SEGA315_5313"] = true
|
||||||
|
VIDEOS["ACORN_VIDC"] = true
|
||||||
VIDEOS["AM8052"] = true
|
VIDEOS["AM8052"] = true
|
||||||
--VIDEOS["BUFSPRITE"] = true
|
--VIDEOS["BUFSPRITE"] = true
|
||||||
VIDEOS["BT45X"] = true
|
VIDEOS["BT45X"] = true
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "machine/aakart.h"
|
#include "machine/aakart.h"
|
||||||
#include "machine/i2cmem.h"
|
#include "machine/i2cmem.h"
|
||||||
#include "machine/wd_fdc.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
|
// interrupt definitions. these are for the real Archimedes computer - arcade
|
||||||
// and gambling knockoffs likely are a bit different.
|
// and gambling knockoffs likely are a bit different.
|
||||||
|
Loading…
Reference in New Issue
Block a user