mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Oops, fixed bad commit.
This commit is contained in:
parent
dffbe9eff3
commit
abd2ff0506
@ -840,6 +840,36 @@
|
|||||||
*
|
*
|
||||||
* EXAMPLES: see Polaris, Amazing Maze
|
* EXAMPLES: see Polaris, Amazing Maze
|
||||||
*
|
*
|
||||||
|
* --------------------------------------------------
|
||||||
|
*
|
||||||
|
* DISC_OP_AMP_OSCILLATOR_2 | DISC_OP_AMP_IS_NORTON
|
||||||
|
* Basic Norton Op Amp Oscillator circuit.
|
||||||
|
*
|
||||||
|
* .-------------------------------------------> DISC_OP_AMP_OSCILLATOR_OUT_CAP
|
||||||
|
* |
|
||||||
|
* | r1
|
||||||
|
* +------ZZZZ-----.
|
||||||
|
* | |
|
||||||
|
* | |\ |
|
||||||
|
* | r2 | \ |
|
||||||
|
* +---ZZZZ--|- \ |
|
||||||
|
* | | >-+-------> DISC_OP_AMP_OSCILLATOR_OUT_SQW
|
||||||
|
* --- |+ / |
|
||||||
|
* --- .---| / |
|
||||||
|
* | | |/ |
|
||||||
|
* gnd | |
|
||||||
|
* | r3 |
|
||||||
|
* +--ZZZZ---'
|
||||||
|
* |
|
||||||
|
* Z
|
||||||
|
* Z r4
|
||||||
|
* Z
|
||||||
|
* |
|
||||||
|
* ^
|
||||||
|
* vP
|
||||||
|
*
|
||||||
|
* EXAMPLES: see Space Walk
|
||||||
|
*
|
||||||
***********************************************************************
|
***********************************************************************
|
||||||
*
|
*
|
||||||
* DISCRETE_OP_AMP_VCOn - Various single power supply op-amp VCO circuits
|
* DISCRETE_OP_AMP_VCOn - Various single power supply op-amp VCO circuits
|
||||||
|
@ -2141,7 +2141,7 @@ DISCRETE_OP_AMP_TRIG_VCA(NODE_RELATIVE(NODE_35, _num), /* IC M2-3, pin 9 */
|
|||||||
NODE_RELATIVE(NODE_33, _num), 0, /* IN0, IN1 */ \
|
NODE_RELATIVE(NODE_33, _num), 0, /* IN0, IN1 */ \
|
||||||
&spacwalk_sb_hit_tvca_info) \
|
&spacwalk_sb_hit_tvca_info) \
|
||||||
/* Wrong values. Untested */ \
|
/* Wrong values. Untested */ \
|
||||||
/* The rest of the circuit is a filter. \
|
/* The rest of the circuit is a filter. */ \
|
||||||
DISCRETE_FILTER2(NODE_RELATIVE(NODE_37, _num), \
|
DISCRETE_FILTER2(NODE_RELATIVE(NODE_37, _num), \
|
||||||
1, /* ENAB */ \
|
1, /* ENAB */ \
|
||||||
NODE_RELATIVE(NODE_35, _num), /* INP0 */ \
|
NODE_RELATIVE(NODE_35, _num), /* INP0 */ \
|
||||||
|
Loading…
Reference in New Issue
Block a user