summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cclimber.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-48/+48
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-54/+56
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-72/+72
* approved mt bug 04137 fix by MASH Michaël Banaan Ananas2010-12-171-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+12
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* new clones Angelo Salese2010-06-231-60/+117
* Left a note than bagmanf does not have tms5110 hooked up. Couriersud2010-05-301-0/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-6/+6
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-4/+4
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-4/+4
* New non-working clones Phil Bennett2010-02-021-7/+60
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* 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-11/+11
* New clones added Phil Bennett2009-11-271-9/+59
* Verified/changed clocks and vsyncs on the following games: Aerofighters (only... Scott Stone2009-11-181-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* 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-53/+53
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-11/+11
* New clones added Yasuhiro Ogawa2009-05-031-0/+30
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* 02956: bigkong: Year is 1981 according to the title screen Aaron Giles2009-02-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-43/+43
* Ok, this is The Big One. Aaron Giles2009-02-111-11/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Fixed Top Roller. Curt Coder2008-12-121-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* 02101: wboy, wboysys2: Access Violation Nicola Salmoria2008-08-111-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-11/+11
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-31/+31
* Region classes go bye-bye. Aaron Giles2008-07-281-126/+126
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-139/+139