summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/videopkr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-115/+115
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-35/+35
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-7/+7
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-18/+20
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+3
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-125/+126
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-12/+12
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-1/+1
* Added Video Poker (v1403). The hardware seems close to Baby Poker Roberto Fresca2011-09-141-15/+107
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-138/+138
* BIG update. Aaron Giles2011-03-291-34/+34
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-128/+172
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-37/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+10
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+7
* Cleanups and version bump. Aaron Giles2010-01-281-5/+5
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* New games added or promoted from NOT_WORKING Jim Stolis2010-01-181-8/+89
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Clean up initialization, timer usage, memory management in several Aaron Giles2009-12-181-5/+4
* Fixed out-of-bounds array accesses in the peplus and videopkr drivers [Oliver... Phil Bennett2009-11-161-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-63/+63
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* And some more again... Fabio Priuli2009-04-281-1/+1