summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cgenie (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-17/+20
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-7/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-11/+6
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-084-29/+17
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1414-132/+134
* cgenie: Fixed loading roms from softlist in floppy interface Nigel Barnes2017-05-071-2/+2
* Self-registering devices prep: Vas Crabb2017-02-275-5/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1114-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-30/+30
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-242-2/+2
* reverting: Miodrag Milanovic2016-01-2010-14/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-1610-14/+14
* cleanups (nw) Miodrag Milanovic2015-12-251-2/+0
* override part 1 (nw) Miodrag Milanovic2015-12-055-19/+19
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-1/+1
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-1/+1
* cleanup Miodrag Milanovic2015-12-051-2/+0
* clang-modernize part 2 Miodrag Milanovic2015-12-043-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1314-0/+1206