summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-6/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-300/+300
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-5/+5
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-13/+13
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-7/+7
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-14/+13
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-7/+14
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-21/+21
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-35/+35
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-23/+24
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-15/+13
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-10/+10
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-86/+81
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-35/+35
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-80/+80
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-17/+17
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+4
* 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