summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/magic10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magic10.cpp')
0 files changed, 0 insertions, 0 deletions
match project structure (done using the script in src/too... Vas Crabb2022-06-271-360/+0 * srcclean for 0.227 Vas Crabb2020-12-271-2/+2 * emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-7/+7 * Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-14/+62 * Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2 * more macro removal (nw) Ivan Vangelista2020-05-191-10/+10 * lh5801: Internalize clock divider (nw) AJR2019-12-281-2/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+6 * -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-17/+17 * upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-1/+1 * -lh5810: De-MCFG, nw mooglyguy2018-09-061-6/+6 * Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1 * stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-1/+3 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17 * 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 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * 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-0/+2 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * Whoops Vas Crabb2016-08-251-1/+1 * remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-6/+8 * NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-14/+14 * modernize output_manager (nw) Miodrag Milanovic2016-01-101-14/+14 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1