1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-04-19 08:42:15 +03:00

483 Commits

Author SHA1 Message Date
Alberto Garcia
98fc1ded79 Fix description of TZX message blocks
TZX message blocks specify the time in seconds, but libspectrum's
tzx_read_message() stores it internally in miliseconds.

(fixes bug #502)
2024-10-19 10:05:14 +02:00
Sergio Baldoví
99101d6964 Add uSpeech block to snapdump 2023-10-08 07:11:16 +02:00
Sergio Baldoví
39c6edf464 audiofile.m4 file updated by autoupdate 2023-06-03 06:21:23 +02:00
b'Sergio Baldov\xc3\xad
03350d4e73 Merge /u/arki55/fuse-utils/ branch arki55/github-workflows into master
https://sourceforge.net/p/fuse-emulator/fuse-utils/merge-requests/1/
2023-03-19 18:44:23 +00:00
Miroslav Ďurčík
bb96b0153f
Arki55/features/t9 GitHub build checks utils ==> master (#1)
* arki55/features/T9-github-build-checks-utils
build:  GitHub worflow files for building Fuse Utils on multiple platforms:

1) Linux, running on Ubuntu Latest
- Builds and packs Libspectrum with all libs enabled + real glib
- Builds Fuse Utils with previously built Libspectrum, which is saved as a workflow artefact
- Only one build configuration configured

2) Win 32, running on Windows latest, using Cygwin environment and libraries
- Builds and packs Libspectrum with all libs enabled + fake glib
- Builds Fuse Utils with previously built Libspectrum, which is saved as a workflow artefact
- Only one build configuration configured

3) MacOS, running on MacOS latest, using  brew libraries
- Build and packs Libspectrum with all libs enabled + real glib
- Builds Fuse Utils with previously built Libspectrum, which is saved as a workflow artefact
- Only one build configuration configured

