summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playmark.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-4/+2
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-38/+38
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-23/+23
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-23/+23
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+7
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-67/+67
* 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