summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nemesis.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* New NOT WORKING game Angelo Salese2011-07-111-4/+344
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-149/+149
* BIG update. Aaron Giles2011-03-291-35/+35
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-14/+14
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+9
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-11/+11
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-282/+282
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-45/+18
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-21/+21
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-3/+3
* fixed a few rom labels in the Nemesis UK set. The roms are copies of the par... Brian Troha2010-05-011-3/+3
* Cleanups and version bump. Aaron Giles2010-03-041-8/+8
* Added driver_data class and save states to the following drivers: oneshot.c, ... Fabio Priuli2010-03-011-239/+318
* 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-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-18/+18
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-8/+8
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-18/+18
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-1/+1
* Konami inputs improvements: Fabio Priuli2009-04-011-362/+56
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* further fixes to nemesis.c [Hau] Yasuhiro Ogawa2009-03-271-59/+52
* Fixed flip screen problems [Hau] Yasuhiro Ogawa2009-03-261-87/+107
* nemesis.c fix [Hau] Yasuhiro Ogawa2009-03-251-312/+321
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-38/+38
* Merged memory maps in nemesis.c. Aaron Giles2009-02-261-381/+193
* 02965: gradius, gwarrior, rf2, twinbee: Bootup process is never completed/No ... Phil Bennett2009-02-261-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-43/+43
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-71/+71
* Ok, this is The Big One. Aaron Giles2009-02-111-71/+77
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-5/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-26/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-123/+122
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-26/+26
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-17/+17