mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix z80(nsc800) compile, hopefully
This commit is contained in:
parent
00f657326a
commit
e27a557f88
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue