summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/combatsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hooked up proper sound program in Combat School bootleg [Angelo Salese] Angelo Salese2011-05-061-24/+47
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* Apparently Acho used the hammer instead of the screwdriver here ... Angelo Salese2011-04-131-4/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-73/+73
* BIG update. Aaron Giles2011-03-291-30/+30
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* (typo) Michaël Banaan Ananas2011-03-191-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* the right fix for combatscb Roberto Zandona2010-08-281-2/+13
* 04026: combatscb: Experiences various graphics glitches. [Roberto Zandonà] Roberto Zandona2010-08-281-6/+9
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+13
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Remove the following functions: Aaron Giles2010-07-011-2/+2
* Default difficulty in Combat School is known to be Easy (see also Gamest WR),... Angelo Salese2010-05-191-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed longstanding bug MT00400: combascb: since 0.79 this game have some grap... Fabio Priuli2009-12-161-6/+17
* some more Konami wip: Fabio Priuli2009-12-161-122/+292
* Added preliminary device versions of all the Konami custom ICs currently emul... Fabio Priuli2009-12-141-0/+4
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* > -----Original Message----- Aaron Giles2009-10-211-2/+0
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-11/+11
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-4/+4
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Merged memory maps for the following drivers: [MooglyGuy] Ryan Holtz2009-04-251-74/+43
* Verified 0x00 coinage settings in remaining Konami drivers (and two Banpresto... Fabio Priuli2009-04-011-1/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-18/+18
* Ok, this is The Big One. Aaron Giles2009-02-111-24/+27
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5