mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
moved nsc810 build to proper place (nw)
This commit is contained in:
parent
5b0ef5e1b4
commit
37c52103a5
@ -2652,3 +2652,15 @@ if (MACHINES["NETLIST"]~=null) then
|
|||||||
MAME_DIR .. "src/emu/machine/netlist.h",
|
MAME_DIR .. "src/emu/machine/netlist.h",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
--
|
||||||
|
--@src/emu/machine/nsc810.h,MACHINES["NSC810"] = true
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
if (MACHINES["NSC810"]~=null) then
|
||||||
|
files {
|
||||||
|
MAME_DIR .. "src/emu/machine/nsc810.c",
|
||||||
|
MAME_DIR .. "src/emu/machine/nsc810.h",
|
||||||
|
}
|
||||||
|
end
|
||||||
|
@ -561,6 +561,7 @@ MACHINES["CORVUSHD"] = true
|
|||||||
MACHINES["WOZFDC"] = true
|
MACHINES["WOZFDC"] = true
|
||||||
MACHINES["DIABLO_HD"] = true
|
MACHINES["DIABLO_HD"] = true
|
||||||
MACHINES["TMS1024"] = true
|
MACHINES["TMS1024"] = true
|
||||||
|
MACHINES["NSC810"] = true
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- specify available bus cores
|
-- specify available bus cores
|
||||||
@ -2652,8 +2653,6 @@ files {
|
|||||||
MAME_DIR .. "src/mess/drivers/hpz80unk.c",
|
MAME_DIR .. "src/mess/drivers/hpz80unk.c",
|
||||||
MAME_DIR .. "src/mess/drivers/ht68k.c",
|
MAME_DIR .. "src/mess/drivers/ht68k.c",
|
||||||
MAME_DIR .. "src/mess/drivers/hunter2.c",
|
MAME_DIR .. "src/mess/drivers/hunter2.c",
|
||||||
MAME_DIR .. "src/emu/machine/nsc810.c",
|
|
||||||
MAME_DIR .. "src/emu/machine/nsc810.h",
|
|
||||||
MAME_DIR .. "src/mess/drivers/i7000.c",
|
MAME_DIR .. "src/mess/drivers/i7000.c",
|
||||||
MAME_DIR .. "src/mess/drivers/ibm6580.c",
|
MAME_DIR .. "src/mess/drivers/ibm6580.c",
|
||||||
MAME_DIR .. "src/mess/drivers/icatel.c",
|
MAME_DIR .. "src/mess/drivers/icatel.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user