summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playmark.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* srcclean (nw) Vas Crabb2018-12-231-1/+1
* improve atombjt sprites (nw) DavidHaywood2018-12-101-0/+2
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-3/+11
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-8/+12
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+1
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-1/+6
* removed unused MCFG_PIC16C5x_T0_CB callbacks (nw) hap2017-02-111-1/+0
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* added PIC16c57 dump to wbeachvl [Caps0ff] David Haywood2016-12-161-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Update for Quench (nw) Miodrag Milanovic2015-05-161-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* removed PIC16 mcu fake io memory map hap2015-03-021-1/+1
* Playmark update: Quench2014-07-201-0/+1
* playmark updates: Quench2014-05-171-3/+4
* playmark.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-5/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* pic16c5x.c: Modernized cpu core. (nw) Wilbert Pol2013-08-311-1/+2
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-3/+3
* fix level 2-4 boss in hrdtimes (MT5220) David Haywood2013-07-101-0/+1
* was laying, one more cleanup, now really done for today (nw) Miodrag Milanovic2013-04-111-1/+2
* small clean (nw) Miodrag Milanovic2013-04-111-1/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* some more modernization and dc/naomi split (nw) Miodrag Milanovic2013-04-051-12/+0
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+5
* new clones David Haywood2013-02-011-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+17
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+9
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3