summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-07-13 13:03:53 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-07-13 14:34:32 +0100
commitd6cbfb3814dedd6d1ccbd4980786e2f4dd30d19b (patch)
tree99d2d7d702e1317f81ddbf4a8dbfceade26974c8 /scripts/src
parent4d89de93c0dcb0b3069c9226236bfb1a802113cf (diff)
bus/bbc/userport: Renamed palette.h->palext.h
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 e14d05e67ef..80cf311b564 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -591,8 +591,8 @@ if (BUSES["BBC_USERPORT"]~=null) then
MAME_DIR .. "src/devices/bus/bbc/userport/userport.h",
MAME_DIR .. "src/devices/bus/bbc/userport/beebspch.cpp",
MAME_DIR .. "src/devices/bus/bbc/userport/beebspch.h",
- MAME_DIR .. "src/devices/bus/bbc/userport/palette.cpp",
- MAME_DIR .. "src/devices/bus/bbc/userport/palette.h",
+ MAME_DIR .. "src/devices/bus/bbc/userport/palext.cpp",
+ MAME_DIR .. "src/devices/bus/bbc/userport/palext.h",
MAME_DIR .. "src/devices/bus/bbc/userport/pointer.cpp",
MAME_DIR .. "src/devices/bus/bbc/userport/pointer.h",
MAME_DIR .. "src/devices/bus/bbc/userport/usersplit.cpp",