summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playmark.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-144/+152
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-15/+15
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-7/+7
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+9
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-9/+6
* playmark.cpp: Make games in driver respect Common / Separate Coin slot (nw) briantro2017-10-291-247/+74
* Some sldh commenting (nw) Scott Stone2017-08-151-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+19
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* removed unused MCFG_PIC16C5x_T0_CB callbacks (nw) hap2017-02-111-13/+0
* first srcclean pass (nw) Vas Crabb2016-12-251-2/+2
* added PIC16c57 dump to wbeachvl [Caps0ff] David Haywood2016-12-161-136/+70
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-12/+12
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-39/+39
* clang-modernize part 4 Miodrag Milanovic2015-12-041-39/+39
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2072