summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs011.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-10/+10
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-17/+15
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-179/+179
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-22/+22
* BIG update. Aaron Giles2011-03-291-175/+175
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-15/+15
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-17/+17
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-15/+64
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+5
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-166/+234
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-14/+14
* Fixed 04165: vbowl, vbowlj: Crash after OK Scott Stone2011-01-041-26/+10
* Cleanups and version bump. Aaron Giles2011-01-011-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-34/+34
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-49/+49
* Rewrote ics2115 sound core using modern device standards, improving audio in ... Scott Stone2010-12-251-13/+29
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-5/+5
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+8
* 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-23/+16
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* igs011.c update [Luca Elia] Luca Elia2010-06-271-714/+1359
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+10
* Fixed dips in Dragon World [Luca Elia] Luca Elia2010-06-021-96/+96
* lordgun.c update [Luca Elia] Luca Elia2010-05-301-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+8
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-14/+14
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-13/+13
* Added sprites list stop to igs017.c. Implemented joystick mode in mgdh and sd... Luca Elia2009-11-241-1/+1
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-11/+11
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* IGS blitter based games update [Luca Elia] Luca Elia2009-11-041-0/+3632