921 Commits

Author SHA1 Message Date
Chris Apers
3c01d453d5 Cleanup
svn-id: r15060
2004-09-12 13:34:11 +00:00
Chris Apers
262c6e0d84 - Music and sound options can now be defined for each games
svn-id: r15059
2004-09-12 13:32:58 +00:00
Chris Apers
2be4ef999f - Music and sound options can now be defined for each games
- updated games config

svn-id: r15058
2004-09-12 13:32:27 +00:00
Chris Apers
c3f2f286cc - ARM functions are now global
- Zodiac filter option
- more CD options for Pocket Tunes API

svn-id: r15057
2004-09-12 13:29:03 +00:00
Chris Apers
5311467405 Added Zodiac code
svn-id: r15056
2004-09-12 13:25:15 +00:00
Chris Apers
5789eb3204 - New rumble code
- ARM init functions
- use the new game config
- use the new exit(...) function
- --output-rate support
- clean up

svn-id: r15055
2004-09-12 13:24:06 +00:00
Chris Apers
47f4c6f9c5 Forgot this one
svn-id: r15053
2004-09-12 13:19:58 +00:00
Chris Apers
b4b5aa20a5 Feature memory init/cleanup
svn-id: r15052
2004-09-12 13:17:15 +00:00
Chris Apers
9d0bee2934 - Pocket Tunes support
- new mouse emu code
- setWindowCaption fix
- get rid of _quitCount and selfQuit
- clean up

svn-id: r15051
2004-09-12 13:15:17 +00:00
Chris Apers
217a8d0eb7 - New mouse emulation code
- Get rid of _selfQuit and _quitCount (useless with the new exit(..) function)
- Zodiac keys support

svn-id: r15050
2004-09-12 13:12:39 +00:00
Chris Apers
9645b59032 <<Get rid of _quitCount and _selfQuit
Added Zodiac support
Use new ARM macros
Cleanup

svn-id: r15049
2004-09-12 13:09:40 +00:00
Chris Apers
c97c169ac0 Get rid of _quitCount and _selfQuit
svn-id: r15048
2004-09-12 13:07:15 +00:00
Chris Apers
e88274f4b2 - Use new rumble functions\n- REnamed updateScreen functions\n- Zodiac support\n- ARM calls using the new macros
svn-id: r15047
2004-09-12 13:03:50 +00:00
Chris Apers
609c57c25a Cache read/write data to speed up access
svn-id: r15046
2004-09-12 13:01:12 +00:00
Chris Apers
30d0b6f7ba Make use of --output-rate option + cleanup
svn-id: r15045
2004-09-12 12:56:28 +00:00
Chris Apers
1f8f4c0ea3 Removed obsolete code
svn-id: r15044
2004-09-12 12:53:47 +00:00
Chris Apers
11f1ccf43a 16bit skin support + Palm API only redraw (=skins can now be compressed) + cleanup
svn-id: r15043
2004-09-12 12:50:52 +00:00
Chris Apers
f90902959b Rumble functions
svn-id: r15042
2004-09-12 12:46:35 +00:00
Chris Apers
eeee0b6f54 Cleanup
svn-id: r15041
2004-09-12 12:44:57 +00:00
Chris Apers
f413780189 New ARM optimized functions
svn-id: r15040
2004-09-12 12:42:07 +00:00
Chris Apers
edc26ee3a7 Renamed and use the new ARM macros
svn-id: r15039
2004-09-12 12:40:51 +00:00
Chris Apers
926571bf79 Convenient macros to ease ARM code
svn-id: r15038
2004-09-12 12:36:40 +00:00
Chris Apers
a727918ba1 Files to be renamed
svn-id: r15037
2004-09-12 12:35:43 +00:00
Chris Apers
7aca0381e4 Removed obsolete files
svn-id: r15036
2004-09-12 12:30:32 +00:00
Chris Apers
4dbb77fc2a New pocket Tunes CD driver (MP3/Ogg)
svn-id: r15033
2004-09-12 12:14:53 +00:00
Chris Apers
1f747ab882 Prepare new form with tabs
svn-id: r15032
2004-09-12 12:09:47 +00:00
Chris Apers
f2cc2c809f Use the new exit(...) function
svn-id: r15031
2004-09-12 12:02:17 +00:00
Chris Apers
3a89406b76 New exit(...) function
svn-id: r15030
2004-09-12 11:27:36 +00:00
Chris Apers
951131e7c2 Zodiac midi driver
svn-id: r15028
2004-09-12 11:14:14 +00:00
Max Horn
4bd05071e5 Got rid of OSystem::move_screen
svn-id: r14882
2004-09-04 01:31:04 +00:00
Marcus Comstedt
c7a7f00577 Clear screen and overlay buffer after allocation.
svn-id: r14832
2004-08-29 19:42:27 +00:00
Marcus Comstedt
76e72ce98d Disable interrupts while performing cache trickery, just in case.
svn-id: r14831
2004-08-29 19:36:34 +00:00
Marcus Comstedt
5a1e353c12 Oops, forgot to clear BSS...
svn-id: r14830
2004-08-29 19:32:14 +00:00
Marcus Comstedt
e967fdbb2a Don't return -1 from read/write, they are uint32...
svn-id: r14788
2004-08-26 21:56:25 +00:00
Marcus Comstedt
77026760c8 Run the DC launcher from inside the regular main() function.
svn-id: r14787
2004-08-26 21:51:26 +00:00
Marcus Comstedt
fa89ee800a Removed obsolete checks for LFL games (thank you MD5!).
svn-id: r14786
2004-08-26 21:29:56 +00:00
Marcus Comstedt
549ffd9cc1 Disable building of scalers.
svn-id: r14785
2004-08-26 21:01:54 +00:00
Marcus Comstedt
65729bcff5 Build plugins.
svn-id: r14754
2004-08-25 21:47:07 +00:00
Marcus Comstedt
d0d7e594d6 Only relocate allocated sections.
svn-id: r14753
2004-08-25 21:19:47 +00:00
Marcus Comstedt
45ac190548 Support dynamic plugins on Dreamcast.
svn-id: r14689
2004-08-22 21:47:20 +00:00
Max Horn
759cd67de5 cleanup of TimerProc mess
svn-id: r14683
2004-08-22 13:27:34 +00:00
Marcus Comstedt
174193c289 More build-dirs added.
svn-id: r14655
2004-08-20 21:44:07 +00:00
Max Horn
ee70457667 Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); 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-08-11 21:49:58 +00:00
Max Horn
76bfd1f929 Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our README (see also bug #1001126)
svn-id: r14382
2004-07-31 11:32:25 +00:00
Jonathan Gray
d1616e1cb5 Add passthrough ability. Patch by Christian Schoenebeck with slight modifications
svn-id: r14354
2004-07-27 13:21:52 +00:00
Max Horn
be31329d05 Ignore case when sorting file system nodes
svn-id: r14294
2004-07-21 14:27:45 +00:00
Joost Peters
33ef51b7a7 fix null backend driver
svn-id: r14289
2004-07-20 14:26:32 +00:00
Bertrand Augereau
056751e1ee Updated the null driver to current OSystem interface
(makes it easier to start a new driver)

svn-id: r14276
2004-07-19 13:52:20 +00:00
Torbjörn Andersson
70f8f689a1 Applied patch #957544 to make output sample rate configurable at runtime.
svn-id: r14225
2004-07-16 10:24:29 +00:00
Max Horn
f2f1687988 Only show gfx mode change messages in the OSD if the change was initiated by 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-07-16 09:29:09 +00:00