summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cliffhgr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-301-21/+20
* BIG update. Aaron Giles2011-03-291-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* 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
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+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-3/+3
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* stern->stern electronics Michaël Banaan Ananas2010-05-241-3/+3
* stern companyname cleanups Michaël Banaan Ananas2010-05-241-3/+3
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Fixed DEMO_SOUND Dip assignment to work correctly when turned ON. Scott Stone2009-07-221-6/+6
* made cliffhga a clone of cliffhgr smf-2009-07-201-3/+3
* Cleanups and version bump.mame0133 Aaron Giles2009-07-201-1/+1
* Added documentation regarding different Cobra Command versions. Aaron Giles2009-07-201-3/+3
* Added mechanism for the laserdisc core to return 0 for the Aaron Giles2009-07-131-26/+30
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+9
* 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-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-1/+1
* Removed render_container_set_palette_alpha() hack. Now the alpha value Aaron Giles2008-09-271-9/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-4/+3
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-64/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-21/+21
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Laserdiscs are now devices. Updated all drivers accordingly. Aaron Giles2008-07-211-14/+13
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2