summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspoker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Inputs from the scratch for Champion Poker (v100) [Roberto Fresca] Roberto Fresca2011-05-091-10/+208
* 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-77/+77
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-40/+40
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-76/+107
* Ok, last major rename for this round: Aaron Giles2011-01-011-14/+14
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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-26/+14
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* companyname corrections from robbie Michaƫl Banaan Ananas2010-05-251-18/+18
* 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-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-116/+100
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-31/+31
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-3/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Corrected names for Champion Italian PK boards (thank f205v for spotting this) Mirko Buffoni2009-04-081-2/+2
* Added Champion Italian PK blue board and promoted Champion Italian PK green Mirko Buffoni2009-03-091-24/+216
* Cleanups and version bump.mame0130 Aaron Giles2009-03-091-2/+2
* added the citalian sets + proper gfx decode for them to igspoker, they don't ... davidhay2009-03-071-3/+64
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-28/+28
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+2
* Removed left-in debugging input port from igspoker Mirko Buffoni2009-02-101-90/+0
* Added Champion League (Mirko Buffoni) Mirko Buffoni2009-02-101-34/+311
* Fix to stop gcc complaining about size_t in format Couriersud2009-02-071-1/+1
* Added new game Number Dieci (Mirko Buffoni) Mirko Buffoni2009-02-021-7/+493
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-7/+7
* Major cleanup to IGS poker games (Mirko Buffoni) Mirko Buffoni2009-01-201-0/+1330