summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playmark.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1885/+0
* - Re-added unique input for bigtwinb and fixes MT#8016 Scott Stone2021-06-271-0/+12
* playmark.cpp: added preliminary sound to wbeachvla by adapting the sslam.cpp ... Ivan Vangelista2021-04-131-1/+41
* - dec0.cpp: updated hardware infos [Guru] Ivan Vangelista2021-02-191-2/+2
* playmark.cpp: dumped S87C751 MCUs for World Beach Volley [Caps0ff, jordigahan... Ivan Vangelista2021-02-191-70/+116
* playmark.cpp, powerbal.cpp: started splitting in derived classes Ivan Vangelista2020-12-291-28/+28
* playmark.cpp, powerbal.cpp: preliminary minor cleanups in preparation of subc... Ivan Vangelista2020-12-281-255/+214
* astrohome, fromance, hyprduel, pipedrm, playmark, powerbal: removed MACHINE_*... Ivan Vangelista2020-11-281-23/+2
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-6/+6
* a little more macro removal (nw) Ivan Vangelista2020-05-161-6/+6
* srcclean (nw) Vas Crabb2019-12-211-2/+2
* playmark.cpp: Add note about a S87C751-based World Beach Volley (nw) (#6035) ClawGrip2019-12-101-4/+34
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-119/+119
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-119/+119
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-112/+112
* okim6258, okim6295: Simplify read/write handlers (nw) AJR2019-02-011-3/+3
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-4/+4
* fix palette regressions in elfin, fmaniac3, inufuku, jumpjump, kdynastg, xile... Vas Crabb2018-12-311-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-28/+21
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-45/+45
* -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