Skip to content

Commit

Permalink
v1.0.4 of Daphne (tweaked updater so it includes new version of sdl.dll)
Browse files Browse the repository at this point in the history
git-svn-id: https://www.daphne-emu.com:9443/daphnesvn/branches/v_1_0@3022 c98d566b-fa28-4d4c-8a7b-932307ef5c1a
  • Loading branch information
matt committed Apr 5, 2009
1 parent 430d042 commit 8832480
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daphne-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Daphne Changelog

v1.0.4
- Changed parallel port code so that any address can be used for the parallel port (Brad Oldham).
- Updated to SDL v1.2.13, and applied Daphne-specific SDL mods.
- Fixed Vista black screen issue when using YUV overlays. YUV overlays will automatically be disabled for Vista,
which will result in slower performance. Therefore, Vista users should use OpenGL mode when possible for best performance.

v1.0.3
- Fixed linux hardware queries (especially video card query).
Expand Down
3 changes: 3 additions & 0 deletions src/make_win32_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ mkdir -p $UPDATEDIR

# copy files that have changed since base release
cp "$SRC_FILES/../daphne.exe" $UPDATEDIR/.
cp "$SRC_FILES/../sdl.dll" $UPDATEDIR/.
cp "$SRC_FILES/../daphne-changelog.txt" $UPDATEDIR/.
cp "$SRC_FILES/../vldp2.dll" $UPDATEDIR/.
cp "$SRC_FILES/../glew32.dll" $UPDATEDIR/.
cp "$SRC_FILES/../inpout32.dll" $UPDATEDIR/.

# archive up the update directory
cd $UPDATEDIR
echo "Creating update.zip"
zip -9 ../$TMPZIP *
cd ..

Expand All @@ -31,6 +33,7 @@ ZIPNAME=daphne-updater-$VERSION-win32.zip

# create ZIP to be uploaded
cd $UPDATEHELPDIR
echo "Creating ZIP with updater program"
zip ../$ZIPNAME *
cd ..

Expand Down
Binary file modified src/update_helper/mpolib.dll
Binary file not shown.
Binary file modified src/update_helper/update_daphne.exe
Binary file not shown.

0 comments on commit 8832480

Please sign in to comment.