summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/redalert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-16/+16
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* From: Atari Ace Aaron Giles2011-02-031-20/+20
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-16/+16
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* some minor company name cleanups again, and: Michaƫl Banaan Ananas2010-05-221-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* 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-16/+16
* Fixed color prom hook-up in Panther [Angelo Salese] Angelo Salese2009-08-041-1/+1
* (remove a line accidentally left on last commit) Jonathan Gevaryahu2009-08-041-1/+0
* Add correct color PROM for panther [Mr. Do] Jonathan Gevaryahu2009-08-041-2/+2
* panther: removed debug code Roberto Zandona2009-08-011-3/+3
* panther: Roberto Zandona2009-08-011-4/+1
* panther: Roberto Zandona2009-08-011-6/+27
* panther: Roberto Zandona2009-08-011-2/+72
* I was sure that I've added this note before... Angelo Salese2009-07-311-0/+1
* new not working Angelo Salese2009-07-311-0/+26
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* adds missing SHA1 values (I missed this when it was added..) for WW3 in redal... Brian Troha2008-08-211-7/+7
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-12/+12
* Corrects BPROM type after verifying against the schematic vs a hi-res pic whi... Brian Troha2008-08-191-4/+4
* Slight documentation update. Brian Troha2008-08-191-9/+13
* New games/clones: WW III (Irem 1981), I P M Invader (Incomplete Dump) Couriersud2008-08-181-0/+62
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-10/+10
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-10/+10
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-12/+12
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-6/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3