Any compile errors stop workflow. Warnings while building do not. This might be changed later if needed.
2023-03-08 21:48:20 +01:00
Luis Faria
4f8bbb8f08 Consider loop blocks to calculate tape duration
(fixes bug #490) (thanks, Martin Garton).
2023-02-25 06:48:35 +01:00
Sergio Baldoví
659214ec55 Remove double-free bug in rzxcheck
After verifying the signature the program could crash
2021-06-01 07:24:48 +02:00
Fredrick Meunier
bd1aaa7adc Change libspectrum.h and config.h include style 2021-03-16 19:23:00 +11:00
Fredrick Meunier
4880523538 Add some more convenient git ignores 2021-03-16 19:20:58 +11:00
Fredrick Meunier
f5be5264a7 Update release dates for 1.4.3 fuse-utils-1.4.3 2018-07-01 10:20:53 +10:00
Fredrick Meunier
87efbe3449 Revert accidental commit 2018-07-01 10:13:19 +10:00
Fredrick Meunier
998fcd178e First updates for a "1.4.3" version 2018-07-01 09:45:35 +10:00
Sergio Baldoví
e21543c547 Replace deprecated auto_ptr with unique_ptr (patch #407) 2018-06-27 23:27:55 +02:00
Sergio Baldoví
927c31e0aa Cast size_t variables to unsigned long in printf()
statements

It's the prefered way in the rest of the code as supports C89
2018-06-17 08:51:20 +02:00
Sergio Baldoví
07694db7b6 Fix printf() conversion specifiers 2018-06-17 08:42:21 +02:00
Sergio Baldoví
3c5c12202b Close file on error in tape2pulses 2018-06-17 08:27:56 +02:00
Sergio Baldoví
ac5255aa30 Fix ULAW identification in fmfconv
It's an unused format in current implementation, though.
2018-06-17 08:26:09 +02:00
Sergio Baldoví
c9825b8a8a fmfconv force pad byte to value zero in WAV files
specified by Multimedia Programming Interface and Data Specifications 1.0
2018-06-17 08:24:02 +02:00
Fredrick Meunier
42a1fea6bc Update release dates for 1.4.2 fuse-utils-1.4.2 2018-06-03 10:12:18 +10:00
Fredrick Meunier
98c4322b1e First updates for a "1.4.2" version 2018-06-02 22:55:32 +10:00
Sergio Baldoví
45f526e839 Don't change audio layout in lossless examples of fmfconv 2018-05-20 23:18:43 +02:00
Sergio Baldoví
635f9e39d8 Fix undefined behaviour in fmfconv when writing AVI files 2018-05-20 23:14:55 +02:00
Fredrick Meunier
f2e8025553 Fix processing tape files in listbasic
(thanks, Stuart Caie).
2018-05-16 22:09:45 +10:00
Sergio Baldoví
0e83e50390 Add ChangeLog entry for rzxdump 2018-05-15 23:31:51 +02:00
Sergio Baldoví
ef3ab7464c Fix crash in rzxdump when extracting compressed snapshots 2018-04-30 22:53:51 +02:00
Sergio Baldoví
75b25c9a39 Tweak some messages in fmfconv 2018-04-30 22:50:47 +02:00
Fredrick Meunier
4a76563e42 Update release dates for 1.4.1 fuse-utils-1.4.1 2018-04-29 08:58:33 +10:00
Fredrick Meunier
629e1bd9fb Retarget to a "1.4.1" version 2018-04-29 08:45:46 +10:00
Fredrick Meunier
a42403b94a First updates for a "1.5.2" version 2018-04-28 22:55:58 +10:00
Sergio Baldoví
60bac91ba0 Escape some dashes 2018-04-27 23:55:06 +02:00
Fredrick Meunier
da585c920e Add more ChangeLog entries for next release 2018-04-27 20:49:20 +10:00
Fredrick Meunier
cc890e3f95 Move machine_name array to fmfconv_types.c 2018-04-20 21:06:53 +10:00
Fredrick Meunier
73508662c3 Correct indentation 2018-04-19 20:48:11 +10:00
Fredrick Meunier
cb32c206e2 Ignore Visual Studio Code project 2018-04-19 20:06:38 +10:00
Sergio Baldoví
560c6f213c Add new examples for fmfconv and tweak existing ones
(thanks, lister_of_smeg)
2018-04-04 00:11:46 +02:00
Sergio Baldoví
ca3f632235 Document new snap2tzx speed rates 2018-03-18 16:54:24 +01:00
Philip Kendall
8771add45d Add 4500 and 5000 bps rates (Duncan Edwards).
For use with the TZXduino, which doesn't quite handle 6000 bps.
2018-03-07 21:57:39 +00:00
Sergio Baldoví
02108c022f Don't print UTF-8 characters on stdout 2017-12-11 23:43:51 +01:00
Fredrick Meunier
464c5ae43a Update release dates for 1.4.0 fuse-utils-1.4.0 2017-12-11 20:04:32 +11:00
Fredrick Meunier
98f00a93f8 First updates for a "1.4.0" version 2017-12-11 19:55:22 +11:00
Fredrick Meunier
408835c3f6 Tweak help text for snapdump 2017-12-11 19:54:14 +11:00
Sergio Baldoví
64e27910a6 New snapdump utility
Allows to dump information about machine status stored in a snapshot file.
2017-11-27 23:46:26 +01:00
Fredrick Meunier
f1d1942b2a Update release dates for 1.3.5 fuse-utils-1.3.5 2017-10-10 19:45:43 +11:00
Fredrick Meunier
ae65c652bc First updates for a "1.3.5" version 2017-10-10 12:52:13 +11:00
Fredrick Meunier
536949eb20 Add initial ChangeLog entries for next release 2017-10-09 21:25:36 +11:00
Fredrick Meunier
3632b2dacf Remove unimplemented SCR reading from fmfconv 2017-09-22 12:59:18 +10:00
Sergio Baldoví
4adb4730a5 More from change to LIBSPECTRUM_CFLAGS
Fix GLib replacement detection.
2017-09-14 23:40:19 +02:00
Guesser
20284d4183 Fix libspectrum.h preprocessing in windres resources
(partially fixes bug #386)
2017-09-14 23:34:37 +02:00
Alberto Garcia
ab10298d48 Fix fmfconv build in big-endian platforms
We forgot to rename TYPE_PCM and TYPE_ULW for big-endian platforms in
1206730bf6f944e246b0421779c4df56548acb40
2017-09-07 19:11:13 +10:00
Fredrick Meunier
90bfac0a97 Update for 1.3.4 fuse-utils-1.3.4 2017-09-03 13:46:41 +10:00