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

1022 Commits

Author SHA1 Message Date
Sergio Baldoví
0e96794057 Cast size_t variables to unsigned long in printf() 2018-08-04 06:46:33 +02:00
Sergio Baldoví
08420864b3 Fix the build of win32 UI 2018-08-02 09:59:43 +02:00
Sergio Baldoví
090aff9c8b Fix some -Wdiscarded-qualifiers warnings on win32 UI 2018-08-02 09:36:29 +02:00
Sergio Baldoví
f0829805a2 Stop RZX playback/recording on machine reset/change
(fixes bug #426)
2018-08-02 09:24:46 +02:00
Philip Kendall
319dc5787f Merge branch 'master' into bug-425-save-binary-increments-tstates 2018-07-05 20:33:50 +01:00
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
Philip Kendall
3613613cdc Use readbyte_internal to stop tstates being incremented when saving
binary data.

Fixes bug #425.
2018-06-28 23:35:03 +01:00
Alberto Garcia
0cac7cfb66 Rename compat_get_home_path()
to compat_get_config_path()
2018-06-27 22:38:30 +10:00
Fredrick Meunier
a094af8452 Add real joystick hat/dpad support
(thanks, Sarah) (patch #409).
2018-06-27 18:03:08 +10:00
Sergio Baldoví
611677fc1d Fix misleading indentation 2018-06-11 00:13:40 +02:00
Sergio Baldoví
1230316501 Add *.fmf as an allowed filetype to file selectors 2018-05-15 23:28:32 +02:00
Sergio Baldoví
15699ec8c9 Allow to go to offset in memory browser on GTK+ 3 UI
(patch #400)
2018-03-24 10:23:59 +01:00
Sergio Baldoví
24c6dfab0d Split memory browser dialog for GTK+ 2 2018-03-24 10:09:41 +01:00
Fredrick Meunier
13e76f1236 Add UI for phantom typist 2018-03-06 22:26:27 +11:00
Gergely Szasz
95c7be1076 Add option for SDL full-screen mode
New command line switch to list available video modes detected as
full-screen capable, and force the use of one of them (patch #399).
2018-02-18 23:22:16 +01:00
Sergio Baldoví
ef19e5ca11 Support hex numbers in load/save binary and pokefinder dialogs
(feature request #122) (thanks, Allan Turvey)
2018-02-04 10:15:09 +01:00
Sergio Baldoví
ca43e74c65 Hide '!' code in labels of gtkstock_button
e.g. "search" button on pokefinder. This code force the use of
g_signal_connect_swapped(). Regression from commit a7e1248.
2018-01-23 23:20:38 +01:00
Sergio Baldoví
7bb887357d GtkEntry activates default button on GTK+
Allows the activation of default button in option dialogs when an entry
box has grabbed the focus.
2018-01-23 23:10:10 +01:00
Sergio Baldoví
8412e034b7 Replace GDK_KEY_Return shortcuts with default buttons on GTK+ dialogs
Enter key should activate the button that has grabbed the focus
(fixes bug #383) (thanks, atom-atom) (ub880d and Sergio).
2018-01-23 23:04:08 +01:00
Sergio Baldoví
ceb5c40be9 Replace deprecated gtk_dialog_get_action_area() 2018-01-23 22:54:24 +01:00
Sergio Baldoví
c87fa14ab9 Fix the build of GTK+ 2 UI 2018-01-22 23:49:23 +01:00
Fredrick Meunier
51f42fad7a Add *.mlt as an allowed filetype to file selectors
(thanks, jonesypeter).
2017-09-17 21:42:28 +10:00
Philip Kendall
dc6c4e47ac Add null UI for use in automation tests. 2017-09-16 21:57:42 +01:00
Philip Kendall
e8b95a7f83 Allow exit code to be specified when using the debugger's "exit"
command; will be useful for some automation stuff I'm planning.
2017-09-14 21:00:45 +01:00
Sergio Baldoví
4ab3ba3088 Add ZXMMC interface (patch #393) 2017-08-31 00:02:14 +02:00
Philip Kendall
71b5251475 Remove vestiges of second MMC card support. 2017-08-10 22:20:39 +01:00
Philip Kendall
cca7cd8ed2 Merge branch 'master' into feature-107-divmmc 2017-08-09 19:46:39 +01:00
Sergio Baldoví
dfc291e7bb Destroy GTK+ tape browser dialog on close (fixes bug #375)
(thanks, Alberto Garcia).
2017-07-30 23:43:47 +02:00
Philip Kendall
4e6984ef2f Baby steps: copy DivIDE code to DivMMC.
Will need to be refactored later to remove duplicated code.
2017-07-21 23:08:52 +01:00
Fredrick Meunier
37996e4921 Merge branch 'master' into patches-87-multiface-emulation 2017-06-11 14:32:53 +10:00
Sergio Baldoví
832d8a714c Rename --multiface-stealth option to --multiface1-stealth
Is more descriptive as it's only available for Multiface One.
2017-06-05 23:25:45 +02:00
Sergio Baldoví
541195f95f Hide cursor when SDL UI runs on a console (Raspberry Pi) 2017-06-04 18:48:46 +02:00
Sergio Baldoví
978b874515 Fix Multiface mnemonics to avoid collisions 2017-05-21 20:43:25 +02:00
Gergely Szasz
9c99d9b231 Add Multiface 1/128/+3 support
From diff.mf_16.patch in [patches:#87]
2017-05-20 20:04:58 +10:00
Fredrick Meunier
be750fdee1 Add Covox interface emulation 2017-05-06 23:27:30 +10:00
Sergio Baldoví
27d84e6137 Fix memory leak in widget file selector (thanks, clang) 2017-03-26 22:47:48 +02:00
Sergio Baldoví
e7d233f768 Fix allocator sizeof operand mismatch and remove dead assignment 2017-03-26 09:38:25 +02:00
Sergio Baldoví
f6c4b13ebd Fix joystick initialisation in win32 UI (fixes bug #368)
(thanks, Matthias and Алексей)
2017-02-19 11:23:55 +01:00
Fredrick Meunier
ba77c2ab67 Move memory.[ch] to memory_pages.[ch]
To avoid clashes with any similarly named system files (thanks,
BogDan Vatra and Sergio Baldoví).
2016-12-10 20:27:03 +11:00
Fredrick Meunier
56c0339393 Allow use of cursor keys as cursor joystick 2016-11-20 09:04:07 +11:00
Sergio Baldoví
2d3eb8c788 Remove unused variable 2016-11-19 08:41:28 +01:00
Sergio Baldoví
8c7fbf3c00 Fix order of Z80 flags in debugger of widget UIs
Flags were printed in reverse order (fixes bug #365) (thanks, Marcos
Cruz)
2016-11-13 09:14:50 +01:00
Sergio Baldoví
71b8158749 Silent misleading indentation warning with GCC 6 2016-10-29 08:42:46 +02:00
Sergio Baldoví
3fa28fbf89 Consolidate .gitignore files in top source directory 2016-10-29 07:52:26 +02:00
Fredrick Meunier
5de51003fd Retire legacy RCS tags 2016-10-24 11:45:18 +11:00
Fredrick Meunier
fe21695bed Add more transient files to gitignores 2016-10-24 10:11:25 +11:00
Guesser
431e4a91bd Must explicitly include glib.h as it is no longer pulled in by libspectrum
(fixes bug #362).

Legacy-ID: 5823
2016-10-09 05:33:18 +00:00
Sergio Baldoví
642721540a Map non-alphanumeric keys to appropriate spectrum characters on win32 UI.
Also improves compatibility with non-UK keyboard layouts (fixes bug #361)
(thanks, Lee Tonks).

Legacy-ID: 5799
2016-09-11 06:08:22 +00:00
Sergio Baldoví
03eb417289 Merge patch-358-recreated-zxspectrum branch to trunk.
Legacy-ID: 5797
2016-09-09 22:06:47 +00:00
Sergio Baldoví
8a1afa39e8 Set the digit filter for text entry widgets on win32 UI.
Legacy-ID: 5782
2016-08-28 07:30:34 +00:00