summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/playch10.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/playch10.cpp: fixed MT07916 Ivan Vangelista2021-03-241-0/+2
* playch10: fixed crash at start Robbbert2020-11-241-1/+5
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-6/+18
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-33/+33
* more macro removal (nw) Ivan Vangelista2020-05-191-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-17/+17
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* nes, sms: Fix light gun regression Enik Land2019-07-021-0/+10
* nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-1/+2
* suprnova.cpp, playch10.cpp: Eliminate machine().device (nw) AJR2018-05-211-23/+23
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-31/+31
* ppu2c0x family: Make palette internal to device AJR2018-05-061-7/+3
* playch10: expose countdown LEDs through output system and render with artwork Vas Crabb2018-01-271-3/+7
* playch10: Fix screen not clearing (nw) AJR2017-07-281-6/+3
* Cleanups for various Atari drivers and PlayChoice-10 (nw) AJR2017-07-251-8/+8
* New 74LS259/9334/CD4099 devices AJR2017-07-251-26/+15
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* playch10.cpp: fixed MT04738 (nw) unknown2015-12-291-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-23/+23
* clang-modernize part 4 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1131