dosbox-staging:vogons/dos-setfiledate-r3858

Last commit made on 2019-12-10
Get this branch:
git clone -b vogons/dos-setfiledate-r3858 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
vogons/dos-setfiledate-r3858
Repository:
lp:dosbox-staging

Recent commits

822471b... by gulikoza <email address hidden>

Implement DOS_SetFileDate

Originally implemented in ykhwong's fork of DOSBox.

gulikoza and FeedingDragon updated the patch for DOSBox SVN, and added
support for internal COPY command.

Imported from: https://www.vogons.org/viewtopic.php?p=345525#p345525

ee03676... by Peter Veenstra <email address hidden>

stdprn is now really prn and you can't read from it. Fixes a weird runtime that reads the PRN handle.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3858

14ac0f2... by Peter Veenstra <email address hidden>

Stop rethrowing the error, as SDL doesn't know what to do with it anyways. Fix a couple of formatting related warnings/errors.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3857

7c25fb4... by Peter Veenstra <email address hidden>

reg_eip is 32 bit(jmarsh)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3856

3ddbfe9... by Peter Veenstra <email address hidden>

fpu.sw is 16 bit(jmarsh)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3855

b54aa7c... by Peter Veenstra <email address hidden>

TOP is used as 32 bit in dynrec core

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3854

5a3e916... by Peter Veenstra <email address hidden>

Some corrections.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3853

a8d8f78... by ripsaw8080 <email address hidden>

There are only 248 default colors in the 256-color mode palette, and the remaining 8 colors are not altered by mode changes. Fixes font and mouse pointer colors in Voyages of Discovery.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3852

3074cbb... by Peter Veenstra <email address hidden>

Let compiler generate offset arithmetic to make fpu-x86 portable to x86_64.(thanks wjp)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3851

3b2adec... by ripsaw8080 <email address hidden>

The SB DMA callback ignores previously selected, but not currently selected, DMA channels. Fixes Visual Player 2 with SB16.

Bits 0 and 4 of the SBPro mixer volume registers are always set. Fixes SBPro detection in Wolfenstein 3D, Alone in the Dark (European versions), Visual Player 2, and possibly others.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3850