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

36 Commits

Author SHA1 Message Date
Fredrick Meunier
bd1aaa7adc Change libspectrum.h and config.h include style 2021-03-16 19:23:00 +11: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í
38d34f26e0 Move write_file() into utils.c and share between utilities 2017-05-15 23:37:26 +02:00
Fredrick Meunier
5f80e0e94d Retire legacy RCS tags 2016-10-24 11:16:48 +11:00
Fredrick Meunier
e31dd5d1d0 Have a go at updating copyright dates since v 1.1.1.
Legacy-ID: 5423
2016-04-29 13:25:54 +00:00
Stuart Brady
f3916dfcd3 Add static to functions where appropriate
Legacy-ID: 5281
2015-05-27 09:07:06 +00:00
Sergio Baldoví
0323391a21 Reduce the number of unique strings (thanks, Stuart).
Legacy-ID: 5227
2015-05-05 21:14:53 +00:00
Sergio Baldoví
840b982d77 Add --help option to the utilities (partially fixes bug #320).
Legacy-ID: 5217
2015-05-01 22:36:29 +00:00
Sergio Baldoví
5fcc71faef Add --version option to the utilities (partially fixes bug #320).
Legacy-ID: 5208
2015-04-26 22:24:25 +00:00
Sergio Baldoví
15d568a121 Abort program when passed unknown options (fixes bug #318) (thanks, Stuart).
Legacy-ID: 5202
2015-04-19 21:57:22 +00:00
Sergio Baldoví
25b05d88f2 Fix leaks and possible null pointer dereferences (thanks, cppcheck).
Legacy-ID: 5071
2014-02-16 22:45:42 +00:00
Sergio Baldoví
cae7033866 Fix various warnings (patch #298).
Legacy-ID: 4754
2012-10-26 13:07:27 +00:00
Philip Kendall
533e557414 Fix warnings.
Legacy-ID: 4604
2011-12-19 20:42:24 +00:00
Philip Kendall
709e2bdf08 Integrate from trunk to Spectranet branch (just to keep it vaguely up to date).
Legacy-ID: 4418
2011-05-04 22:19:27 +00:00
Fredrick Meunier
c7d8bf9595 Add OS compatibility stubs ala Fuse (patch #189) (Chris Young & Fred).
Legacy-ID: 4062
2009-08-02 14:22:04 +00:00
Fredrick Meunier
845efa2ddf Handle new void return values tape API from libspectrum.
Legacy-ID: 3711
2008-07-01 20:25:37 +00:00
Philip Kendall
62f3f09b43 Handle new allocator returns object style API from libspectrum.
Legacy-ID: 3702
2008-06-30 20:34:26 +00:00
Philip Kendall
615104bed6 fuse-utils changes for the API changes for the nofail allocators in libspectrum.
Legacy-ID: 3699
2008-06-30 15:16:34 +00:00
Fredrick Meunier
d16a099038 Add 100ms pause between blocks to ensure there is a decent gap between edges
in adjacent blocks (fixes bug #145).


Legacy-ID: 3593
2008-03-31 10:44:27 +00:00
Stuart Brady
37eb520abf Don't include mman.h.
Legacy-ID: 3432
2007-12-18 23:47:53 +00:00
Philip Kendall
3ea6d7502c Remove use of mmap(): added complexity for no real benefit.
Legacy-ID: 3079
2007-07-27 13:56:22 +00:00
Stuart Brady
c877c68f26 Update FSF address in GPL notices.
Legacy-ID: 2891
2007-05-26 19:42:40 +00:00
Fredrick Meunier
0f4f5243a2 Don't call deprecated tape API functions.
Legacy-ID: 2870
2007-05-22 11:02:17 +00:00
Philip Kendall
ac3036360a Change URLs to Sourceforge, my e-mail address to @shadowmagic and remove my
postal address.

Legacy-ID: 2719
2007-01-29 20:36:09 +00:00
Philip Kendall
5e94de3b0b More cleanups: mostly making the data chunks const such that we modify
out copies of them, not the originals.

Legacy-ID: 1832
2003-12-19 00:27:05 +00:00
Philip Kendall
4c3a23154d Remove incorrect setting of checksum in create_main_header().
Legacy-ID: 1830
2003-12-18 11:57:45 +00:00
Philip Kendall
72e366e342 Slow 6000 bps loader down slightly so it works with (more) emulators; this
is the only significant change made between z802tzx 1.0 and z802tzx 1.1.

Legacy-ID: 1829
2003-12-18 11:40:43 +00:00
Philip Kendall
1c82b1d38a Remove the global configuration variables and replace them with a
local settings_t structure.

Legacy-ID: 1828
2003-12-18 11:38:40 +00:00
Philip Kendall
b099d54606 More coding style fixes.
Legacy-ID: 1824
2003-12-16 18:02:54 +00:00
Philip Kendall
5373d6bb64 Finish libspectrumification of snap2tzx.
Legacy-ID: 1823
2003-12-16 12:58:28 +00:00
Philip Kendall
4aa23a794f And yet more coding style fixups.
Legacy-ID: 1817
2003-12-12 18:50:47 +00:00
Philip Kendall
a870167bc6 More coding style fixups.
Legacy-ID: 1816
2003-12-12 12:35:52 +00:00
Philip Kendall
06451c6209 C89 and coding style fixups.
Legacy-ID: 1815
2003-12-12 10:25:42 +00:00
Philip Kendall
91c8f83e36 Coding style tidyups.
Legacy-ID: 1814
2003-12-12 01:05:31 +00:00
Philip Kendall
abf7a9aabe Libspectrum-ify the snap reading part of snap2tzx.
Legacy-ID: 1813
2003-12-12 00:22:31 +00:00
Philip Kendall
b1916e1c14 Initial import of Tomaz Kac's z802tzx utility (as snap2tzx).
Legacy-ID: 1812
2003-12-11 15:37:37 +00:00