summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peoplepc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-12/+12
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-7/+7
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-3/+3
* 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-4/+2
* -i8257: Removed MCFG, nw mooglyguy2018-09-041-8/+8
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* devcb3 Vas Crabb2018-07-071-2/+2
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-2/+5
* 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-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-21/+21
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27
* 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-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+302