Commit Graph

855 Commits

Author SHA1 Message Date
spacy51 baced7498d Add GBC BIOS selection
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@928 a31d4220-a93d-0410-bf67-fe4944624d44
2010-01-02 17:26:26 +00:00
spacy51 dccf885304 add a property file "per_user_settings.vsprops" where every developer can make his own changes that should not be part of the official distribution of VBA-M
(like excluding OpenAL, OpenGL, etc.)

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@927 a31d4220-a93d-0410-bf67-fe4944624d44
2009-11-29 20:58:29 +00:00
squall-leonhart f30577f406 working gfx are better then speed.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@926 a31d4220-a93d-0410-bf67-fe4944624d44
2009-11-10 17:54:11 +00:00
squall-leonhart c1607a0df5 cleaned up the vc10 project file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@924 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-22 23:37:12 +00:00
squall-leonhart 7d1e3e189a reupped untouched versions (pending proper migration of the sensor functions from VBA-GX
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@923 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-22 21:31:51 +00:00
squall-leonhart 4aa84b20c8 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@922 a31d4220-a93d-0410-bf67-fe4944624d44 2009-10-22 21:26:06 +00:00
squall-leonhart a4be2b6eb1 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@921 a31d4220-a93d-0410-bf67-fe4944624d44 2009-10-22 21:25:20 +00:00
squall-leonhart 9d571a2a55 removing and reverting.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@920 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-22 21:22:49 +00:00
spacy51 a1e7ecd735 fix compile errors with MSVC 2008
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@919 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-22 21:02:53 +00:00
squall-leonhart 7c9458af33 fixes Kodes patch, fixes u8h compiling on MSVC (Thanks for the help Nach) and includes preliminar vcxproject for MSVC2010
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@918 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-22 17:55:53 +00:00
squall-leonhart b82c098ad5 added rumble, and solar sensor to Core, however they will need to be properly exposed and integrated into the MFC/GTK/SDL interface ports at a later time.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@917 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-11 08:43:52 +00:00
bgk d39a1e000b GTK+ / SDL : fixed build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@916 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-09 14:47:41 +00:00
squall-leonhart 072ac06859 kode54 - LCD merged into Gameboy colours setting.
bgk - gfx patch added

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@915 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-09 13:12:55 +00:00
bgk 7a90c6c204 Applied patch 2868577 by fernandotcl.
The changes are :
- debian/control: Build-Depends now include nasm for i386 and amd64
- debian/control: Architecture is now "any"
- debian/rules: Less verbosity when DH_VERBOSE is not set
- debian/rules: -DUSE_ARM_SCALERS=ON -DUSE_ARM_CORE=ON on i386 and amd64
architectures
- CMakeLists.txt: Out-of-source builds using USE_ARM_SCALERS is now
working


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@914 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-04 06:43:20 +00:00
bgk c4f19280b6 Applied patch 2868577 by fernandotcl : Add libglademm-2.4-dev to build-depends
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@913 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-28 09:47:45 +00:00
bgk df72a00d12 Applied patch 2857797 "New (more compliant) Debian package generation files" by fernandotcl
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@912 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-26 14:45:52 +00:00
bgk 26c3f59440 Applied patch 2732666 to fix build with GCC 4.4
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@911 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-26 13:27:12 +00:00
spacy51 6f510f4f01 REMOVE unsupported 30 bit color format listing. Rename color formats for D3D correctly.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@910 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-23 14:57:20 +00:00
spacy51 448a5996ce FIX MBC2 saving/loading
keep in mind VBA-M does NOT truncate the MBC2 ram reads/writes to 4bits, even though it should. FF Legend still saves&loads fine, though

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@909 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-18 19:43:59 +00:00
spacy51 2150892ec8 fix compiling with latest DirectX SDK
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@908 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-18 18:45:35 +00:00
squall-leonhart ed163848f9 more fixes for the size.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@907 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-15 09:49:15 +00:00
squall-leonhart 4211408068 working to fix the return to 5x and 6x windowed mode after esc full screen
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@906 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-15 09:21:37 +00:00
squall-leonhart d960030dd5 added 5x and 6x window sizes to Win MFC builds (requires testing)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@905 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-11 04:33:34 +00:00
spacy51 a7c7f04f8d fix compiling with Windows 7 SDK
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@904 a31d4220-a93d-0410-bf67-fe4944624d44
2009-09-02 22:42:37 +00:00
spacy51 b8501be38e improve code quality
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@903 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-30 21:35:16 +00:00
spacy51 38e95d00b5 improve code quality
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@902 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-30 20:21:34 +00:00
squall-leonhart b18b0c6d13 Applied Chrono's UPS Fix patch
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@901 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-29 21:04:19 +00:00
spacy51 29808dbcc0 remove x64 support
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@900 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-29 16:36:50 +00:00
spacy51 5bb3c9b26b Add support for compiling x64 builds. These can not use the optimized x86 assembler code, which is used in the GBA core and several pixel filters.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@899 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-28 16:57:04 +00:00
spacy51 db991a43c6 Update version info in resource file.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@898 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-22 17:48:27 +00:00
spacy51 bd6f0136f2 Speed & detection improvement for save type detection tool.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@897 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-20 21:04:34 +00:00
spacy51 f88eb1a750 Backup media detection tool: improve speed & ignore if running non-GBA
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@896 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-19 21:08:26 +00:00
spacy51 15da28c26a Added "detect now" tool for detecting the backup media of the cartridge.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@895 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-19 20:40:29 +00:00
spacy51 c20581c102 Reduce build time by about 66% by using precompiled headers for MFC GUI code.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@894 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-19 16:27:48 +00:00
spacy51 e3e53e6d43 Add new command line switch: "--configpath YOURPATHHERE"
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@893 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-18 20:32:26 +00:00
spacy51 11ec4822ae parseCommandLine function is unnecessary because __argc and __argv are defined in stdlib.h
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@892 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-18 19:01:30 +00:00
spacy51 ab7a3f2652 Update DevInfo.txt.
Add the new SoundDriver.h file to the project file.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@891 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-16 14:54:35 +00:00
spacy51 d938186555 Change output file name to VisualBoyAdvance-M.exe
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@890 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-16 14:08:05 +00:00
spacy51 3e6ec0cf65 Append -M to "VisualBoyAdvance", put SVN revision into braces
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@889 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-16 13:53:26 +00:00
spacy51 6aa7de214b Added a hint for fixing LNK2005 linker errors if linker hack would be disabled. maybe someone else can figure it out somewhen.
Ignore SVN revision file.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@888 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-16 12:06:34 +00:00
spacy51 688a93d461 Clean up stdafx.h and other header includes.
#ifdef __AFX_H__ is now properly detected


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@887 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-16 10:37:48 +00:00
spacy51 f986277ed8 Fix file type associations for Windows Vista.
Use Chip-Like icon from shell32.dll for all ROMs.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@886 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-15 19:48:32 +00:00
spacy51 0eccbe84bd If vba.ini exists in executable's folder, use it. Else create/use one in %appdata% folder.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@885 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-15 17:43:53 +00:00
squall-leonhart b388acba36 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@884 a31d4220-a93d-0410-bf67-fe4944624d44 2009-08-10 09:15:07 +00:00
squall-leonhart c382c82e75 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@883 a31d4220-a93d-0410-bf67-fe4944624d44 2009-08-10 07:13:07 +00:00
jbo_85 c665a17f14 Fixed some GB-Z80 instructions. Special thanks to Blargg and Dwedit.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@882 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-08 20:09:09 +00:00
squall-leonhart 6cb59fe795 applied Fix GDB support patch, needs testing, but patch provider verified it to work.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@881 a31d4220-a93d-0410-bf67-fe4944624d44
2009-08-08 15:28:56 +00:00
jbo_85 9d9005542c Fixed saving of pauseWhenInactive setting to the config file. Fixed logic bug with autoFrameSkip setting to not disable autoFrameSkip when throttle is disabled.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@880 a31d4220-a93d-0410-bf67-fe4944624d44
2009-07-27 01:57:21 +00:00
mudlord ba9d1aafeb Fixed DirectSound initialization issues.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@878 a31d4220-a93d-0410-bf67-fe4944624d44
2009-06-16 12:01:18 +00:00
squall-leonhart 3b58c9b506 saving the autoskip option still not working... hmmm
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@877 a31d4220-a93d-0410-bf67-fe4944624d44
2009-03-26 03:59:25 +00:00