mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Pong: Don't use "high" where analog source "V5" is more appropriate.
This commit is contained in:
parent
2f2da2310d
commit
4232420bda
@ -558,8 +558,7 @@ static NETLIST_START(pong_schematics)
|
||||
SWITCH2(sw1a)
|
||||
PARAM(sw1a.POS, 0)
|
||||
|
||||
NET_C(sw1a.1, high)
|
||||
//NET_C(sw1a.1, V5)
|
||||
NET_C(sw1a.1, V5)
|
||||
NET_C(sw1a.2, ic_c7.QC)
|
||||
|
||||
TTL_7410_NAND(ic_d8a, ic_c7.QA, sw1a.Q, ic_c8a.Q) // would be nand2 for 11 instead of 15 points, need a switch dev!
|
||||
@ -578,8 +577,7 @@ static NETLIST_START(pong_schematics)
|
||||
SWITCH2(sw1b)
|
||||
PARAM(sw1b.POS, 0)
|
||||
|
||||
NET_C(sw1b.1, high)
|
||||
//NET_C(sw1b.1, V5)
|
||||
NET_C(sw1b.1, V5)
|
||||
NET_C(sw1b.2, ic_d7.QC)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user