summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bloodbro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-85/+85
* whoops. copy-paste error. (n/w) Jonathan Gevaryahu2012-12-141-2/+2
* Add correct ROM locations to Blood Bros sets [Lord_Nightmare, balrog] Jonathan Gevaryahu2012-12-131-30/+30
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* bloodbro.c: Added minor documentation about accessing the built-in DSW settin... Brian Troha2012-04-231-82/+94
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+9
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-12/+12
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* rom labels corrected per dumps made by Corrado T. (nw) Scott Stone2012-03-081-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* 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