Commit Graph

18 Commits

Author SHA1 Message Date
Cacodemon345
75cfe2bc7d Add fast forward option 2026-01-08 18:46:23 +06:00
Domppari
3f26bc5fb8 Fixed incorrect include header 2026-01-04 21:52:18 +02:00
Domppari
ebe651761b Initial HDD sound implementation using IBM example drive 2026-01-03 21:24:33 +02:00
Toni Riikonen
1859e7cf68 Floppy disks sound emulation prototype for reviewing (#6166)
* Initial spindle emulation working for windows atleast

* Spingle motor spin-up, spin-down implemented with smooth transitions to motor-on loop.

* Moved fdd audio emulation to a separate file

* Multiple drives sound emulation

* Single sector movement sound emulations implemented

* Rename project to Immersive86Box and update details

Updated README to reflect the new project name and added details about the Immersive86Box features and future plans.

* Revise contribution guidelines in CONTRIBUTING.md

* Update vulnerability reporting instructions

* System fan-sound next feature after basic fdd sound emulation is ready

* v0.5 multitrack audio seek sfx

* Removed unnecessary stuff

* no .vs folder for git

* Added currently used fdd sound effects and readme.txt for source of the files and intallation instructions

* Add audio emulation installation instructions

Added instructions for audio emulation installation.

* Code and audio samples merged

* Simplify audio emulation installation instructions

* FDC seeking fixed, not instant anymore drive is set to busy during the operation and when it's finished at call fdc to set the appropriate fdc flags.

Also added time logic to fdd to calculate seek duration and a callback function for it.

* FDD sound samples volume control

* Menu options to enable / disable fdd sound for all drives.
DISABLE_FDD_AUDIO definition added, to disable the feature via cmake/build.

* Revert readme etc. changes

* Revert "Revise contribution guidelines in CONTRIBUTING.md"

This reverts commit 98a0478225.

* Revert "Update vulnerability reporting instructions"

This reverts commit 7d32cb659b.

* Fixed merge issue

* Removed excess files

* Fixed PCJr seeking not to break the FDC implementation. Now seeking will take the "correct" amount of time for each system and the seek time is based on the track count. E.g. 40 track FDD system causes 40 track seek time to be 80/40 * 6ms * 40 tracks + 50ms = 480ms + 50ms -> 530ms.

80 track system full seek is 80/80 * 6ms * 80 + 50ms = 530ms, 40 track seek would take 240 + 50 = 290ms.

* Fixed PS/1, PS/2 and PS/55 FDD issues.

* FDD_AUDIO: Updating samples looked in executablePath/samples and if now found there, looks in the executable directory

* Updated installation instructions

* Removed samples path strcat use

* fdd_audio 5.25 samples and support added

* FDD audio timing/volume tunings

* Timing fixes for authentity and special longer timings for PCJr

* Fixed second drive motor keeps running when first drive is only accessed.

* Fixed PCJr random failure issue, timings

* CodeQL fix for load_wav-function. Check the filename to be proper filename

* Revert "Fixed second drive motor keeps running when first drive is only accessed."

This reverts commit 307b173ae7.

* Teac 5.25" drive samples added. Added per drive audio selection to FDD settings.

* Fixed mistake in samples folder recreation

---------

Co-authored-by: Toni Riikonen <domppari@hotmail.com>
2025-09-22 01:03:07 +02:00
Jasmine Iwanek
3c5190a0db Header cleanups (1/2) 2025-09-21 00:48:38 -04:00
Jasmine Iwanek
ea7cb1cc55 Some more clang formatting 2025-09-09 19:57:46 -04:00
NishiOwO
6e83a7fc96 Get sio_par for safety 2025-03-24 23:30:13 +09:00
NishiOwO
c92d56261a Do mod4 instead of mod2, so it can keep the output channel correct 2025-03-24 20:44:29 +09:00
NishiOwO
fefcd530ab Remove the part that was not required 2025-03-24 20:37:46 +09:00
NishiOwO
16a6ab3f95 Fix music frequency conversion bug 2025-03-24 20:35:41 +09:00
NishiOwO
e4fb39d944 Remove TODO message 2025-03-24 19:38:49 +09:00
NishiOwO
e023a046bb Wrong comparison 2025-03-24 19:37:15 +09:00
NishiOwO
ef194e003e Check /dev/audio0 too 2025-03-24 19:29:37 +09:00
NishiOwO
090b9d988a Include string.h for memory operations 2025-03-24 18:57:36 +09:00
NishiOwO
ad655ab40c Forgot to add newer API support in conversion part 2025-03-24 18:55:37 +09:00
NishiOwO
f287ee4fd0 Check OpenBSD version and use newer API if needed 2025-03-24 18:20:05 +09:00
NishiOwO
7056c83bbb Add working NetBSD sound support 2025-03-24 17:41:04 +09:00
NishiOwO
861d942657 Adding skeleton that at least compiles for audio4.c 2025-03-24 11:03:04 +09:00