Commit Graph

120 Commits

Author SHA1 Message Date
dborth
d2c667b145 2009-10-28 02:14:48 +00:00
dborth
42ccfcef0c 1.1 2009-10-28 02:07:04 +00:00
dborth
aafb1122b6 sync with svn 2009-10-28 01:55:07 +00:00
dborth
f0f674830f libwiigui documentation updates 2009-10-17 00:15:20 +00:00
dborth
f349ef029d do not strip trailing slash when returning to root (or ever!)
limit scalers to 640x480
fix dirname function
2009-10-15 20:46:41 +00:00
dborth
9af07c7d2d reset vres when going back to menu 2009-10-15 05:27:07 +00:00
dborth
c19daa723d sync with official 2009-10-14 07:04:37 +00:00
dborth
48fb8600dd turn off doublebuf, makes some games (eg: SimFarm) go black 2009-10-14 06:23:58 +00:00
dborth
314c33eada optimization - use a pointer for wpad data 2009-10-13 00:41:01 +00:00
dborth
ad69f20371 correct use of drawdone 2009-10-12 19:57:44 +00:00
dborth
676a53462f finalize 1.0 2009-10-09 23:13:17 +00:00
dborth
f0f4e75fe3 sync with official 2009-10-09 06:22:57 +00:00
dborth
d4f4b6ce52 tidy up code, bump version 2009-07-01 18:30:06 +00:00
dborth
220ffff508 update makefiles 2009-06-30 05:06:02 +00:00
dborth
a3779392cd sync to dosbox svn 2009-06-30 05:03:37 +00:00
dborth
be010fae52 sync to dosbox svn 2009-06-30 04:14:25 +00:00
dborth
5a5a73d009 bump version 2009-06-04 04:19:20 +00:00
dborth
b568b9835a sync to dosbox svn 2009-06-03 06:26:06 +00:00
dborth
c44458a5d0 sync to dosbox svn 2009-06-03 05:42:04 +00:00
dborth
a9dab13063 syncing to dosbox svn 2009-06-03 05:34:27 +00:00
dborth
9cd203d163 syncing to dosbox svn 2009-06-03 05:32:00 +00:00
dborth
014dd450a6 updating to dosbox SVN 2009-06-03 05:25:50 +00:00
dborth
48b8c50a0c updating to latest dosbox SVN 2009-06-03 05:21:12 +00:00
dborth
31da4f95c9 fixes for compiling on r18 2009-05-21 21:52:41 +00:00
dborth
f8b3bdf41c sync to dosbox svn 2009-05-19 08:06:18 +00:00
dborth
9e0f047d1b sync to dosbox svn 2009-05-19 08:05:51 +00:00
dborth
022766bc73 sync to dosbox svn 2009-05-19 08:04:45 +00:00
dborth
e09f1acccf fix for Issue 9 2009-05-16 04:16:37 +00:00
dborth
70c08ab644 dol loading directory now checked for conf file, and mounted as C (if NOT apps/dosbox-wii/). update readme 2009-05-14 08:53:12 +00:00
dborth
17f70bcecb change back to 22khz. seems to work better. 2009-05-12 04:32:32 +00:00
dborth
566f849b1d 2009-05-11 23:28:41 +00:00
Carl.Kenner
8ec019280a #ifdef HW_RVL 2009-05-11 08:56:14 +00:00
dborth
bdcf3eda79 fix HW_RVL typo, switch to 32000 big endian sound with 512 sample size. music works fine now with latest SDL svn, but dosbox mixer is doing strange things with the volume level. 2009-05-11 08:36:17 +00:00
Carl.Kenner
a142aa3d65 The Wii versions should have version numbers of the form #.##.##, with the original DOSBox version first, followed by the version of the Wii port. In this case 0.72.01. Also the README now includes wii-specific information. 2009-05-10 10:32:50 +00:00
Carl.Kenner
f75d73a75f Fixed INTRO MOUNT and MOUNT /? to display correctly. 2009-05-09 13:19:46 +00:00
Carl.Kenner
a428841e7a Code is cross-platform again, thanks to #ifdef HW_RVL. 2009-05-09 11:40:54 +00:00
Carl.Kenner
6b875e9bd9 Doesn't compile with exceptions disabled. Sorry. 2009-05-07 10:56:27 +00:00
dborth
a1f6194f57 change compiler flags for performance. do a make clean first. 2009-05-07 08:21:18 +00:00
dborth
9df639a55c change default conf file to dosbox.conf 2009-05-07 05:13:53 +00:00
dborth
232d8849a5 add home button to exit, change defaults, remove press A requirement for startup/shutdown. 2009-05-07 04:58:47 +00:00
dborth
bd8e629a05 revert changes from r29 - no longer necessary 2009-05-07 04:56:59 +00:00
Carl.Kenner
bc3863ebf4 Fix packed structures more correctly. 2009-05-06 22:21:01 +00:00
Carl.Kenner
63c5a10292 Fixed! Virtual .com files work perfectly now, command line arguments and all. DOS games probably work a lot better too.
This time no work-arounds, or wii-specific sections, just messy code.
If you can tell me how to properly declare a packed structure on the Wii (and other platforms), I can make the code less messy.
2009-05-06 19:40:27 +00:00
Carl.Kenner
0447edac43 Startup text now works (or rather works around the bug with displaying characters >= 128). 2009-05-05 17:01:49 +00:00
Carl.Kenner
99d74f8531 CD command now works. Now also compiles in Visual C++ 2008. Switch to Eobet's colourful DOSBox icon. 2009-05-05 15:27:08 +00:00
dborth
8d25777582 force more predictable video mode, use standard libfat init 2009-05-05 06:15:02 +00:00
Carl.Kenner
ede7921e4c Automatically mounts sd:/DOSBox as C:\
I only got one game to run so far, and that was Lemonade Stand: http://ascii.classicgaming.gamespy.com/download_files/lemonade/lemonade.html
2009-05-05 02:09:32 +00:00
Carl.Kenner
502432d531 File system works, thanks to some code from VBA-Wii. Config file now loads and saves. Restructured so less wii-specific code throughout project. 2009-05-05 00:02:38 +00:00
Carl.Kenner
1ca7041b17 #ifdef HW_RVL 2009-05-04 22:27:22 +00:00
Carl.Kenner
72a7be797c Built-in .com files now work, except for loadfix.com. 2009-05-04 22:16:07 +00:00