summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-08Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic1-2938/+0
2015-07-29change flags from GAME_ to MACHINE_ David Haywood1-8/+8
2015-05-13Done work for Luca Elia (nw) Miodrag Milanovic1-1/+1
2015-05-09Added known authors to licenses tags (nw) Miodrag Milanovic1-1/+1
2015-05-07Added dummy license headers for MAME part (nw) Miodrag Milanovic1-0/+2
2014-03-15Checkpoint 2: Alex W. Jackson1-2/+2
2014-03-14Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic1-0/+2
2014-03-06Video attributes are now per screen (nw) Miodrag Milanovic1-4/+2
2014-03-06some more palette cleanups (nw) David Haywood1-109/+39
2014-03-01cischeat fix, issue was that shadow flag was not set, anyway doing modify is ... Miodrag Milanovic1-4/+4
2014-02-27Huge update, palette is now device (nw) Miodrag Milanovic1-27/+31
2014-02-19Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles1-21/+21
2014-02-16Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic1-4/+4
2013-04-15various cpu lookup cleanup (nw) Miodrag Milanovic1-4/+4
2013-04-14cleanup (nw) Miodrag Milanovic1-4/+4
2013-04-12and more oki changes (nw) Miodrag Milanovic1-8/+4
2013-04-12oki tag lookup removal (nw) Miodrag Milanovic1-6/+2
2013-02-13Removal of not needed machine().root_device() (nw) Miodrag Milanovic1-2/+2
2013-02-05Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic1-6/+6
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic1-300/+300
2012-10-14Created a base class delegate_common_base for all delegate Aaron Giles1-5/+5
2012-09-25TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic1-13/+13
2012-09-19Since nobody checks for NULLs anyway, make Aaron Giles1-1/+1
2012-09-18INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic1-3/+3
2012-09-17Modernized screen update calls (no whatsnew) Miodrag Milanovic1-4/+4
2012-09-13Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic1-4/+4
2012-09-12Closeout on old macros. Retired cputag_set_input_line Aaron Giles1-7/+7
2012-08-10All driver inits are now member of state classes. Miodrag Milanovic1-14/+13
2012-08-04Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic1-8/+8
2012-05-25Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic1-7/+14
2012-05-03ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles1-21/+21
2012-04-20Changed device->subregion to device->memregion. Moved Aaron Giles1-2/+2
2012-04-15Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles1-35/+35
2012-04-06MAME going modern part 7 (no whatsnew) Miodrag Milanovic1-23/+24
2012-04-05MAME going modern part 6 (no whatsnew) Miodrag Milanovic1-15/+13
2012-04-05Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic1-6/+6
2012-04-05Moved all drivers to using the paletteram helpers defined in the Aaron Giles1-10/+10
2012-04-04MAME going modern part 5 (no whatsnew) Miodrag Milanovic1-86/+81
2012-04-02Some formating cleanup (no whatsnew) Miodrag Milanovic1-35/+35
2012-04-01MAME going modern part 2 (no whatsnew) Miodrag Milanovic1-80/+80
2012-03-31MAME going modern part 1 (no whatsnew) Miodrag Milanovic1-17/+17
2012-01-12Major bitmap-related changes throughout the system. There are Aaron Giles1-6/+4
2011-05-01Modernized m_rom_1 -> AM_REGION usage Angelo Salese1-48/+8
2011-05-01Added shifter display to Cisco Heat driver [Angelo Salese] Removed cheesy hac... Angelo Salese1-12/+13
2011-05-01Fixed inputs and removed digital hacks in Cisco Heat driver [Angelo Salese] Angelo Salese1-128/+96
2011-04-01Final bulk rename for 0.142: ensure that all members of Aaron Giles1-74/+74
2011-03-29BIG update. Aaron Giles1-75/+75
2011-03-27Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles1-1/+1
2011-03-27Created new enum type address_spacenum for specifying an address Aaron Giles1-18/+18
2011-03-27Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles1-8/+8