From bb6142193162078f3de016b5a2b3e562d34310f4 Mon Sep 17 00:00:00 2001 From: Toni Riikonen Date: Fri, 28 Nov 2025 22:25:02 +0200 Subject: [PATCH] Removed commented include and updated samples readme.txt --- assets/sounds/fdd/readme.txt | 17 ++++------------- src/floppy/fdd_audio.c | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/assets/sounds/fdd/readme.txt b/assets/sounds/fdd/readme.txt index ec66e80da..c0f1a14f1 100644 --- a/assets/sounds/fdd/readme.txt +++ b/assets/sounds/fdd/readme.txt @@ -1,13 +1,9 @@ -Panasonic JU-465 5.25", Panasonic JU-256 3.5", Alps Electric 3.5", TEAC FD-55GFR 5.25" samples -are based on recordings submitted by Andresdelcampo, edited and updated to support seek/step -down by Agetian. +Panasonic JU-475 5.25" and Alps Electric 3.5" samples +are based on recordings submitted by Andresdelcampo, +edited and updated to support seek/step down by Agetian and Domppari. Originals can be found here: https://github.com/andresdelcampo/RetroDriveSounds -Mitsumi samples have been edited from Shiru's recordings. -Originals can be found here: -http://shiru.untergrund.net/files/flopster.zip - Epson samples have been edited and cleaned up from the YouTube video recordings of the SD-880 combo drive consisting of SD-700 (5.25") and SD-800 (3.5") drives in a single unit, recorded by MausolfB. @@ -15,10 +11,5 @@ Originals can be found here: https://www.youtube.com/watch?v=_HFfrdFnRKI https://www.youtube.com/watch?v=xE79AuiYP1s -Original Mitsumi samples were edited and used separately from the Flopster VSTi under the -Creative Commons Attribution (CC-BY) license terms. - -Rest of the samples created for 86box are released under the same license. - The samples are 48kHz 16bit 1 channel PCM WAVE samples. 86box code does not make any resampling -and assumes that the host audio system is using 48kHz 16bit output. +and assumes that the host audio system is using 48kHz 16bit output. \ No newline at end of file diff --git a/src/floppy/fdd_audio.c b/src/floppy/fdd_audio.c index 776d4293e..937f59ce2 100644 --- a/src/floppy/fdd_audio.c +++ b/src/floppy/fdd_audio.c @@ -26,7 +26,7 @@ #include <86box/fdd_audio.h> #include <86box/fdc.h> #include <86box/mem.h> -//#include <86box/rom.h> +#include <86box/rom.h> #include <86box/sound.h> #include <86box/plat.h> #include <86box/path.h>