summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/williams.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (romname fix) Michaël Banaan Ananas2011-08-251-2/+2
* Re: [MAME] r13621 (hap): (blaster30 -> blastero) Michaël Banaan Ananas2011-08-241-1/+1
* (blaster30 -> blastero) Michaël Banaan Ananas2011-08-241-5/+5
* williams.c update 2 [hap] Michaël Banaan Ananas2011-08-241-26/+26
* williams.c: added second sound board to blaster/blaster30 [hap] Michaël Banaan Ananas2011-08-231-78/+91
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-19/+19
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* BIG update. Aaron Giles2011-03-291-35/+35
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-18/+18
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-1/+1
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-14/+34
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-97/+97
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-11/+12
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-50/+35
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* hoei cname Michaël Banaan Ananas2010-05-311-3/+3
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-27/+27
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-5/+5
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-10/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Last round of fixups based on Tafoid's regression list. Aaron Giles2009-12-221-0/+11
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Changed ticket.c into a device, updated all users. Aaron Giles2009-12-151-1/+5
* Renamed functions: Aaron Giles2009-12-051-6/+6
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-13/+13
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-11/+12
* 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-7/+7
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-33/+33
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* And some more again... Fabio Priuli2009-04-281-9/+9
* Bulk change alert. Aaron Giles2009-04-261-10/+10
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-17/+17
* More PIA devic-ification: Aaron Giles2009-03-021-1/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-16/+16
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-4/+4
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-1/+1