You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The Project is based on [old QBasic based converter project](http://bk-mg.narod.
10
10
Утилита для конвертации BIN файлов (снапшотов для эмуляторов БК-0010 и БК-0010-01) в аудио WAV формат. Позволяет получать файлы с обычной скоростью загрузки и турбированные, пригодные к загрузке на БК-0010 через магнитофонный вход.
11
11
12
12
# What is BK-0010
13
-
[BK-0010](http://en.wikipedia.org/wiki/Electronika_BK) was the most popular soviet 16-bit home computer platform in 80-th and my first computer (still working).
13
+
[The BK-0010](https://en.wikipedia.org/wiki/Electronika_BK) was the most popular Soviet 16-bit home computer platform of the 1980s and was also my first computer (which still works).
14
14
15
15
# Pre-built binaries?
16
-
Pre-compiled versions of the utility can be downloaded from [the last release page](https://github.com/raydac/bkbin2wav/releases/latest).
16
+
Pre-compiled versions of the utility are available for download on [the latest release page](https://github.com/raydac/bkbin2wav/releases/latest).
@@ -22,8 +22,11 @@ Pre-compiled versions of the utility can be downloaded from [the last release pa
22
22
23
23
24
24
# How to use it?
25
-
Initially the converter was written in [Python](https://www.python.org/downloads/) but then I made GoLang version. For Python version you have to install [Python](https://www.python.org/downloads/) but pre-compiled GoLang version can be used as simple executable files without tricks.
26
-
The Utility is command line interface one, you can call it with listed configurations:
25
+
26
+
Initially, the converter was written in [Python](https://www.python.org/downloads/), but I later developed a GoLang version. The Python version requires [Python](https://www.python.org/ to be installed, whereas the pre-compiled GoLang version can be used as a standalone executable without any additional setup.
27
+
28
+
The utility has a command-line interface and can be executed with the following configurations:
-s <addr> The Start address for the TAP header (by default the start address from the BIN will be used)
48
51
-t Use the double frequency "turbo" mode
49
52
```
50
-
Sometime .BIN files may contain wrong data size value defined in their header, in the case you can use **-f** flag to enforce usage of physical file length instead of the data length defined in the BIN header.
53
+
Sometimes, .BIN files may contain an incorrect data size value in their header. In such cases, you can use the __-f__ flag to enforce the use of the physical file length instead of the data length defined in the BIN header.
0 commit comments