summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Sandro Ronco <sandro.ronco@gmx.com>2016-05-13 18:49:52 +0200
committer Sandro Ronco <sandro.ronco@gmx.com>2016-05-13 18:50:35 +0200
commitcc088d53a6a65f867aaf93c3309818297fc27839 (patch)
tree75d277ea3e7523e9ddb2703c2b140b93feff7d93 /scripts
parent7a99e2939c9b10b52f0a1524c422e49dc5bdfbec (diff)
h63484 ==> hd63484 (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua24
-rw-r--r--scripts/target/mame/arcade.lua2
-rw-r--r--scripts/target/mame/mess.lua2
3 files changed, 14 insertions, 14 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index e1746c1b6d8..2220e65fff9 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -246,18 +246,6 @@ end
--------------------------------------------------
--
---@src/devices/video/h63484.h,VIDEOS["H63484"] = true
---------------------------------------------------
-
-if (VIDEOS["H63484"]~=null) then
- files {
- MAME_DIR .. "src/devices/video/h63484.cpp",
- MAME_DIR .. "src/devices/video/h63484.h",
- }
-end
-
---------------------------------------------------
---
--@src/devices/video/hd44102.h,VIDEOS["HD44102"] = true
--------------------------------------------------
@@ -306,6 +294,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/hd63484.h,VIDEOS["HD63484"] = true
+--------------------------------------------------
+
+if (VIDEOS["HD63484"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/hd63484.cpp",
+ MAME_DIR .. "src/devices/video/hd63484.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/hd66421.h,VIDEOS["HD66421"] = true
--------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 8e005494227..3c45c1f9d6d 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -285,11 +285,11 @@ VIDEOS["DM9368"] = true
VIDEOS["GF7600GS"] = true
VIDEOS["EPIC12"] = true
VIDEOS["FIXFREQ"] = true
-VIDEOS["H63484"] = true
--VIDEOS["HD44102"] = true
--VIDEOS["HD44352"] = true
VIDEOS["HD44780"] = true
VIDEOS["HD61830"] = true
+VIDEOS["HD63484"] = true
--VIDEOS["HD66421"] = true
VIDEOS["HUC6202"] = true
VIDEOS["HUC6260"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 9c3087729c0..7d1cb34557c 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -281,11 +281,11 @@ VIDEOS["EF9365"] = true
VIDEOS["GF4500"] = true
--VIDEOS+= EPIC12"] = true
--VIDEOS+= FIXFREQ"] = true
---VIDEOS+= H63484"] = true
VIDEOS["HD44102"] = true
VIDEOS["HD44352"] = true
VIDEOS["HD44780"] = true
VIDEOS["HD61830"] = true
+--VIDEOS+= HD63484"] = true
VIDEOS["HD66421"] = true
VIDEOS["HUC6202"] = true
VIDEOS["HUC6260"] = true