diff --git a/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SEEK_1TRACK.wav b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SEEK_1TRACK.wav new file mode 100644 index 0000000..1d90139 Binary files /dev/null and b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SEEK_1TRACK.wav differ diff --git a/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_RUNNING.wav b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_RUNNING.wav new file mode 100644 index 0000000..b141f0f Binary files /dev/null and b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_RUNNING.wav differ diff --git a/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINDOWN.wav b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINDOWN.wav new file mode 100644 index 0000000..67a8f13 Binary files /dev/null and b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINDOWN.wav differ diff --git a/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINUP.wav b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINUP.wav new file mode 100644 index 0000000..5e5817e Binary files /dev/null and b/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINUP.wav differ diff --git a/sounds/hdd/hdd_audio_profiles.cfg b/sounds/hdd/hdd_audio_profiles.cfg new file mode 100644 index 0000000..b777352 --- /dev/null +++ b/sounds/hdd/hdd_audio_profiles.cfg @@ -0,0 +1,21 @@ +# 86Box Harddrive Drive Audio Profiles Configuration +# This file defines audio profiles for different harddrive drive types + +[Profile "0"] +id = 0 +name = None +internal_name = none + +[Profile "1"] +id = 1 +name = IBM H3171, 3600 RPM, 1993 +internal_name = IBM_H3171_3600RPM +rpm = 3600 +spindlemotor_start_file = assets/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINUP.wav +spindlemotor_start_volume = 1.0 +spindlemotor_loop_file = assets/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_RUNNING.wav +spindlemotor_loop_volume = 0.3 +spindlemotor_stop_file = assets/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SPINDLE_SPINDOWN.wav +spindlemotor_stop_volume = 1.0 +seek_track_file = assets/sounds/hdd/1993 IBM H3171/1993_IBM_H3171_3.5_SEEK_1TRACK.wav +seek_track_volume = 1.0 \ No newline at end of file