summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/prestige.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* (MESS) gl6000sl: fixed cart loading. (nw) Sandro Ronco2014-04-131-48/+56
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* (MESS) Moved some carts from genius.xml to gl2000.xml/gl6000sl.xml. (nw) Sandro Ronco2014-02-281-5/+17
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+6
* (MESS) glcolor: fixed year (nw) Sandro Ronco2014-02-201-1/+1
* (MESS) New NOT WORKING system Sandro Ronco2014-02-201-0/+9
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* (MESS) Moved gl6000sl and gl7007sl from pc2000.c to prestige.c (nw) Sandro Ronco2014-02-121-0/+18
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-7/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-96/+96
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-3/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+520