summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-29/+29
* BIG update. Aaron Giles2011-03-291-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* 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-9/+9
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-105/+105
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-23/+11
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* got rid of bracket style company naming: Michaƫl Banaan Ananas2010-05-221-2/+2
* Correct CRC32/SHA1 values for 0.11g rom in Champion Baseball 2 (Japan) Brian Troha2010-05-061-1/+1
* New clones added Yasuhiro Ogawa2010-05-061-0/+29
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-4/+4
* Added GAME_SUPPORTS_SAVE flag to exctsccrj2 (no whatsnew) Phil Bennett2010-01-261-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Changed berlwall, arkanoid, bakubrkr, mgcrystl to use YM2149 [Corrado Tomaselli] Phil Bennett2010-01-051-4/+36
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-5/+5
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-3/+3
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-2/+2
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-6/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.... Fabio Priuli2009-11-231-78/+158
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-6/+6
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-17/+17
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-27/+27
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-11/+11
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-3/+3
* exctsccr update [Uki] Yasuhiro Ogawa2009-03-301-4/+5
* New clone added Yasuhiro Ogawa2009-03-301-3/+33
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-26/+26
* Ok, this is The Big One. Aaron Giles2009-02-111-24/+12
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-6/+6
* Preparing some MDRV_CPU_IO_MAP calls for automated memmap replacement. Andrew Gardner2008-08-301-2/+2