mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Added PIT68230 to available machines and enabled it for my configuration
Conflicts: scripts/src/machine.lua scripts/target/mame/my.lua
This commit is contained in:
parent
338f3b1435
commit
19117955e8
@ -188,7 +188,19 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/machine/68561mpcc.h,MACHINES["68561MPCC"] = true
|
||||
--@src/emu/machine/6850acia.h,MACHINES += PIT68230
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["PIT68230"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/emu/machine/68230pit.c",
|
||||
MAME_DIR .. "src/emu/machine/68230pit.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/machine/68561mpcc.h,MACHINES += 68561MPCC
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["68561MPCC"]~=null) then
|
||||
|
Loading…
Reference in New Issue
Block a user