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
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -224,17 +224,17 @@ Output resulting file to `filename`, or to compilable-file-without-mac-extension
224
224
225
225
Output resulting file with binary header to `filename`, or to compilable-file-without-mac-extension + `.bin` if filename is not passed.
226
226
227
-
### `make_sav [/filename/]`
227
+
### `make_sav [/filename/ [, final_address]]`
228
228
229
229
Output resulting file with `.sav` header to `filename`, or to compilable-file-without-mac-extension + `.sav` if filename is not passed.
230
230
231
-
### `make_turbo_wav [/filename/ [/title/]]`
231
+
### `make_turbo_wav [/filename/ [, /title/]]`
232
232
233
233
Output resulting file in turbo wav format (see [this zx-pk.ru topic](https://zx-pk.ru/threads/30390-zagruzka-s-iphone-na-bk-0010-v-8-raz-bystree.html)) to `filename`, or to compilable-file-without-mac-extension + `.wav` if filename is not passed. If `title` is passed as well, it's the name of the file read by BK.
234
234
235
235
**If the filename equals `~speaker`, the file is played via speakers. Notice that this might not work correctly on Linux: you might get a segfault. `python3.6` from Ubuntu Bionic works for sure.**
236
236
237
-
### `make_wav [/filename/ [/title/]]`
237
+
### `make_wav [/filename/ [, /title/]]`
238
238
239
239
Output resulting file in classic wav format (see [this zx-pk.ru topic](https://zx-pk.ru/threads/30298-zagruzka-s-magnitofona-na-bk-0011%28m%29.html)) to `filename`, or to compilable-file-without-mac-extension + `.wav` if filename is not passed. If `title` is passed as well, it's the name of the file read by BK.
0 commit comments