summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarittl.cpp
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-12-22 01:14:18 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-12-22 01:14:28 +0100
commit0e85817c8ae9c2712b2adcc4a8dfdfcd5ac37d58 (patch)
tree6f02a9410683fe0e5ff1b62849e6028bbe348ab1 /src/mame/drivers/atarittl.cpp
parent5dd72e942258f185a5fa54d710fa428f43ec7fa9 (diff)
Added a chip burn-down list to atarittl, listing which chips still need to be emulated for Indy 4 and Stunt Cycle (nw)
Diffstat (limited to 'src/mame/drivers/atarittl.cpp')
-rw-r--r--src/mame/drivers/atarittl.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mame/drivers/atarittl.cpp b/src/mame/drivers/atarittl.cpp
index 8945f979bb3..c19ac36a546 100644
--- a/src/mame/drivers/atarittl.cpp
+++ b/src/mame/drivers/atarittl.cpp
@@ -53,6 +53,30 @@
TM-018 Dodgeball/Dodgem (Not Produced/Released) (1975)
TM-024 Qwakers (Not Produced/Released) (1974?) (Kee Games clone of Qwak!?)
+ - Information (current as of 21 Dec. 2016) on what logic chips (and some analog parts) are still needed to be emulated in the
+ netlist system per-game:
+
+ TM-057 (Stunt Cycle)
+ 7485 4-bit Magnitude Counters
+ 74165 8-bit Parallel-In/Serial-Out Shift Register
+ 74194 4-bit Bidirectional Universal Shift Register
+ 9312 One-of-Eight Line Data Selectors/Multiplexers
+ 9316 Synchronous 4-bit Counters
+ 9322 Quad 2-Line to 1-Line Data Selectors/Multiplexers
+ 9602 Dual Retriggerable, Resettable One Shots
+
+ TM-055 (Indy 4)
+ 7406 Hex Inverter Buffers/Drivers with O.C. H.V. Outputs (note: Might not be needed, could just clone from 7404)
+ 7414 Hex Schmitt-Trigger Inverters
+ 7417 Hex Buffers/Drivers
+ 7475 4-bit Bistable Latches
+ 7485 4-bit Magnitude Comparators
+ 74164 8-bit Serial-In, Parallel-Out Shift Register
+ 9301 1-of-10 Decoder
+ 9312 One-of-Eight Line Data Selectors/Multiplexers
+ 9316 Synchronous 4-Bit Counters
+ 9322 Quad 2-Line to 1-Line Data Selectors/Multiplexers
+ LM339 Quad Comparator
***************************************************************************/