summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gottlieb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-57/+57
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+1
* Checksums for mach3 and usvsthem. Promoted both to working. Aaron Giles2009-01-021-4/+4
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-16/+16
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Another big one. Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-4/+2
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-1/+1
* 02121: reactor: input controls and startup tone Aaron Giles2008-08-191-9/+15
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-4/+4
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-7/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-4/+4
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* 02113: xymg: xymg title mispelled Aaron Giles2008-08-141-1/+1
* Added video level detection and reporting to ldverify. Aaron Giles2008-08-121-0/+7
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-54/+54
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-87/+87
* Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra Aaron Giles2008-08-041-643/+753
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-1/+1
* More gottlieb cleanup. Fixed rev 2 sound again, fleshed out memory Aaron Giles2008-08-011-253/+331
* Region classes go bye-bye. Aaron Giles2008-07-281-107/+107
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-110/+110
* A bit more cleanup, still half-WIP now that I'm distracted with votrax. Aaron Giles2008-07-251-96/+20
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-33/+33
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-334/+531
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+5
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-5/+5
* fix duplicate port bits. davidhay2008-05-261-2/+1
* Removed imperfect sound flag from Qbert's Qubes.mame0125u2 Aaron Giles2008-05-221-1/+1
* Correct CRCs. Aaron Giles2008-05-221-4/+4
* Marked the sound roms on Q*Bert's Qubes as bad and changed the flag to imperf... Jonathan Gevaryahu2008-05-091-3/+3
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-4/+4
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-5/+5
* Renamed input port functions: Aaron Giles2008-04-061-4/+4
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-6/+6
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-7/+8
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1