summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gottlieb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-231-8/+8
* gottlieb.c fixes: Scott Stone2011-10-181-222/+165
* fixed crash when running laser disc games smf-2011-06-261-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-95/+95
* BIG update. Aaron Giles2011-03-291-39/+39
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-126/+118
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-4/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-14/+14
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+0
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-39/+39
* Regression fixes. Aaron Giles2010-09-101-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+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-26/+19
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-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
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Fix for MT03535: 3stooges: P1-P2-P3 button does not match documentation (inpu... Fabio Priuli2009-11-171-1/+1
* > -----Original Message----- Aaron Giles2009-10-011-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-9/+9
* Fix to MT 03352: cobram3: No demo (attract) sound [Xander] Fabio Priuli2009-08-041-1/+1
* Cleanups and version bump. Aaron Giles2009-08-021-1/+1
* Hooked up Cobra Command sound ROM. [Jim Hernandez, Aaron Giles] Aaron Giles2009-08-021-3/+77
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-19/+19
* Actually, make cobram3 a clone of cobra. Aaron Giles2009-07-201-1/+1
* Added documentation regarding different Cobra Command versions. Aaron Giles2009-07-201-1/+1