summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_9316.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-121-116/+0
|
* Removed relative paths in include statements. (nw) couriersud2015-08-031-1/+1
|
* Aligned builtin device identification with parser device couriersud2015-07-191-2/+2
| | | identification. (nw)
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-14/+14
|
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-0/+4
| | | devices int netlist::devices namespace. [Couriersud]
* Fixed a number of -Wpedantic messages in netlist. The netlist code and couriersud2015-05-251-2/+1
| | | | nltool can now be again compiled without mame. Added a simple options class for this purpose. (nw)
* Downsizing ... Removed netlist_ttl_input_t and netlist_ttl_output_t. couriersud2015-05-091-14/+14
| | | | | | | | | The logic family is governed by the chip and defaults to TTL. However individual devices may change the logic family of their inputs and outputs as well. Implementing special output/input characteristics of "S", "LS", "HC", ... you name it, devices is now pretty easy. Theoretically e.g. a "LS_HighPrecision" proxy could be used to model the output down to the transistor level. [Couriersud]
* - improved 9312 device ==> 20% speed increase couriersud2015-05-061-5/+6
| | | | | | | | - remove netlist_state_t ==> no added value - removed dead code in solver - various minor modifications - performance monitoring now also displays stats for subdevices - fixed save-state issues [Couriersud]
* Minor speed improvements and some timing adjustments. (nw) couriersud2015-05-031-3/+7
|
* Removed a number of "uninitialized member" warnings by using a template ↵ Couriersud2014-06-191-4/+4
| | | | wrapper around those members.
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-7/+7
|
* netlist: Nice performance increase by removing logic terminals from net if ↵ Couriersud2014-03-231-5/+11
| | | | they are inactive. Introduced a linked-list class to abstract linked-lists. Fixed deactivating devices. You have to enable this because it is not guaranteed to be timing-exact. [Couriersud]
* Added DIP package pinouts to 7474 and 9316. Couriersud2014-01-191-1/+7
|
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-30/+30
|
* Netlist: Couriersud2013-12-171-2/+2
| | | | | | - Hopefully fixed "red lines" - Improved 9316 code - General code maintenance - Started work on netlist audio device support
* Netlist: Couriersud2013-12-141-4/+4
| | | | | | | | | - pongf now runs 4 analog NE555s and video mixing. - performance down by 20% abs on my machine (155% to 135%) - happy :-) - minor bugfixes - pong still running, pongf still (though analog) still faster :-)
* Netlist: Couriersud2013-12-121-0/+96
- code cleanup - logs on demand ... NL_LOGS=EBUF.OP:4V ./mame64 -np 4 pongf No recompile or dealing with roms