Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4 74-series chips to netlist devices #11921

Merged
merged 9 commits into from Jan 10, 2024

Conversation

stonedDiscord
Copy link
Contributor

Adds

  • 74147
  • 74148
  • 74151
  • 74368
    for use with the netlist system.
    They will be needed to support Monaco GP, which i'm still working on.

@ajrhacker ajrhacker merged commit 2b20c5e into mamedev:master Jan 10, 2024
5 checks passed
Comment on lines +3357 to +3375
TT_HEAD("C,B,A,G,D0,D1,D2,D3,D4,D5,D6,D7|Y,W")
TT_LINE( "X,X,X,1,X,X,X,X,X,X,X,X|0,1|38,30")
TT_LINE( "0,0,0,0,1,X,X,X,X,X,X,X|1,0|38,30")
TT_LINE( "0,0,0,0,0,X,X,X,X,X,X,X|0,1|38,30")
TT_LINE( "0,0,1,0,X,1,X,X,X,X,X,X|1,0|38,30")
TT_LINE( "0,0,1,0,X,0,X,X,X,X,X,X|0,1|38,30")
TT_LINE( "0,1,0,0,X,X,1,X,X,X,X,X|1,0|38,30")
TT_LINE( "0,1,0,0,X,X,0,X,X,X,X,X|0,1|38,30")
TT_LINE( "0,1,1,0,X,X,X,1,X,X,X,X|1,0|38,30")
TT_LINE( "0,1,1,0,X,X,X,0,X,X,X,X|0,1|38,30")
TT_LINE( "1,0,0,0,X,X,X,X,1,X,X,X|1,0|38,30")
TT_LINE( "1,0,0,0,X,X,X,X,0,X,X,X|0,1|38,30")
TT_LINE( "1,0,1,0,X,X,X,X,X,1,X,X|1,0|38,30")
TT_LINE( "1,0,1,0,X,X,X,X,X,0,X,X|0,1|38,30")
TT_LINE( "1,1,0,0,X,X,X,X,X,X,1,X|1,0|38,30")
TT_LINE( "1,1,0,0,X,X,X,X,X,X,0,X|0,1|38,30")
TT_LINE( "1,1,1,0,X,X,X,X,X,X,X,1|1,0|38,30")
TT_LINE( "1,1,1,0,X,X,X,X,X,X,X,0|0,1|38,30")
TT_FAMILY("74XX")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using worst-case propagation delays for the 74LS version on this chip?

Comment on lines +3475 to +3493
TT_HEAD("OE,A1,A2,A3,A4|Y1,Y2,Y3,Y4")
TT_LINE("1,X,X,X,X|0,0,0,0|45")
TT_LINE("0,0,0,0,0|1,1,1,1|45")
TT_LINE("0,0,0,0,1|1,1,1,0|45")
TT_LINE("0,0,0,1,0|1,1,0,1|45")
TT_LINE("0,0,0,1,1|1,1,0,0|45")
TT_LINE("0,0,1,0,0|1,0,1,1|45")
TT_LINE("0,0,1,0,1|1,0,1,0|45")
TT_LINE("0,0,1,1,0|1,0,0,1|45")
TT_LINE("0,0,1,1,1|1,0,0,0|45")
TT_LINE("0,1,0,0,0|0,1,1,1|45")
TT_LINE("0,1,0,0,1|0,1,1,0|45")
TT_LINE("0,1,0,1,0|0,1,0,1|45")
TT_LINE("0,1,0,1,1|0,1,0,0|45")
TT_LINE("0,1,1,0,0|0,0,1,1|45")
TT_LINE("0,1,1,0,1|0,0,1,0|45")
TT_LINE("0,1,1,1,0|0,0,0,1|45")
TT_LINE("0,1,1,1,1|0,0,0,0|45")
TT_FAMILY("74XX")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These propagation delays seem unreasonably long. Typical propagation delays are below 10ns for high-to-low and vice versa, and below 25ns to exit high-impedance state. Worst case for entering high-impedance state is quoted at 35ns. The propagation delay of 45ns here is worse than the worst case in the datasheet for any transition.

einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants