summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/netlist.c
Commit message (Expand)AuthorAgeFilesLines
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-171-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-189/+188
* Netlist: fixed reset (F3) and save state. Both crashed after last changes. Fi... Couriersud2014-04-061-0/+1
* Fixed handling of input/output offsets. Couriersud2014-03-021-2/+5
* Some minor performance changes. It looks like the code is limited by memory b... Couriersud2014-02-281-1/+1
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-1/+1
* Minor netlist updates with focus on performance. Also added 16bit int to pstate. Couriersud2014-02-231-0/+3
* Netlist maintenance: Couriersud2014-02-091-0/+1
* Netlist code maintenance work. Couriersud2014-02-091-5/+3
* All MAME <-> Netlist interfacing is now done in the machine device driver. This Couriersud2014-02-081-12/+139
* - Some bug fixes for sound device routing Couriersud2014-02-031-3/+3
* Added route-inputs to netlist sound device. Currently this is WIP and needs s... Couriersud2014-02-021-3/+31
* Followup on Alex fix. Thanks a lot, Alex. Couriersud2014-02-021-0/+22
* Created a mame sound device for netlist. Fixed an issue causing wild oscillat... Couriersud2014-01-131-1/+78
* Fix compile. No WN Couriersud2014-01-121-1/+1
* Removed pointless "...->object()->" usage and fixed some issues in debug buil... Couriersud2014-01-101-3/+3
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-1/+1
* Netlist: Couriersud2014-01-021-1/+1
* 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-8/+49
* Split netlist_mame_device_t into a core device and a "cpu" device. Based on t... Couriersud2013-12-281-52/+82
* Netlist, make some class variables protected. No wn Couriersud2013-12-281-2/+2
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-105/+174
* Added missing interfaces to netlist. mame -debug pongf now does not crash any... Couriersud2013-12-241-69/+94
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-78/+78
* Netlist: introduced more consistent and general state saving. Useful for regr... Couriersud2013-12-221-27/+11
* Netlist and Pong: Couriersud2013-12-201-15/+99
* Pong update: Couriersud2013-12-191-8/+14
* Netlist & pong: Couriersud2013-12-161-1/+1
* Netlist: Couriersud2013-12-161-2/+6
* Netlist: Added pascal like strings (pstring) class. These use only size(void ... Couriersud2013-11-241-4/+2
* Netlist: Reworked object model a bit. Couriersud2013-11-231-0/+2
* Split the netlist code up into functional pieces like parser, setup and execu... Couriersud2013-11-041-1050/+10
* Created folder emu/netlist and moved net_lib.* over. Updated makefiles. Couriersud2013-11-021-1/+1
* Netlist now uses astring instead of char *. Makes memory management a lot eas... Couriersud2013-11-021-117/+159
* Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo... Couriersud2013-10-281-35/+6
* No whatsnew: Moved device setup out of constructor (again). Couriersud2013-10-281-38/+106
* Netlist: ongoing cleanup Couriersud2013-10-261-131/+157
* Netlist code: fixed an issue with 7493 and other minor fixes Couriersud2013-10-221-6/+8
* Minor code clean-up in netlist devices Couriersud2013-10-211-38/+45
* Pong now uses the new analog monitor device. Couriersud2013-10-161-3/+47
* moved netdev_mainclock update & update_param from netlist.c to net_lib.c to f... smf-2013-10-131-11/+0
* fix for empty controlled statement with MSVC 2012 (nw) smf-2013-10-131-0/+2
* Slightly improved performance on netlist components. Couriersud2013-10-121-46/+54
* Fix compile error (nw) Justin Kerk2013-10-091-1/+1
* All netlist device setup now takes place in constructors. Couriersud2013-10-091-4/+6
* More netlist cleanups Couriersud2013-10-091-42/+18
* Fixed a small but important bug in netlist code. In addition, some more perfo... Couriersud2013-10-081-26/+69
* Optimized some netlist code by inlining clock device. This improves pongf per... Couriersud2013-10-061-35/+80
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1