mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Add mario to mamenl target. (nw)
This commit is contained in:
parent
38ca93a5d7
commit
e4d5ac12d3
@ -20,7 +20,7 @@ CPUS["Z80"] = true
|
||||
CPUS["M6800"] = true
|
||||
CPUS["M6803"] = true
|
||||
CPUS["M6809"] = true
|
||||
--CPUS["MCS48"] = true
|
||||
CPUS["MCS48"] = true
|
||||
--CPUS["MCS51"] = true
|
||||
--CPUS["M6800"] = true
|
||||
--CPUS["M6809"] = true
|
||||
@ -57,6 +57,7 @@ VIDEOS["FIXFREQ"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
MACHINES["NETLIST"] = true
|
||||
MACHINES["Z80DMA"] = true
|
||||
--MACHINES["6821PIA"] = true
|
||||
--MACHINES["TTL74148"] = true
|
||||
--MACHINES["TTL74153"] = true
|
||||
@ -113,9 +114,15 @@ files{
|
||||
MAME_DIR .. "src/mame/drivers/1942.cpp",
|
||||
MAME_DIR .. "src/mame/includes/1942.h",
|
||||
MAME_DIR .. "src/mame/video/1942.cpp",
|
||||
|
||||
MAME_DIR .. "src/mame/drivers/popeye.cpp",
|
||||
MAME_DIR .. "src/mame/includes/popeye.h",
|
||||
MAME_DIR .. "src/mame/video/popeye.cpp",
|
||||
|
||||
MAME_DIR .. "src/mame/drivers/mario.cpp",
|
||||
MAME_DIR .. "src/mame/includes/mario.h",
|
||||
MAME_DIR .. "src/mame/video/mario.cpp",
|
||||
MAME_DIR .. "src/mame/audio/mario.cpp",
|
||||
|
||||
MAME_DIR .. "src/mame/drivers/m62.cpp",
|
||||
MAME_DIR .. "src/mame/includes/m62.h",
|
||||
|
@ -22,6 +22,13 @@ popeyef // (c) 1982
|
||||
popeyebl // bootleg
|
||||
|
||||
// mario
|
||||
dkong3abl //
|
||||
mario // (c) 1983 Nintendo of America
|
||||
mariobl // bootleg
|
||||
marioe // (c) 1983 Nintendo of America
|
||||
marioj // (c) 1983 Nintendo
|
||||
marioo // (c) 1983 Nintendo of America
|
||||
masao // bootleg
|
||||
|
||||
|
||||
// Atari 100% TTL
|
||||
|
Loading…
Reference in New Issue
Block a user