summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync main driver and res of files Miodrag Milanovic2015-05-261-1/+1
* More license self-service (nw) R. Belmont2015-05-121-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ... arbee2015-02-211-29/+99
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (MESS) apple3: don't do color text in A2 emulation mode. [R. Belmont] R. Belmont2014-08-261-2/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* (MESS) apple3: Fixed colors in color hires mode. [R. Belmont] R. Belmont2014-02-181-16/+23
* (MESS) apple3: Fixed page 2 addresses in all graphics modes, fixed glitches i... R. Belmont2014-02-161-17/+27
* (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] R. Belmont2014-02-161-2/+7
* (MESS) apple3: Adjusted palette, confidence test color names screen is now re... R. Belmont2014-02-021-0/+33
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-8/+8
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-55/+48
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+17
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+401