summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mazerbla.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-4/+4
* (Finally found the time to finish this....) Aaron Giles2011-05-301-9/+9
* GCC 4.6 "Variable assigned but not used" fixes part 4 (no whatsnew) R. Belmont2011-05-301-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-254/+262
* BIG update. Aaron Giles2011-03-291-70/+70
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-23/+37
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-31/+31
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-54/+54
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-3/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-34/+35
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* stern->stern electronics Michaël Banaan Ananas2010-05-241-5/+5
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+0
* Cleanups and version bump. Aaron Giles2010-03-041-2/+2
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* mazerbla.c: fix PowerPC GCC compile R. Belmont2010-02-211-1/+1
* Added driver_data struct and save states to the following drivers: madmotor.c... Fabio Priuli2010-02-201-310/+398
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-7/+7
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-5/+10
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-9/+9
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Cleanups and version bump. Aaron Giles2009-05-281-31/+31
* Forgot to update the clocks... Angelo Salese2009-05-241-8/+11
* Cleaned-up the Mazer Blazer driver Angelo Salese2009-05-241-543/+538
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-11/+11
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-10/+8
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-121/+58
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Demoted some games to have the GAME_NOT_WORKING flag: Angelo Salese2009-03-191-1/+1
* Add locations to rom names for Mazer Blazer (and alt) roms. Add NO_DUMP entri... Jonathan Gevaryahu2009-03-061-30/+47
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-9/+9
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+13
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1