summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/advanced/paths.rst
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-09-06 23:24:21 +0200
committer couriersud <couriersud@gmx.org>2020-09-12 23:20:16 +0200
commitca31c844cde7f54a285e3b9da358989e42258f5b (patch)
treef9e4a963b999e1352a4611a43a7c10c2d80957e7 /docs/source/advanced/paths.rst
parentcda35c94020dbcb8dad8309aba11374c356c501e (diff)
netlist: move to generated header and link support files files.
* Removed device and macro header files. * All of those can be generated automatically so going forward there is no need for these any longer. * Introduced the modules concept. Modules are netlists for which automatic lib entries are generated. * Going forward you just store them in macro/modules and they will be automatically registered as device elements. * You need to do a "make generated" is src/lib/netlist/build * Some_device.cpp still needs to be added to netlist.lua * Added documentation on how to add devices to netlist. * Please refer to adding_devices.md for more information.
Diffstat (limited to 'docs/source/advanced/paths.rst')
0 files changed, 0 insertions, 0 deletions
s'>-1/+1 * ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1 * (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+18 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+17 * (nw) sorry, take 2 Ivan Vangelista2019-02-251-6/+7 * imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2 * devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-4/+4 * src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-5/+5 * Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+5 * upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1 * Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1 * machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-10/+10 * pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+3 * i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1 * -i8255: Removed MCFG, nw mooglyguy2018-09-031-9/+9 * i8251: Removed MCFG, nw mooglyguy2018-08-291-5/+5 * devcb3 Vas Crabb2018-07-071-1/+1 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9 * pc100: boot dos (nw) cracyc2018-05-291-14/+27 * Merge branch 'master' of https://github.com/mamedev/mame RobertoFresca2018-05-191-16/+140 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+28 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1 * pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+3 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Self-registering devices prep: Vas Crabb2017-02-271-4/+10 * pc100: floppy reading (nw) cracyc2017-01-131-4/+47 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14 * NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1 * BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-2/+1 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3