summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/renegade.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MT bug 4387: workaround for legacy device init fail Michaël Banaan Ananas2011-07-081-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-122/+123
* BIG update. Aaron Giles2011-03-291-32/+32
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* 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-3/+3
* added diplocs (and confirmed factory settings) Michaël Banaan Ananas2011-03-151-7/+7
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-15/+28
* reset initial amp on new adpcm sample (MT bug 3764) Michaël Banaan Ananas2011-03-061-6/+6
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-131/+127
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+2
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-5/+5
* Unbreak kuniokunb (no whatsnew) Phil Bennett2010-06-301-7/+16
* Added some IC locations to the Renegade ROMs Phil Bennett2010-06-271-63/+63
* Hooked up Renegade 68705 MCU [Phil Bennett, Dr. Decapitator] Phil Bennett2010-06-261-51/+199
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-9/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-2/+2
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-39/+21
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* 02877: deadang, leadang, ghunter: Music drowns out sound effects Phil Bennett2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10