summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peoplepc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2020-03-221-5/+5
* peoplepc: cursor (nw) cracyc2020-02-241-1/+1
* peoplepc.cpp: keyboard info (#6352) rfka012020-02-231-1/+23
* peoplepc: graphics (nw) cracyc2020-02-211-12/+21
* peoplepc: screen attributes (nw) cracyc2020-02-201-2/+7
* olypeopl: Correct CRTC type (nw) AJR2019-11-021-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+10
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-5/+6
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* 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