mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Leave more comments on differences between 74107 and 74107A.
Bought two 74107 for an incredible price on eBay :-( (nw)
This commit is contained in:
parent
0809c70e69
commit
c0da1cee57
@ -32,7 +32,9 @@
|
||||
*
|
||||
* This is positive triggered, J and K
|
||||
* are latched during clock high and
|
||||
* transferred when CLK falls.
|
||||
* transferred when CLK falls. The
|
||||
* datasheet requires J and K to be
|
||||
* stable during clock high.
|
||||
*
|
||||
* Function table 107A
|
||||
*
|
||||
@ -51,8 +53,11 @@
|
||||
*
|
||||
* Naming conventions follow Texas instruments datasheet
|
||||
*
|
||||
* FIXME: Currently, only the 107A is implemented.
|
||||
* The 107 uses the same model.
|
||||
* TODO: Currently, only the 107A is implemented.
|
||||
* The 107 uses the same model, but different timings.
|
||||
* The requirement that J and K must be stable during
|
||||
* clock high indicates that the chip may exhibit undefined
|
||||
* behaviour.
|
||||
*
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user