summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernized m_rom_1 -> AM_REGION usage Angelo Salese2011-05-011-48/+8
* Added shifter display to Cisco Heat driver [Angelo Salese] Removed cheesy hac... Angelo Salese2011-05-011-12/+13
* Fixed inputs and removed digital hacks in Cisco Heat driver [Angelo Salese] Angelo Salese2011-05-011-128/+96
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-74/+74
* BIG update. Aaron Giles2011-03-291-75/+75
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-18/+18
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-31/+40
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-16/+41
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+5
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-51/+61
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-92/+92
* Corrected or clarified a number of duplicated inputs for drivers up through C... Scott Stone2010-09-061-1/+1
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-12/+12
* 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-16/+12
* MDRV_CPU_REPLACE no longer retains existing memory maps or interrupts. Aaron Giles2010-06-091-3/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+14
* fix for MT02960 & MT03697 [Mamesick] Fabio Priuli2010-02-191-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-6/+6
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-10/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-10/+10
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-11/+11
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-33/+3
* Cleanups and version bump. Aaron Giles2009-08-021-6/+6
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-7/+23
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Cleanups and version bump.mame0133 Aaron Giles2009-07-201-1/+1
* From: hoge hoge [mailto:c8cv@hotmail.com] Aaron Giles2009-07-201-5/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-42/+42
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-17/+17
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-1/+1
* Merged memory maps for the following drivers: [Mooglyguy] Ryan Holtz2009-04-251-354/+177
* Fix f1gpstr2 sound regression [Phil Bennett] Phil Bennett2009-03-111-1/+1
* Fix build break.mame0129u6 Aaron Giles2009-03-051-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-42/+42
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* Ok, this is The Big One. Aaron Giles2009-02-111-52/+44
* 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/+1