summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-17 22:57:52 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-03-17 22:57:52 -0400
commit4f2da56718857b0afa7b2a387bef299e78be55ed (patch)
tree3a95c29b0914021b80539afc2eaeff8d5a45bb52 /scripts/src
parent9863db73d557947b50d5bfe837fc33e70f354904 (diff)
aha1542: Add more ROMs, rename and split into three variants
- AHA-1542C [modem7, minuszerodegrees.net] - AHA-1542CF v2.11 [Jolaes76, VOGONS Vintage Driver Library] - AHA-1542CP [modem7, minuszerodegrees.net]
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 8f292e082af..304cb3ad3ef 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1228,8 +1228,8 @@ if (BUSES["ISA"]~=null) then
MAME_DIR .. "src/devices/bus/isa/xtide.h",
MAME_DIR .. "src/devices/bus/isa/side116.cpp",
MAME_DIR .. "src/devices/bus/isa/side116.h",
- MAME_DIR .. "src/devices/bus/isa/aha1542.cpp",
- MAME_DIR .. "src/devices/bus/isa/aha1542.h",
+ MAME_DIR .. "src/devices/bus/isa/aha1542c.cpp",
+ MAME_DIR .. "src/devices/bus/isa/aha1542c.h",
MAME_DIR .. "src/devices/bus/isa/wd1002a_wx1.cpp",
MAME_DIR .. "src/devices/bus/isa/wd1002a_wx1.h",
MAME_DIR .. "src/devices/bus/isa/wd1007a.cpp",