mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Changed tone cap in Noraut Poker to more probable value. Not worth mentioning.
This commit is contained in:
parent
4c5ea2f60d
commit
72a9bdabff
@ -1284,7 +1284,7 @@
|
||||
*
|
||||
* EXAMPLES: galaxian, dkong, mario
|
||||
*
|
||||
# ***********************************************************************
|
||||
***********************************************************************
|
||||
*
|
||||
* DISCRETE_LOGIC_INVERT - Logic invertor
|
||||
* DISCRETE_LOGIC_AND - Logic AND gate (3 & 4 input also available)
|
||||
|
@ -17,7 +17,7 @@
|
||||
/* Parts List - Capacitors */
|
||||
#define NORAUTP_C1 CAP_U(.022)
|
||||
#define NORAUTP_C2 CAP_U(.01)
|
||||
#define NORAUTP_C3 CAP_U(.047)
|
||||
#define NORAUTP_C3 CAP_U(.0047)
|
||||
#define NORAUTP_C4 CAP_U(.01)
|
||||
|
||||
|
||||
|
@ -252,7 +252,7 @@
|
||||
|
||||
C1 = 223J = 22000 pF = 22 nF = 0.022 uF ; Tolerance +/- 5%
|
||||
C2 = 103J = 10000 pF = 10 nF = 0.01 uF ; Tolerance +/- 5%
|
||||
C3 = 473J = 47000 pF = 47 nF = 0.047 uF ; Tolerance +/- 5%
|
||||
C3 = 472J = 4700 pF = 4.7 nF = 0.0047 uF ; Tolerance +/- 5%
|
||||
C4 = 103J = 10000 pF = 10 nF = 0.01 uF ; Tolerance +/- 5%
|
||||
|
||||
C5 = 103 = 10000 pF = 10 nF = 0.01 uF
|
||||
|
Loading…
Reference in New Issue
Block a user