summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/netlist.h
Commit message (Expand)AuthorAgeFilesLines
* fix build (nw) Alex W. Jackson2014-05-181-1/+1
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-267/+267
* Fixed handling of input/output offsets. Couriersud2014-03-021-2/+6
* Minor cosmetic changes for netlist Couriersud2014-02-261-1/+1
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-1/+1
* All MAME <-> Netlist interfacing is now done in the machine device driver. This Couriersud2014-02-081-17/+129
* - Added a parameter "MULT" for output multiplication to NETDEV_SOUND_OUT Couriersud2014-02-041-4/+7
* - Some bug fixes for sound device routing Couriersud2014-02-031-12/+54
* Added route-inputs to netlist sound device. Currently this is WIP and needs s... Couriersud2014-02-021-5/+85
* Followup on Alex fix. Thanks a lot, Alex. Couriersud2014-02-021-5/+1
* Fix compile (nw) Alex W. Jackson2014-02-011-1/+1
* Fixed minor bugs and removed a hack in 7490 code. Also added more pinouts. Couriersud2014-01-241-1/+1
* Major renaming of netlist device macros, like Couriersud2014-01-191-1/+1
* Created a mame sound device for netlist. Fixed an issue causing wild oscillat... Couriersud2014-01-131-17/+77
* Implemented near-to-proper reset for all netlist devices. Reset now works for... Couriersud2014-01-111-5/+13
* Minor modifications to the netlist code. No wn Couriersud2014-01-011-2/+2
* Further untangled nl_base.[hc] and mame-specific netlist.c. No wn Couriersud2013-12-291-5/+20
* Split netlist_mame_device_t into a core device and a "cpu" device. Based on t... Couriersud2013-12-281-55/+87
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-169/+160
* Removed legacy code in netlist and separated out 74153 and 74107(A). [Courier... Couriersud2013-12-251-11/+0
* Added missing interfaces to netlist. mame -debug pongf now does not crash any... Couriersud2013-12-241-3/+37
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-91/+91
* Netlist and Pong: Couriersud2013-12-201-0/+12
* Netlist: Couriersud2013-12-171-0/+44
* Netlist & pong: Couriersud2013-12-161-0/+8
* Netlist: Couriersud2013-12-161-16/+76
* Netlist: Couriersud2013-12-141-4/+4
* Netlist: Introducing type safe parameters. Couriersud2013-11-251-10/+16
* Netlist: Added pascal like strings (pstring) class. These use only size(void ... Couriersud2013-11-241-1/+3
* Netlist: Reworked object model a bit. Couriersud2013-11-231-1/+1
* Netlist: Working voltage divider. Getting nearer. No wn Couriersud2013-11-171-2/+2
* Forgot to commit these changes. Couriersud2013-11-111-6/+6
* Netlist: remove hardcoded maximum net size. Separated and documented a couple... Couriersud2013-11-081-1/+2
* Split the netlist code up into functional pieces like parser, setup and execu... Couriersud2013-11-041-1366/+4
* Created folder emu/netlist and moved net_lib.* over. Updated makefiles. Couriersud2013-11-021-2/+2
* Netlist now uses astring instead of char *. Makes memory management a lot eas... Couriersud2013-11-021-72/+99
* Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo... Couriersud2013-10-281-12/+30
* No whatsnew: Moved device setup out of constructor (again). Couriersud2013-10-281-92/+113
* Netlist: ongoing cleanup Couriersud2013-10-261-121/+176
* Netlist code: fixed an issue with 7493 and other minor fixes Couriersud2013-10-221-5/+4
* Minor code clean-up in netlist devices Couriersud2013-10-211-67/+45
* Pong now uses the new analog monitor device. Couriersud2013-10-161-54/+45
* Slightly improved performance on netlist components. Couriersud2013-10-121-116/+290
* All netlist device setup now takes place in constructors. Couriersud2013-10-091-19/+16
* More netlist cleanups Couriersud2013-10-091-29/+27
* Fixed a small but important bug in netlist code. In addition, some more perfo... Couriersud2013-10-081-30/+96
* Optimized some netlist code by inlining clock device. This improves pongf per... Couriersud2013-10-061-86/+121
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-1/+1
* netlist.h: Fix for GCC prior to 4.3 [Federico Schwindt] R. Belmont2013-04-131-1/+1