summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-12/+12
* Fix pmac6100 regression caused by detagging (nw) R. Belmont2013-01-281-1/+8
* (MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw) R. Belmont2013-01-261-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-207/+206
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-211-0/+1
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-141-79/+294
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-12/+10
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-107/+98
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-89/+79
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-6/+6
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-4/+0
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1063