summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/netlist.c
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* (MAME)New game added couriersud2015-04-261-1/+2
* Fix crash in mame debugger caused by netlist. (nw) couriersud2015-04-191-2/+2
* Remove some code commented out during debug. (nw) couriersud2015-04-171-4/+1
* Fix unused var Vas Crabb2015-04-171-3/+3
* Minor netlist changes. (nw) couriersud2015-04-171-1/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-6/+6
* More netlist code reschuffle to separate setup from run. (nw) couriersud2015-01-181-9/+6
* Introduced an nl_double type. This will be followed by an nl_float type couriersud2015-01-181-0/+6
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
* Netlist changes: Couriersud2014-05-301-1/+4
* Renamed auxiliary types to move them into the "p" namespace (plinearlist_t, p... Couriersud2014-05-221-2/+2
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-2/+2
* Correct some device shortname/longname conflicts that had surfaced (nw) Scott Stone2014-05-141-5/+5
* 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