summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.h
Commit message (Expand)AuthorAgeFilesLines
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
* netlist: fix overclocking. (nw) couriersud2020-01-161-2/+6
* netlist: Increase resolution to 100 pico seconds. [Couriersud] couriersud2020-01-151-4/+11
* netlist: Code maintenance. (nw) couriersud2020-01-121-5/+5
* netlist: code maintenance. (nw) couriersud2019-11-131-3/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* netlist: Compile with float/double floating point. [Couriersud] couriersud2019-10-311-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-11/+5
* Netlist: code maintenance and bug fixes. [Couriersud] couriersud2019-10-151-4/+4
* netlist: Use unique_ptr where possible. (nw) couriersud2019-10-151-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-46/+0
* netlist: Add more validations and fix issues identified. couriersud2019-04-211-0/+13
* netlist: Add validation support to netlist device. couriersud2019-04-151-3/+15
* Improve netlist initialization in drivers. (nw) couriersud2019-04-141-11/+30
* netlist: modernize interface. (nw) couriersud2019-04-131-5/+13
* netlist: bug fixing. couriersud2019-04-131-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-28/+46
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-46/+28
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-6/+7
* netlist: memory code refactoring. (nw) couriersud2019-03-011-1/+1
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-2/+1
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-4/+21
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-171-3/+4
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-1/+2
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-1/+0
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-1/+1
* netlist: Improve type safety for parameters. (nw) couriersud2019-01-131-6/+5
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-0/+1
* Minor bug fixes and refactoring. (nw) couriersud2019-01-051-1/+0
* Improve readability. (nw) couriersud2019-01-051-8/+9
* Fix incorrect order of constructor parameters in netlist_mame_int_input_devic... mooglyguy2018-12-271-2/+2
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-0/+6
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-0/+5
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-0/+10
* -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... mooglyguy2018-08-011-8/+16
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-20/+20
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+19
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-159/+100
* Change pstring to use std::string as storage container. couriersud2017-03-301-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Separate include file usage for netlist. couriersud2017-01-291-369/+31
* Reduce overhead to load data (roms) in netlist significantly. couriersud2017-01-281-45/+2
* Core refactoring couriersud2017-01-141-1/+1
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-2/+1
* cstr() ==> c_str() (nw) couriersud2016-12-301-1/+1
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-15/+32