summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-18/+18
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-061-1/+1
* ppu2c0x family: Make palette internal to device AJR2018-05-061-3/+3
* nss.cpp, playch10.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) AJR2018-03-281-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* AM_SHARE not needed here (nw) Vas Crabb2018-01-281-2/+0
* playch10: expose countdown LEDs through output system and render with artwork Vas Crabb2018-01-271-59/+80
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Cleanups for various Atari drivers and PlayChoice-10 (nw) AJR2017-07-251-8/+8
* New 74LS259/9334/CD4099 devices AJR2017-07-251-11/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* new WORKING David Haywood2016-04-111-0/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-10/+14
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-021-6/+0
* 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
* nes ppu: converted to use inline config + removed some unused config values. nw. Fabio Priuli2014-04-081-3/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4
* Modernize nes_apu device. (nw) Ivan Vangelista2013-11-051-0/+6
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* modernized the RP5H01 device [Osso] Fabio Priuli2013-05-301-3/+9
* 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
* did latch delegate for ppu also (nw) Miodrag Milanovic2013-03-291-0/+1
* made ppu nmi also delegate and now inline config (nw) Miodrag Milanovic2013-03-281-1/+1
* Made ppu use delegates instead of callbacks (nw) Miodrag Milanovic2013-03-281-0/+1
* New clones added Fabio Priuli2013-03-191-10/+11
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* 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-2/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+12
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-16/+16
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+3
* playch10.c: fixed IRQ regression in some G-Board games by simply importing MM... Fabio Priuli2012-05-081-0/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+9
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-17/+30