mame/nl_examples
couriersud 1d99211b55 Introduced user definable truth tables:
NETLIST_START(lib)
	TRUTHTABLE_START(TTL_7400A_NAND, 2, 1, 0, "+A,B")
		TT_HEAD(" A , B | Q ")
		TT_LINE(" 0 , X | 1 |22")
		TT_LINE(" X , 0 | 1 |22")
		TT_LINE(" 1 , 1 | 0 |15")
	TRUTHTABLE_END()
NETLIST_END()

This enables the addition of devices without changing the netlist
source code and allows the creation of libraries. Used pong.c as a
proof of concept for the time being. [Couriersud]
2015-05-27 23:18:45 +02:00
..
7400_astable.c
9602_mstable.c Added 9602 one-shot to netlist. (nw) 2015-04-19 22:56:56 +02:00
74123_mstable.c Analog input updates now send to queue. Reduces risk of stack overflows. 2014-05-15 00:03:27 +00:00
bjt.c
bjt_eb.c
bjt_eb_pnp.c
breakout.c Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout 2015-04-22 00:45:21 +02:00
cd4066.c
cdelay.c Preliminary support for LTE dynamic time-stepping based on Local truncation error. This enables the possibility to connect a capacitor between ground and a TTL output and get a e.g. 100 ns delay with a 1nF capacitor. 2014-05-15 22:50:40 +00:00
msx_mixer_stage.c Netlist: 2014-04-18 17:58:35 +00:00
ne555_astable.c
opamp.c Netlist: 2014-04-18 17:58:35 +00:00
sn74ls629_osc.c
test.c
todo.c Introduced user definable truth tables: 2015-05-27 23:18:45 +02:00
vccs.c Netlist: 2014-04-18 17:58:35 +00:00
vccs1.c