summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ampoker2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-16/+16
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-13/+13
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-12/+12
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-17/+17
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-11/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Cleanups and version bump. Aaron Giles2010-10-141-2/+2
* Improvements to Piccolo Poker 100. [Roberto Fresca] Roberto Fresca2010-09-281-24/+151
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-6/+6
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+2
* Corrected or clarified a number of duplicated inputs for drivers up through C... Scott Stone2010-09-061-3/+3
* New not working game... Roberto Fresca2010-09-051-17/+72
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-8/+1
* 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-5/+5
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-6/+0
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Sigma Poker: Fixed duplicated definition of Hold 2 button. Added the missing ... Roberto Fresca2009-08-261-1/+1
* Fixed comment... Roberto Fresca2009-08-181-1/+1
* American Poker II driver... Roberto Fresca2009-08-181-12/+103
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-8/+8
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-91/+91
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-11/+11
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* New clones added Mirko Buffoni2009-03-111-0/+12
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2