summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2016-03-09 12:21:05 +0100
committer hap <happppp@users.noreply.github.com>2016-03-09 12:21:05 +0100
commit262fc7035a2f5328b97adea11cae1a7d58cd8653 (patch)
tree5dd0c3fac3e93e22d70af14921deacb16b2efcdd /scripts
parent62fb91d39eb48057317fb844d1c78ec64e30a7fb (diff)
renamed supercon.cpp to novag6502.cpp
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index e6af65ea8ef..829c82af577 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2171,10 +2171,10 @@ createMESSProjects(_target, _subtarget, "novag")
files {
MAME_DIR .. "src/mame/drivers/mk1.cpp",
MAME_DIR .. "src/mame/drivers/mk2.cpp",
+ MAME_DIR .. "src/mame/drivers/novag6502.cpp",
MAME_DIR .. "src/mame/drivers/ssystem3.cpp",
MAME_DIR .. "src/mame/includes/ssystem3.h",
MAME_DIR .. "src/mame/video/ssystem3.cpp",
- MAME_DIR .. "src/mame/drivers/supercon.cpp",
}
createMESSProjects(_target, _subtarget, "olivetti")