summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bbusters.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-12/+12
* 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-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+8
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-2/+2
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-41/+9
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-50/+42
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Cleanups and version bump. Aaron Giles2010-05-051-10/+10
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-3/+27
* 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
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-2/+2
* 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-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-20/+20
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-20/+20
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-4/+4
* Fixed mechattu coinage dips Fabio Priuli2009-03-301-6/+20
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-11/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* adjusted bbusters volume balance slightly davidhay2008-11-221-2/+2
* Tweaked gun handling in beast busters a bit.. by halving the precision of the... davidhay2008-11-171-22/+49
* address space compilation errors. smf-2008-11-151-2/+2
* Fix warnings for some c* drivers Couriersud2008-11-141-3/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* new clone davidhay2008-11-131-109/+85
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From mamesick: Aaron Giles2008-11-021-11/+24
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-19/+19
* Region classes go bye-bye. Aaron Giles2008-07-281-31/+31
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-46/+43
* Merged some memory maps. Aaron Giles2008-07-211-81/+40