summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-53/+39
* Using ROM_COPY instead of multiple of the same ROM_LOAD, nwn Ryan Holtz2011-05-241-7/+13
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-2/+6
* Added the CCU for mystwarr.c games, nw Angelo Salese2011-05-151-11/+83
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-20/+20
* 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-25/+25
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-30/+30
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-8/+12
* fixed viostormab rom labels. Fabio Priuli2011-03-011-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+11
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-21/+26
* new clone Angelo Salese2011-02-081-0/+37
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-12/+12
* Added dipswitch locations to moo.c, mystston.c, mystwarr.c, prehisle.c and pu... Brian Troha2011-01-041-20/+20
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-88/+88
* Cleaned up many duplicate inputs and fixed others in a number of drivers. [T... Scott Stone2010-11-111-1/+1
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-19/+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-17/+12
* new clone added: Mystic Warrior (Asia) Brian Troha2010-07-221-0/+41
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-3/+3
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* Cleanups and version bump. Aaron Giles2010-03-111-21/+21
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+68
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-20/+20
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+2
* Updated konamigx.c, tmnt.c and mystwarr.c to use eeprom device (and removed i... Fabio Priuli2009-12-231-301/+229
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* 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-14/+14
* (There are a bunch of things that I want to check on it, I'll do them after a... Angelo Salese2009-11-111-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-35/+35
* Fix for MT bug #3226. Added a missing write map which vanished when the driv... Scott Stone2009-05-311-0/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* Fixed merging quirk Angelo Salese2009-05-011-1/+1
* Merged memory maps in the mystwarr.c driver Angelo Salese2009-05-011-230/+154
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-1/+1