summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pce220.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-243/+242
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-8/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-174/+174
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-3/+3
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-071-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1048