aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2004-09-12- ARM functions are now globalChris Apers
- Zodiac filter option - more CD options for Pocket Tunes API svn-id: r15057
2004-09-12Added Zodiac codeChris Apers
svn-id: r15056
2004-09-12- New rumble codeChris Apers
- ARM init functions - use the new game config - use the new exit(...) function - --output-rate support - clean up svn-id: r15055
2004-09-12Forgot this oneChris Apers
svn-id: r15053
2004-09-12Feature memory init/cleanupChris Apers
svn-id: r15052
2004-09-12- Pocket Tunes supportChris Apers
- new mouse emu code - setWindowCaption fix - get rid of _quitCount and selfQuit - clean up svn-id: r15051
2004-09-12- New mouse emulation codeChris Apers
- Get rid of _selfQuit and _quitCount (useless with the new exit(..) function) - Zodiac keys support svn-id: r15050
2004-09-12<<Get rid of _quitCount and _selfQuitChris Apers
Added Zodiac support Use new ARM macros Cleanup svn-id: r15049
2004-09-12Get rid of _quitCount and _selfQuitChris Apers
svn-id: r15048
2004-09-12- Use new rumble functions\n- REnamed updateScreen functions\n- Zodiac ↵Chris Apers
support\n- ARM calls using the new macros svn-id: r15047
2004-09-12Cache read/write data to speed up accessChris Apers
svn-id: r15046
2004-09-12Make use of --output-rate option + cleanupChris Apers
svn-id: r15045
2004-09-12Removed obsolete codeChris Apers
svn-id: r15044
2004-09-1216bit skin support + Palm API only redraw (=skins can now be compressed) + ↵Chris Apers
cleanup svn-id: r15043
2004-09-12Rumble functionsChris Apers
svn-id: r15042
2004-09-12CleanupChris Apers
svn-id: r15041
2004-09-12New ARM optimized functionsChris Apers
svn-id: r15040
2004-09-12Renamed and use the new ARM macrosChris Apers
svn-id: r15039
2004-09-12Convenient macros to ease ARM codeChris Apers
svn-id: r15038
2004-09-12Files to be renamedChris Apers
svn-id: r15037
2004-09-12Removed obsolete filesChris Apers
svn-id: r15036
2004-09-12New pocket Tunes CD driver (MP3/Ogg)Chris Apers
svn-id: r15033
2004-09-12Prepare new form with tabsChris Apers
svn-id: r15032
2004-09-12Use the new exit(...) functionChris Apers
svn-id: r15031
2004-09-12New exit(...) functionChris Apers
svn-id: r15030
2004-09-12Zodiac midi driverChris Apers
svn-id: r15028
2004-09-04Got rid of OSystem::move_screenMax Horn
svn-id: r14882
2004-08-29Clear screen and overlay buffer after allocation.Marcus Comstedt
svn-id: r14832
2004-08-29Disable interrupts while performing cache trickery, just in case.Marcus Comstedt
svn-id: r14831
2004-08-29Oops, forgot to clear BSS...Marcus Comstedt
svn-id: r14830
2004-08-26Don't return -1 from read/write, they are uint32...Marcus Comstedt
svn-id: r14788
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
svn-id: r14787
2004-08-26Removed obsolete checks for LFL games (thank you MD5!).Marcus Comstedt
svn-id: r14786
2004-08-26Disable building of scalers.Marcus Comstedt
svn-id: r14785
2004-08-25Build plugins.Marcus Comstedt
svn-id: r14754
2004-08-25Only relocate allocated sections.Marcus Comstedt
svn-id: r14753
2004-08-22Support dynamic plugins on Dreamcast.Marcus Comstedt
svn-id: r14689
2004-08-22cleanup of TimerProc messMax Horn
svn-id: r14683
2004-08-20More build-dirs added.Marcus Comstedt
svn-id: r14655
2004-08-11Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ↵Max Horn
moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-) svn-id: r14557
2004-07-31Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching ↵Max Horn
our README (see also bug #1001126) svn-id: r14382
2004-07-27Add passthrough ability. Patch by Christian Schoenebeck with slight ↵Jonathan Gray
modifications svn-id: r14354
2004-07-21Ignore case when sorting file system nodesMax Horn
svn-id: r14294
2004-07-20fix null backend driverJoost Peters
svn-id: r14289
2004-07-19Updated the null driver to current OSystem interfaceBertrand Augereau
(makes it easier to start a new driver) svn-id: r14276
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
svn-id: r14225
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ↵Max Horn
the user; not if it was done automatically (e.g. because a 640x480 game was started and we auto-switch to 1x scaling) svn-id: r14223
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
svn-id: r14056
2004-06-22compilation fix from Nicolas Joly, bug #976657Jonathan Gray
svn-id: r14000
2004-06-21disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X ↵Jonathan Gray
unices (including Linux) for consistency with other applications svn-id: r13989