mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-17 15:32:30 +08:00
Update skipped SVN commits and changelog
This commit is contained in:
23
CHANGELOG
23
CHANGELOG
@@ -1,6 +1,14 @@
|
||||
0.82.19 (next)
|
||||
- Integrated commits from mainline: 3854, 3860, 3861, 3862,
|
||||
3864, 3866 (Allofich)
|
||||
- Integrated commits from mainline (Allofich)
|
||||
3854 - "top" is now used as 32 bit in dynrec core
|
||||
3860 - Don't scroll at unspecified video page
|
||||
3862 - Lower the influence of the aspect table correction trick when using high scale factors (320x200 => 2000x1200)
|
||||
3864 - Code reordering to fix build
|
||||
3866 - Correction to Hercules video height parameter
|
||||
3867 - The mapper now uses the wrapper as well
|
||||
3889 - Fix the possible/suggested values for integer properties.
|
||||
3895 - Minor cleanup
|
||||
3896 - Do less to update the frequency of an active SB DMA transfer
|
||||
- PEGC emulation will now print a warning if the guest
|
||||
application or OS attempts to use 256-color planar mode.
|
||||
- PC-98 PEGC 256-color linear framebuffer is not mapped by
|
||||
@@ -23,8 +31,15 @@
|
||||
of VGA emulation.
|
||||
- Added debugger commands "VGA DRAW" and "VGA AC" to view
|
||||
drawing and attribute controller state in the VGA emulation.
|
||||
- Integrated commits from mainline: 3834, 3839, 3840, 3843,
|
||||
3845, 3849, 3850, 3853 (Allofich)
|
||||
- Integrated commits from mainline (Allofich)
|
||||
3834 - Fix typos
|
||||
3839 - CD audio status now returns zero start and end times when no track is playing. Fixes "The Manhole".
|
||||
3840 - Add "ADDLOG" debug command to manually add a message to the log.
|
||||
3843 - "Strip off leading zeroes from the IP", a fix for the serial modem.
|
||||
3845 - Add a small delay when raising the Sound Blaster 8-bit IRQ to emulate the slowness of the DSP, fixes Llamatron 2012 and Lemmings 3D.
|
||||
3849 - Add ability to set debugger breakpoint on AL values.
|
||||
3850 - The SB DMA callback now ignores previously selected, but not currently selected, DMA channels. Fixes Visual Player 2 with SB16.
|
||||
3853 - Minor cleanup to joystick code.
|
||||
- PSG noise channel emulation (PC-98 FM board) apparently
|
||||
broke on Mac OS X due to type promotion by Clang/LLVM.
|
||||
Modified the code to behave as originally intended, to
|
||||
|
@@ -9,4 +9,10 @@ Commit#: Reason for skipping:
|
||||
3857 Conflicts with DOSBox-X
|
||||
3859 Conflicts with DOSBox-X. Masking/wrapping is implemented in DOSBox-X by masking the array access per pixel.
|
||||
3863 Conflicts with DOSBox-X
|
||||
3865 Conflicts with DOSBox-X
|
||||
3865 Conflicts with DOSBox-X
|
||||
3867 Conflicts with DOSBox-X
|
||||
3869 Not sure if this is needed for DOSBox-X
|
||||
3870 Conflicts with DOSBox-X
|
||||
3871 Conflicts with DOSBox-X
|
||||
3873 Conflicts with DOSBox-X
|
||||
3891 Conflicts with DOSBox-X
|
||||
|
Reference in New Issue
Block a user