aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/Normal2xARM.s
AgeCommit message (Collapse)Author
2019-12-17GRAPHICS: Remove unused scaler codeCameron Cawley
2014-03-06GRAPHICS: Manually specify function alignment in ARM assembly.Johannes Schickel
2011-06-10ARM: Fix normal2x scaler for width % 4 != 0Willem Jan Palenstijn
The first jump to 'thin:' didn't leave r14 (remaining width) in the right state.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-04-17Fix for ARM Normal2xAspect scaler that was causing crashes when the screenRobin Watts
'shakes' (such as when the head/bomb goes of at the start of sam'n'max). Was overwriting the end of the screen when asked to plot a non-multiple of 5 lines. svn-id: r48690
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal ↵Arnaud Boutonné
property paragraph) svn-id: r47489
2009-10-02Whitespace changesMax Horn
svn-id: r44546
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
svn-id: r44444
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
Add ARM only aspect ratio correcting version of Normal2x scaler. Make WinCE port use Normal2x by default if the screen is large enough. Make WinCE port use aspect ratio correcting version if panel is hidden. svn-id: r42843