1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-27 01:41:34 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
Philip Kendall
9ac549be8d Binary loading and Win32 save/load binary variants should use
{read,write}byte_internal as well.
2018-07-05 20:26:07 +01:00
Fredrick Meunier
5de51003fd Retire legacy RCS tags 2016-10-24 11:45:18 +11:00
Fredrick Meunier
25be0cf616 Remove utils_make_temp_file() and mkstemp() as they are no longer used (thanks
Phil).

Legacy-ID: 5621
2016-06-09 10:29:12 +00:00
Sergio Baldoví
0013867adf Add a compat function for get_next_dir() to accommodate platform-specific
strategies for locating resources (bug #264).


Legacy-ID: 4738
2012-10-03 13:15:31 +00:00
Sergio Baldoví
2398614006 Remove deprecated GTK+ menu functions (patch #281).
Legacy-ID: 4685
2012-03-27 11:38:35 +00:00
Philip Kendall
5bda3dc157 Make Win32 build at least compile (almost entirely guesser).
Legacy-ID: 4648
2012-01-22 19:57:35 +00:00
Philip Kendall
38c04c8da8 utils_close_file() can never fail, so don't write excessive code to handle it
failing.

Legacy-ID: 4632
2012-01-19 22:55:39 +00:00
Philip Kendall
c65d48010a Make selecting IDE from the command-line work.
Legacy-ID: 4605
2011-12-20 11:27:09 +00:00
Gergely Szasz
59aad209cb Extract the read_screen() function to utils.c and add
utils_read_auxiliary_file() to simplify auxiliary file reading code (patch
#236).


Legacy-ID: 4253
2011-01-13 10:56:20 +00:00
Sergio Baldoví
e68442bcd8 Extend RZX playback handling of files without initial embedded snapshots to
cover File->Open, the command line and some miscellaneous RZX playback
initialisation bugs (more from patch #225).


Legacy-ID: 4159
2010-09-13 11:51:13 +00:00
Philip Kendall
db9f9a4fe6 Fix utils_read_fd prototype (from Wii branch).
Legacy-ID: 3939
2009-01-07 14:21:52 +00:00
Philip Kendall
dc9815c4fe utils_find_auxiliary_file needs to return a compat_fd, not an int (from Wii
branch).

Legacy-ID: 3937
2009-01-07 14:02:30 +00:00
Philip Kendall
bb31ad97f2 Move utils_is_absolute_path() into compatibility directories.
Legacy-ID: 3128
2007-08-29 13:14:43 +00:00
Stuart Brady
496ccf5a0c Fix compilation and remove redundant path name prototypes.
Legacy-ID: 3102
2007-08-10 15:33:44 +00:00
Philip Kendall
0730f64300 Remove use of mmap(): added complexity for no real benefit.
Legacy-ID: 3078
2007-07-27 10:49:51 +00:00
Stuart Brady
0a71d3de18 Fix misspellings.
Legacy-ID: 3032
2007-06-28 22:48:54 +00:00
Stuart Brady
5bed548bc6 Update FSF address in GPL notices, add autogenerated-file comment to
settings.h, add missing Id tags, and some boilerplate formatting fixes .

Legacy-ID: 2889
2007-05-26 17:45:08 +00:00
Stuart Brady
7cbd12639b Allow for configurable path separator (patch #111).
Legacy-ID: 2863
2007-05-20 17:13:50 +00:00
Philip Kendall
b9cc4b03a8 Change my e-mail address to @shadowmagic and remove my postal address.
Legacy-ID: 2720
2007-02-02 16:22:00 +00:00
Philip Kendall
256f259b0a Find the Fuse font file when running in the build tree.
Legacy-ID: 2562
2005-05-01 21:27:45 +00:00
Philip Kendall
f1953b2078 Merge changes from Release-0_6_2_1 to HEAD.
Legacy-ID: 2010
2004-02-23 17:08:38 +00:00
Philip Kendall
29b65323ab Make writes to TR-DOS disks need explicit commits.
Legacy-ID: 1883
2004-01-08 17:02:57 +00:00
Philip Kendall
9ae0bec8d8 Merge machine_find_rom and utils_find_lib into one
utils_find_auxiliary_file routine.

Legacy-ID: 1750
2003-10-30 01:02:39 +00:00
Philip Kendall
58ad64cceb Add and use utils_get_home_path function.
Legacy-ID: 1747
2003-10-29 16:24:27 +00:00
Philip Kendall
403b74c17a Add utils_get_temp_path function and use it in trdos.c:insert_scl.
Legacy-ID: 1423
2003-06-23 11:08:53 +00:00
Philip Kendall
19701f787e Fall back to normal IO if mmap(2) fails on a file (or isn't available).
Legacy-ID: 1292
2003-05-10 12:22:16 +00:00
Philip Kendall
d81b0f46bb Change File/Open to open any Spectrum file, not just snapshots.
Legacy-ID: 1227
2003-04-15 21:54:18 +00:00
Philip Kendall
4ab2201b3c Move the 'identify a file' function to libspectrum.
Legacy-ID: 787
2002-11-21 20:51:53 +00:00
Philip Kendall
d9469788dc Add code to DTRT if random filenames are given on the command line
without options.

Legacy-ID: 765
2002-11-01 00:51:17 +00:00
Fredrick Meunier
1439a22b74 Patch from Fred to fix multiply defined symbols.
Also add Fred to AUTHORS and THANKS.

Legacy-ID: 499
2002-07-31 14:00:05 +00:00
Philip Kendall
f215a79258 Load keyboard picture from a .scr file.
Legacy-ID: 288
2002-01-15 21:33:50 +00:00
Philip Kendall
782386b64a Added utils_write_file function to utils.c. Used by
{snapshot,tape}_write.

Legacy-ID: 259
2002-01-11 15:54:41 +00:00
Philip Kendall
96d951e6b9 Added utils.c containing generic `read file' functions; used by
snapshot_open, tape_open and machine_read_rom.

Legacy-ID: 258
2002-01-11 15:42:51 +00:00