aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2006-02-26Move prefix files to a new prefixes/ directoryChris Apers
svn-id: r20923
2006-02-26Prefix file for BS2 68k module, for debug purpose onlyChris Apers
svn-id: r20922
2006-02-26Prefix file for Zodiac ARM modulesChris Apers
svn-id: r20921
2006-02-26Prefix file for OS5 ARM modulesChris Apers
svn-id: r20920
2006-02-26Aeroplayer CD driverChris Apers
svn-id: r20919
2006-02-26Use the correct function depending on the versionChris Apers
svn-id: r20917
2006-02-26Scumm md5 struct for 68k versionChris Apers
svn-id: r20916
2006-02-26The warpMouse() function needs to compensate for aspect-ratio correction, orTorbjörn Andersson
the Lure popup menus won't work. svn-id: r20915
2006-02-26Missing prefix files for 68k enginesChris Apers
svn-id: r20913
2006-02-26Use correct include and event functionChris Apers
svn-id: r20911
2006-02-26Updated global data builder for 68k version, this part will be fully ↵Chris Apers
revamped as soon as the 68k version is ready svn-id: r20910
2006-02-26DIA functions required by T3Chris Apers
svn-id: r20909
2006-02-26Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing"Eugene Sandulenko
svn-id: r20904
2006-02-25Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup ↵Chris Apers
code svn-id: r20899
2006-02-25Correct nameChris Apers
svn-id: r20897
2006-02-25Update properties and keywordsChris Apers
svn-id: r20896
2006-02-25Will use mpeg2Chris Apers
svn-id: r20895
2006-02-25Fixed compilationChris Apers
svn-id: r20894
2006-02-25Fixed compilationChris Apers
svn-id: r20893
2006-02-25Added CinE engineChris Apers
svn-id: r20892
2006-02-25- Added 3DO platformChris Apers
- talkSpeed and copryprotection are now global to all engines - Fixed music and sound configuration svn-id: r20891
2006-02-25Remove obsolete var, now we have only one checkbox for sound and musicChris Apers
svn-id: r20890
2006-02-25Added 3DO platform and CinE engineChris Apers
svn-id: r20889
2006-02-25Rename those files so that:Chris Apers
- fucntions can also be used in C projects - functions really replace same functions from MSL instead of having multiple definitions for C and C++ svn-id: r20887
2006-02-25Prepare those files to be renamed as *.cChris Apers
svn-id: r20886
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
svn-id: r20878
2006-02-25Updated name in scriptLars Persson
svn-id: r20871
2006-02-25New makescripts for Symbian OSLars Persson
svn-id: r20870
2006-02-23Changed mmp zip file for .in filesLars Persson
svn-id: r20822
2006-02-20Moved common/scaler* to graphics/Max Horn
svn-id: r20797
2006-02-20Fixed warning when compiling with DISABLE_SCALERSTorbjörn Andersson
svn-id: r20786
2006-02-15Fixed normal (1x) mode config (normal=default)Chris Apers
svn-id: r20707
2006-02-14Forgot to add x11.hOystein Eftevaag
svn-id: r20682
2006-02-14Fixed and cleaned up the X11 backend (and added 24/32 bpp support so it ↵Oystein Eftevaag
would actually run on my system). Who knows, might actually be useful to someone :) svn-id: r20681
2006-02-13Updated installation file for S60V3Lars Persson
svn-id: r20675
2006-02-13Updated application iconsLars Persson
svn-id: r20674
2006-02-13Fix compilation after engines moved to engines/Joost Peters
svn-id: r20670
2006-02-13Whew. It seems that I made a mistake last time. :(Won Star
Fix sound timer frequency for the GP32 port. svn-id: r20668
2006-02-13CC := arm-elf-gccWon Star
CXX := arm-elf-g++ LD := arm-elf-g++ AS := arm-elf-as AR := arm-elf-ar cru RANLIB := arm-elf-ranlib RM := rm -f MKDIR := mkdir -p ECHO := echo -n CAT := cat RM := rm -f # recursive version of RM RM_REC := $(RM) -r ZIP := zip -q CP := cp OBJCOPY := arm-elf-objcopy FXETOOL := b2fxec ####################################################################### # Default compilation parameters. Normally don't edit these # ####################################################################### CXXFLAGS:= -g -O DEFINES := LDFLAGS := INCLUDES:= -I. -Icommon LIBS := OBJS := # Turn on useful warnings CXXFLAGS+= -Wall -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion CXXFLAGS+= -Wshadow -Wuninitialized -Wimplicit -Wundef CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder CXXFLAGS+= -Wwrite-strings -fcheck-new -Wctor-dtor-privacy -Wnon-virtual-dtor # GPSDK (SDK, Includes and Startup Files) base dir GPSDK = /usr/compat/gp32/share/sdk # Outputs EXEEXT = .elf MAPFILE = scummvm.map BIN = scummvm.gxb FXE = scummvm.fxe # Stripped Build? (Smaller ELF, Minimal debug symbol information). # You MUST comment this out with a # if you wish to debug your code. # STRIP_DEBUG = -Wl,--strip-debug # Plugins hack srcdir = ./ # GP32 Direct Execute Tool (i.e. pclink -e on Windows, gplink run on Linux) EXECUTE_TOOL = pclink -e # # -ffast-math \ # -fshort-double \ # # # #-Wno-multichar \ # Remove the below from the above flags for Debug. CFLAGS = -marm -march=armv4t -mtune=arm920 -mapcs \ -finline-functions \ -fshort-enums \ -mstructure-size-boundary=32 \ -mno-thumb-interwork \ -I$(GPSDK)/include \ -g \ -O2 \ -fomit-frame-pointer CPPFLAGS = $(CFLAGS) DEFINES = -D__GP32__ DEFINES += -DNONSTANDARD_PORT # Support Vorbis Tremor Patches. #DEFINES += -DVORBIS_TREMOR # Support LIBMAD Patches. #DEFINES += -DGP32_MADMP3 # Support for 8:3 save files names (The GP32 uses FAT12/16 (no vFAT) for the file system). DEFINES += -DSHORT_SAVENAMES # Support for the unsigned sound mixer. DEFINES += -DOUTPUT_UNSIGNED_AUDIO # Support for the GP32 (fmOPL derived) MIDI engine. # - NOT fully implemented yet. DEFINES += -DUSE_GP32_FMOPL LDSPECS = -specs=gp32_gpsdk.specs LDFLAGS = $(STRIP_DEBUG) \ -Wl,-Map,$(MAPFILE) \ $(LDSPECS) -Wl,--no-warn-mismatch LIBS += -L$(GPSDK)/lib \ -lgpmem -lgpos -lgpstdio -lgpstdlib -lgpsound -lgpgraphic -lgpfont \ -lm -lc -lgcc INCLUDES += -Ibackends/gp32 -Iengines -I$(GPSDK)/include MODULES += backends/gp32 #GP32 Debug - Remove from Release builds # This builds in the GP32 GDB USB Stub. Don't use it unless you know what your doing. # You also need to remove ANY optemisation from the compiler flags. #DEFINES += -DGP32_GDB #OBJS += backends/gp32/debug-gdbstub-usb.o # Standard librarys and optimization modules OBJS += backends/gp32/startup.o \ backends/gp32/memcpy.o \ backends/gp32/gp_asmlib.o \ backends/gp32/gp_clipped.o \ backends/gp32/fontdata.o # Custom GP32 std library OBJS += backends/gp32/gp32std.o \ backends/gp32/gp32std_grap.o \ backends/gp32/gp32std_input.o \ backends/gp32/gp32std_sound.o \ #backends/gp32/dmaaudio_asm.o \ #backends/gp32/dmaaudio.o \ #Main ScummVM for the GP32 Backend OBJS += backends/gp32/gp32_main.o \ backends/gp32/gp32_launcher.o \ backends/gp32/gp32_osys.o \ backends/gp32/gp-fs.o #install: all #$(EXECUTE_TOOL) $(BIN) $(FXE): $(BIN) $(FXETOOL) -f -a "The ScummVM Team" -t "ScummVM for the GP32" $< $@ # $(FXETOOL) -f -a "The ScummVM Team" -t "ScummVM for the GP32" -b scummvm.bmp $< $@ $(BIN): scummvm$(EXEEXT) $(OBJCOPY) -O binary $< $@ ####################################################################### # Compile options - you can modify these to tweak ScummVM compilation # ####################################################################### # Uncomment this to activate the MAD lib for compressed sound files # DEFINES += -DUSE_MAD # LIBS += -lmad # Uncomment this to activate the Ogg Vorbis lib for compressed sound files # You MUST use Tremor for Ogg Vorbis support on the GP32 port. # DEFINES += -DUSE_VORBIS # LIBS += -lvorbisfile -lvorbis # Uncomment this to activate the ALSA lib for midi # DEFINES += -DUSE_ALSA # LIBS += -lasound # Uncomment this to cause warnings to be treated as errors # CXXFLAGS+= -Werror # Uncomment this to use GCC 3.x specific dependency tracking (recommended) HAVE_GCC3 = 1 ####################################################################### # Control which modules are built - uncomment any to disable module # ####################################################################### DISABLE_SCALERS = 1 DISABLE_HQ_SCALERS = 1 #DISABLE_SCUMM = 1 #DISABLE_SCUMM_7_8 = 1 DISABLE_HE = 1 DISABLE_SIMON = 1 DISABLE_SKY = 1 DISABLE_QUEEN = 1 # The engines below are not supported on the GP32 port so there is # no point compiling support into the binary. DISABLE_SWORD1 = 1 DISABLE_SWORD2 = 1 # In-development engines below. # Disable for ALL release builds. DISABLE_SAGA = 1 DISABLE_KYRA = 1 DISABLE_GOB = 1 ####################################################################### # Misc stuff - you should normally never have to edit this # ####################################################################### EXECUTABLE := scummvm$(EXEEXT) include Makefile.common dist: $(RM) $(ZIPFILE) $(ZIP) $(ZIPFILE) $(DISTFILES) install: $(FXE) $(EXECUTE_TOOL) $(BIN) svn-id: r20664
2006-02-12Revamped launcher codeChris Apers
+ more user freindly error message with ModImport + New direct mode code with some default option + Games data can now be directly in the Games folder using . as path + Added missing scummvm languages option + Added --render-mode option + Removed gfxMode, now only normal(1x) or wide + Added missing scummvm platforms option + Fixed per engine command line options + Alpha. ordered music drivers + Added 44khz (mainly for Zodiac) and FM Quality option + global command line options are now also used in direct mode + Added stylusClick, autoSave, advanced OS5 mode, optional led indicator, GoLCD API support + New feature to set ARM stack size + Fixed rotation problem svn-id: r20656
2006-02-12- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm ↵Chris Apers
standard one : SonyScreenSize svn-id: r20654
2006-02-12- Fixed bug #1329844, autooff not reset on exitChris Apers
- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm standard one : PalmScreenSize - Move PalmGetMemory here from file forminfo.cpp rev18604 svn-id: r20653
2006-02-12CleanupChris Apers
svn-id: r20650
2006-02-12- Removed obsolete ARM stuff, modules are now almost-fully ARMChris Apers
- Added autosave period and OS5 ARM advanced mode - indicator can also be use with 16bit display svn-id: r20649
2006-02-12New feature to pass selected stack size to modulesChris Apers
svn-id: r20648
2006-02-12Not available in ARM mode for nowChris Apers
svn-id: r20647
2006-02-12Fixed header, sorryChris Apers
svn-id: r20646
2006-02-12- Use WinSetCoord only when needed, this fix some system redraw problemsChris Apers
- Get rid of Win*Lock functions, safer - OSD (mainly DrawStatus) can now be use in 16bit mode too - Move redawOSD to the base class - Updated draw_osd function with standard PalmOS functions instead of Zodiac API, this draw_osd use big endian resources where OS5 version us little endian svn-id: r20645
2006-02-12It is _soundEx nowChris Apers
svn-id: r20640
2006-02-12- Removed unused StrReplace functionChris Apers
- DrawStatus now support 8 and 16bit display - Coordinate system is now used correctly (set only when needed), no more need to reset it in PalmFatalError - Added new/delete operators for ARM OS5 mode svn-id: r20638