Skip to content

Commit

Permalink
update README.txt and CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
crazii committed May 2, 2024
1 parent 9a318fc commit 98f687a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Drivers: Add support for ICH5/AD1980 sound output, by thp (Thomas Perl).
CD-Audio mixer support, by thp (Thomas Perl).
Runtime debugging over serial port, by thp (Thomas Perl).
Text-mode UI: Nice display of sound card name, and highlight important messsge with color, by thp (Thomas Perl).
move "fix time constant for exact 11/22/44 kHz" to the option, by wbcbz7
improve SB direct mode audio quality, by wbcbz7
Drivers: Add PIO support to Intel HDA, by jiyunomegami.
Drivers: Ensoniq ES1371 supported.
MPU-401 UART emulation with serial MIDI output, by jiyunomegami.
Expand Down Expand Up @@ -35,6 +37,7 @@ Add high DMA check, force /Hx=/Dx when /Hx uses low DMA for 16 bit PCM.
Bugfix: prevent compiler optimization on MMIO reads/writes.
Bugfix: fix for some Intel HDA chips that mutes the sound for unkown reason.
Add README.txt & CHANGLOG.txt, shipped with binaries in zip file.
Compatibility: make /H option working if /T6 not set.
Some trivial bugfixes and improvements.

1.0 Beta3
Expand Down
10 changes: 6 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CONFIG.SYS:
AUTOEXEX.BAT:
`REM laod the QEMM QPI's port trap emulation module of JEMMEX`
`JLOAD.EXE QPIEMU.DLL`
`REM this will install HDPMI, the DPMI host`
`REM this will install HDPMI, the DPMI host. -x with memory limit, check for 'Memory problem' for more details`
`HDPMI32i -r -x`
`REM install SBEMU with default options`
`REM read README.txt to learn more about options`
Expand All @@ -59,7 +59,7 @@ AUTOEXEX.BAT:
The command line options format is `/OPTION[VALUE]`, there's NO space, or ':' or '='.
If 'VALUE' is not present, then VALUE equals 1, to make it easy on simple switches.

NOTE: after SBEMU installs, you can change them by a another run of SBEMU with new changed options.
NOTE: after SBEMU installs, you can change them by a another run of SBEMU with newly changed options.

/?: Show a brief description on the command line options.

Expand Down Expand Up @@ -173,7 +173,7 @@ Some protected mode games refuse to work if there're too much DPMI memory, so th
used to limit the DPMI memory. it is always recommeded to get max compatiblity for gaming.
'HDPMI32i -r -x'
NOTE: -r will make HDPMI resident (TSR).
-x will limit the DPMI memory to 256M, -x1 will make it 128M, and so on.
-x will limit the DPMI memory to 256M, -x1 will make it 128M, -x2 to 64M, and so on.

Some real mode games won't work either if XMS is too much, so it is recommended to set XMS for JEMMEX to 8192K in CONFIG.SYS.
Some real games won't work properly (i.e. no SFX) if the XMS is more than 8192.
Expand Down Expand Up @@ -233,10 +233,12 @@ Please create issues here: https://github.com/crazii/SBEMU/issues
It helps if you post additional details:
the spec of your PC
the DOS edition & version
the Game title and edition & version, and where/when the problem appears
the build/release of SBEMU, if you don't know, you can check the startup message (the first line) of running SBEMU
what's the output of `SBEMU /SCL`
what's your command line options
the Game title and edition & version
have you tried other options, especially other IRQs
what's the result if only with HDPMI32i, and without SBEMU

Because SBEMU is a hobby project, there's no guarantee that the problem will be fixed immediately or very soon enough,
and the contributors might not response in time, please be patient.
Expand Down

0 comments on commit 98f687a

Please sign in to comment.