Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: ykhwong/dosbox-svn-daum

DOSBox SVN Daum 20130107

10 Aug 02:14
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3809
  2. OS X build is provided. Read manual for details.
  3. Updated DOSBox-X branch patch (r117)
  4. You can now mount .img files as floppy/harddisk/cd-rom on the fly. (win32 menu)
  5. You can place .sf2 and .rom files in CAPTURE directory. (fluidsynth, mt32 emulation)
  6. Added EGAfilter.fx (D3D shader, VileRancour)
  7. Fixed some minor bugs.

DOSBox SVN Daum 20121210

10 Aug 02:13
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3805
  2. Fixed some minor bugs

DOSBox SVN Daum 20121206

10 Aug 02:13
4fd0de9
Compare
Choose a tag to compare
  1. Improved the performance of saving/loading states.
  2. DOSBox will search for glide2x.dll in your system directory first. (Windows)
  3. Fixed the following issues (when installed by running setup.exe on Windows 8)
  • Library files were not loaded.
  • Save/load states did not work at all.

DOSBox SVN Daum 20121204

10 Aug 02:12
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3804
  2. Updated Visual Studio 2012 to VS Update 1 (Windows build)
  • This update adds support for Windows XP (c++)
  • Still supports Windows 2000 with some hacks
  1. If Direct3D initialization fails, output will be automatically set to surface without exit.
  2. Save slots are stored into one file, not into individual files for better management.
    Code borrowed from Minizip which depends on zlib (http://www.winimage.com/zLibDll/minizip.html)
  3. Fixed some minor bugs

DOSBox SVN Daum 20121123

10 Aug 02:11
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3802
  2. Updated OpenglHQ (20121109, Moe)
  3. Updated save states
  • Check memory size
  • Compress save slots with zlib
  1. Added the following ptaches
  1. Changed a hotkey for continuous turbo mode from Ctrl-Alt-F12 to Alt-F11
  2. Added a hotkey(Alt-F10) and a parameter(-startui) for internal crossplatform GUI.
  3. Fixed a crash on Win2k/XP
  4. Fixed some minor bugs

DOSBox SVN Daum 20121110

10 Aug 02:11
4fd0de9
Compare
Choose a tag to compare

Both Linux and Windows releases are now available as of 20121110.
You can simply compile for Win32/Linux with source provided here.
(Also take a look at openglhq-dosbox-for-sdl-202121108_msvc_gcc.patch
or visit http://www.syntax-k.de/projekte/sdl-opengl-hq/
if you are going to build SDL w/ openglhq)

  1. Based on SVN r3799
  2. Updated OpenglHQ (Moe)
  3. Added svga_s3_full to video output (Moe)
  4. A new build for Linux (x86 or 32bit) is now available. (Moe)
    Compiled and tested on Ubuntu (GCC 4.7.2)
    Includes every necessary libraries.
    No debugger-enabled build and GUI are available.
  5. Removed dosbox_noopt.exe (win32)
  6. Fixed COPY command
  7. Fixed some minor bugs.

DOSBox SVN Daum 20121003

10 Aug 02:10
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3798
  2. Fixed Fluidsynth
  3. Updated save states (tikalat)
  4. Added DOSIDLE.EXE (DOS idling disabled by default)
  5. Fixed some capital letters not being recognized by debugger
  6. d3dx9_43.dll will not be preloaded. (used only when using pshader)
  7. Added two D3D pixel shaders: DotnBloom, CRT-simple (gulikoza)
  8. Fixed some minor bugs

DOSBox SVN Daum 20120823

10 Aug 02:10
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3795
  2. Windows 8 supported (vs2012)
  3. Windows 2000 supported (asm hack)
  4. File locking (share.exe) supported (patch from http://dose.0wnz.at/)
  5. Added mount/unmount for drive Z to menubar for "mount -z drivename:"
  6. Updated SDL 1.2 hg (b1c1b7ac4b39) w/ openglhq patch
  7. Fixed secondary display from ripsaw8080
  • Three color modes(white, amber and green) are all working fine
  • No text distortions
  • Added "Run DOSBox with Secondary Display.bat" for convenience
  1. Fixed resizing issue in openglhq
  2. Updated save states (tikalat)
  3. Added dosbox_noopt.exe (see readme for details)
  4. Updated readme for more information
  5. Fixed some minor bugs

DOSBox SVN Daum 20120701

10 Aug 02:09
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3784
  2. Updated save states (tikalat)
  3. Updated DOSBox X branch patch (TheGreatCodeholio)
  4. Updated secondary display patch (ripsaw8080)
  5. Fixed some minor bugs

DOSBox SVN Daum 20120521

10 Aug 02:08
4fd0de9
Compare
Choose a tag to compare
  1. Based on SVN r3780
  2. Improved performance
  3. Supports for Windows XP SP2
  4. Added several commandline parameters
  • "-nolog": no file logging
  • "-display2": secondary display (thanks to ripsaw8080)
    Two modes are provided: -display2 "amber", -display2 "green"
    It works in some software that supports dual display (e.g., Mah Jongg)
    http://vogons.zetafleet.com/viewtopic.php?t=26110&postdays=0&postorder=asc&start=0
  • "-disable_numlock_check": does not check numlock at startup (useful for directx driver)
  • "-savedir (path)": sets save state directory to a custom folder (useful for frontends)
  1. Fixed crash when restrating DOSBox in fullscreen
  2. Fixed MUNT emulation
  3. Set Fluidsynth gain to zero
  4. Updated every libraries including SDL
  5. Updated ADDKEY command (four core settings "normal", "simple", "dynamic", "full" with delay support)
  6. Fixed OpenGlide emulation
  7. Added "Send Key" to menu bar (Crtl-Esc / Alt-Tab / Ctrl-Alt-Del)
  8. Removed external MSVCR/MSVCP runtime libraries
  9. Added splash to [glide] section
  10. Stablized save states (thanks to tikalat)
    http://vogons.zetafleet.com/viewtopic.php?p=266689#266689
    Fixed pallete issue.
  11. Added DOSBox-X branch features (Thanks to TheGreatCodeholio)
  • Accurate PS/2 keyboard emulation, support for scan code sets 1, 2, and 3, emulation and response to LED commands, reset commands, mode changes, and obscure commands
  • Gravis Ultrasound panning register fixes
  • PS/2 AUX port emulation.
  • CGA snow emulation. If you set machine=cga and enable the option, video memory I/O is slowed down to CGA speeds and writes will trigger "snow", just like an actual CGA.
  • Sound Blaster "Goldplay" support. (Disabled by default, You can change the setting in configuration file)
  • ISA Plug & Play emulation.
  • Serial mouse emulation.
  • Higher memory limit to 512MB.
  • Finer-grained memory sizes. (kb)
  • Refresh rate control.
    These new sections can be found in configuration file.
    [dosbox]: memsizekb, memalias
    [cpu]: forcerate, cgasnow, isapnpbios
    [keyboard]: aux, auxdevice
    [sblaster]: sbtype=sb16vibra
    [dos]: int33, biosps2
    [ide, primary], [ide, secondary], [ide, tertiary], [ide, quaternary]
  1. Fixed some other bugs