Инструменты пользователя

Инструменты сайта


etc:bk0010

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

etc:bk0010 [19.01.2025 21:25] – создано viacheslavetc:bk0010 [19.01.2025 21:33] (текущий) viacheslav
Строка 1: Строка 1:
 +====== БК-0010 ======
 +Конвертер BIN -> WAV (https://github.com/raydac/bkbin2wav)
 +<code powershell>
 +bkbin2wav -i <binfile> [-a] [-o <wavfile>] [-n <name>] [-s addr] [-t]
  
 +    Command line options:
 +        -h          Print help
 +        -f          Use file size instead of .BIN header size field value
 +        -a          Amplify the audio signal in the result WAV file
 +        -i <file>   The BIN file to be converted
 +        -o <file>   The Result WAV file (by default the BIN file name with WAV extension)
 +        -n <name>   The Name of the file in the TAP header (must be less or equals 16 chars)
 +        -s <addr>   The Start address for the TAP header (by default the start address from the BIN will be used)
 +        -t          Use the double frequency "turbo" mode
 +
 +$conv = 'C:\temp\bkbin2wav-windows-amd64.exe'
 +cd C:\temp
 +& $conv -f -a -t -i "~\Downloads\bin\KLAD.bin" -o "klad.wav"
 +</code>
 +
 +Игры:
 +  * https://r-games.net/
 +  * https://murmulator.ru/gamesbk
 +  * https://www.old-games.ru/forum/threads/polnaja-kollekcija-bk-0010-01.62204/

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki