summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lwings.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-54/+54
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* MDRV_CPU_REPLACE fix for trojan and clones. Scott Stone2010-06-101-3/+5
* Updated Legendary Wings with actual PCB speed readings. [Corrado Tomaselli] Scott Stone2010-05-251-7/+9
* Fixed mistake in clock change to allow trojan to use proper verified speeds. ... Scott Stone2010-04-291-0/+1
* Fixed 03822: lwings and clones: Gameplay slows during game [Tafoid] Scott Stone2010-04-291-7/+7
* Fixed long-standing (day one?) bug with ADPCM samples in Trojan / Tatakai no ... Angelo Salese2010-02-141-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-7/+7
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-101-79/+126
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+9
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Changed clocks on Trojan as verified on pcb [Corrado Tomaselli] Aaron Giles2009-08-021-6/+6
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-42/+42
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* missed a couple of files Angelo Salese2009-05-021-2/+4
* Memory maps merges for the following drivers: Angelo Salese2009-05-021-81/+61
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-32/+32
* Ok, this is The Big One. Aaron Giles2009-02-111-11/+9
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Part 8 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-061-8/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-36/+37
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-11/+11
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-2/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-91/+91
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-98/+98
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3