summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs017.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h, 60 to go Angelo Salese2011-12-081-43/+38
* Added correct sprite rom for "Mahjong Tian Jiang Shen Bing" [Guru] Luca Elia2011-08-161-61/+305
* (Finally found the time to finish this....) Aaron Giles2011-05-301-15/+15
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-139/+139
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-15/+15
* BIG update. Aaron Giles2011-03-291-117/+117
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-8/+12
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-26/+26
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-144/+192
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-10/+10
* New clones added Luca Elia2011-01-031-17/+66
* Ok, last major rename for this round: Aaron Giles2011-01-011-22/+22
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-79/+79
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+10
* 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
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-16/+16
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Added sprites list stop to igs017.c. Implemented joystick mode in mgdh and sd... Luca Elia2009-11-241-17/+61
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* igs017.c update [Luca Elia] Luca Elia2009-11-031-82/+1451
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-3/+13
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-15/+15
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+3
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-17/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+2
* Improved mgcs. It now runs through attract mode. Luca Elia2009-01-031-0/+1397