summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-08-31 20:06:25 +0200
committer hap <happppp@users.noreply.github.com>2024-08-31 20:06:25 +0200
commite27a557f8840ad2c140d7ba5deeb7cfb057d1eda (patch)
tree0cbe77f5a265bf5b01801af81f4cc3f8460c9a15 /scripts/src
parent00f657326a1f71ef05ce698b1dc1fe42782fce06 (diff)
fix z80(nsc800) compile, hopefully
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/cpu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 2ed01f4913b..68028d884ae 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -3011,7 +3011,7 @@ if CPUS["Z80"] or CPUS["KC80"] or CPUS["Z80N"] then
dependency {
{ MAME_DIR .. "src/devices/cpu/z80/z80.cpp", GEN_DIR .. "emu/cpu/z80/z80.hxx" },
- { MAME_DIR .. "src/devices/cpu/z80/z80.cpp", GEN_DIR .. "emu/cpu/z80/ncs800.hxx" },
+ { MAME_DIR .. "src/devices/cpu/z80/nsc800.cpp", GEN_DIR .. "emu/cpu/z80/ncs800.hxx" },
{ MAME_DIR .. "src/devices/cpu/z80/r800.cpp", GEN_DIR .. "emu/cpu/z80/r800.hxx" },
}