summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bloodbro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-8/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-14/+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-8/+6
* evil clarue flower Michaël Banaan Ananas2010-05-251-3/+3
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Simplified bloodbro gfx decoding and removed unnecessary DRIVER_INIT. Phil Bennett2009-12-261-77/+37
* New clones added Phil Bennett2009-12-221-0/+28
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-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-12/+12
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-1/+1
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-2/+11
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-30/+30
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-40/+40
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-1/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-8/+8
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-13/+13
* Changed Seibu sound CPU to use AM_READ_PORT("COIN") instead of input_port_0_r. stephh2008-03-301-190/+117
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-02-051-3/+3
* Some memory map cleanup. Aaron Giles2008-01-141-4/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+724