Skip to content

Commit

Permalink
Merge pull request #4784 from maron2000/xcopy_fix
Browse files Browse the repository at this point in the history
Fix COPY/XCOPY command fails to recognize 2GB+ free disk space
  • Loading branch information
joncampbell123 authored Jan 28, 2024
2 parents b9b29fa + 3c71dab commit 0554b9e
Show file tree
Hide file tree
Showing 10 changed files with 2,725 additions and 1,031 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Next:
Report correct file size on win32 when file is open (ax=71a6h).
- Fix C++11 uncompliant codes (midi_alsa.h, gamelink.cpp) (maron2000)
- Consider function key display in MORE command (PC-98) (maron2000)
- Fix crash when menu item "ttf_extcharset" not exists (output_ttf.cpp)(Yogi-baer)
- Add support for J-3100 video mode 75h (nanshiki)
- Reflect drawing status bit of GDC status I/O port (PC-98) (nanshiki)
- Re-enable top line dimming when focus is lost in fullscreen (TTF mode) (maron2000)
Expand All @@ -52,15 +51,15 @@ Next:
- Fixed behavior of Kanji character output at the right edge of screen (nanshiki)
- Fixed Media ID was being written to an incorrect location in DPB (nanshiki)
- Refined version info (maron2000)
- Added NEC mouse functions in INT33h (nanshiki)
- Added PC-98 NEC mouse functions in INT33h (nanshiki)
- Bump Nuked-OPL3 code to commit 730f8c2 (13 Nov. 2023) (maron2000)
- Implemented INT21 function 0x5D subfunction 0x00 (Remote Server Call) (Yogi-baer)
- Fixed missing keystroke SDLK_LESS on DE keyboard (Yogi-baer)
- Enabled OPL pass-through code (oplmode=hardware)(dbjh)
- Fixed crash on startup due to SDLnet library linked externally (macOS) (maron2000)
- Changed PC-98 floppy boot behavior when Drive 2 is mounted before Drive 1(maron2000)
- Added Human68k ver.1.0&2.0 floppy disk support (maron2000)
- Fixed attribute copy behavior of FreeDOS XCOPY.exe to match genuine DOS (maron2000)
- Added Russian translation (Lartenik)
- Fixed COPY/XCOPY command fails to recognize 2GB+ free disk space (maron2000)

2023.10.06
- Add "VRD" debugger command to force redraw of the VGA screen. (joncampbell123)
Expand Down
Loading

0 comments on commit 0554b9e

Please sign in to comment.