summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2019-09-02 07:27:21 +0200
committer GitHub <noreply@github.com>2019-09-02 07:27:21 +0200
commit11f972772666d2de290d6e65fbae31044129031e (patch)
treec757f6243af015d0bf2ba92261d65e0b9405e504 /scripts/src/machine.lua
parent5aa10d4f7d99138941c6aaa6db34db42e7c32532 (diff)
Various improvements over Vrender0 based systems [Angelo Salese] (#5580)
* Made some experimental work with menghong based HW, allowing crzyddz2 to boot and improving menghong colors; * Internalize video and audio components inside the SoC; * Wrote a preliminary UART subdevice; * Made external video clock to be settable by the host driver;
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 78c5af10567..164399017a5 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4145,6 +4145,8 @@ end
if (MACHINES["VRENDER0"]~=null) then
files {
MAME_DIR .. "src/devices/machine/vrender0.cpp",
+ MAME_DIR .. "src/devices/machine/vr0uart.cpp",
MAME_DIR .. "src/devices/machine/vrender0.h",
}
end
+