diff options
author | 2018-02-01 01:13:16 +1100 | |
---|---|---|
committer | 2018-02-01 01:13:16 +1100 | |
commit | 73ce78f7b4d4c1ff8ed36f6fef61fc00a2e9135e (patch) | |
tree | 7a50841459d42fee5739652092d6629870f81e3e /docs/release/scripts/target/mame/tiny.lua | |
parent | 6488544820bbf9bc96bd2f29bbc0a8b7c0b246fa (diff) |
0.193 Release filestag193
Diffstat (limited to 'docs/release/scripts/target/mame/tiny.lua')
-rw-r--r-- | docs/release/scripts/target/mame/tiny.lua | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/release/scripts/target/mame/tiny.lua b/docs/release/scripts/target/mame/tiny.lua index 129e276e208..53c40508536 100644 --- a/docs/release/scripts/target/mame/tiny.lua +++ b/docs/release/scripts/target/mame/tiny.lua @@ -21,6 +21,7 @@ CPUS["M6502"] = true CPUS["MCS48"] = true CPUS["MCS51"] = true CPUS["M6800"] = true +CPUS["M6805"] = true CPUS["M6809"] = true CPUS["M680X0"] = true CPUS["TMS9900"] = true @@ -56,13 +57,17 @@ SOUNDS["VOLT_REG"] = true MACHINES["6821PIA"] = true MACHINES["TTL74148"] = true MACHINES["TTL74153"] = true +MACHINES["TTL74157"] = true MACHINES["TTL7474"] = true +MACHINES["TTL74259"] = true MACHINES["RIOT6532"] = true MACHINES["PIT8253"] = true MACHINES["Z80CTC"] = true +MACHINES["Z80PIO"] = true MACHINES["68681"] = true MACHINES["BANKDEV"] = true MACHINES["GEN_LATCH"] = true +MACHINES["TICKET"] = true MACHINES["WATCHDOG"] = true @@ -98,8 +103,6 @@ function createProjects_mame_tiny(_target, _subtarget) } files{ - MAME_DIR .. "src/mame/machine/ticket.cpp", - MAME_DIR .. "src/mame/machine/ticket.h", MAME_DIR .. "src/mame/drivers/carpolo.cpp", MAME_DIR .. "src/mame/includes/carpolo.h", MAME_DIR .. "src/mame/machine/carpolo.cpp", @@ -147,6 +150,8 @@ files{ MAME_DIR .. "src/mame/includes/wrally.h", MAME_DIR .. "src/mame/machine/wrally.cpp", MAME_DIR .. "src/mame/video/wrally.cpp", + MAME_DIR .. "src/mame/machine/gaelco_ds5002fp.cpp", + MAME_DIR .. "src/mame/machine/gaelco_ds5002fp.h", MAME_DIR .. "src/mame/drivers/looping.cpp", MAME_DIR .. "src/mame/drivers/supertnk.cpp", } |