summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peplus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* New machines marked as NOT_WORKING Ivan Vangelista2020-03-201-0/+64
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* (nw) peplus.cpp: CG ROM redump & typo braintro2019-11-161-9/+9
* (nw) fix long time cut-n-paste error braintro2019-11-091-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-14/+17
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* New working clone braintro2019-08-011-0/+26
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-3/+2
* merit3xx.cpp: Correct PCB layout info (nw) braintro2019-04-301-1/+1
* New working clone braintro2019-04-301-2/+51
* (nw) redumped the color prom for Player's Edge Plus (XM00002P+XMP00006) Multi... braintro2019-04-241-2/+2
* New working machine braintro2019-04-211-2/+29
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+7
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-1/+1
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-1/+2
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-021-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-4/+4
* peplus.cpp: Documentation updates (nw) braintro2018-12-301-10/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-32/+31
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-17/+17
* new working machine - PE+ Joker's Revenge Poker braintro2018-12-021-5/+43
* peplus.cpp: Minor documentation update / info for various PE+ sets / ROMs (nw) braintro2018-11-201-14/+14
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-5/+6
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-2/+1
* new working machine - PE+ Set chip 033 braintro2018-10-261-2/+15
* Fix most palette-related asserts, nw mooglyguy2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* peplus.cpp: output_finder, removed timer_set, save state support (nw) Ivan Vangelista2018-07-171-737/+761
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-13/+17
* peplus.cpp: Minor doc update (nw) braintro2018-06-291-1/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* new PE+ Slot game braintro2018-06-231-1/+19
* new PE+ Poker clone braintro2018-06-161-3/+29
* peplus.cpp: restore emupal (nw) braintro2018-06-131-0/+1
* new working PE poker clones braintro2018-06-131-4/+52
* 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
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-554/+554
* 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-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-8/+19
* new working machine - PE+ 4th of July Slots briantro2018-02-121-0/+15
* 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-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2