Skip to content

Commit 76377a4

Browse files
committed
Fuse 1.5.7
0 parents  commit 76377a4

File tree

527 files changed

+150609
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+150609
-0
lines changed

.gitignore

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
*~
2+
*.swp
3+
*.orig
4+
.DS_Store
5+
.vscode
6+
/aclocal.m4
7+
/autom4te.cache
8+
/compile
9+
/config.cache
10+
/config.guess
11+
/config.h
12+
/config.h.in
13+
/config.log
14+
/config.status
15+
/config.sub
16+
/configure
17+
*.creator.user
18+
/cscope.out
19+
/data/fuse.desktop
20+
/data/fuse.xml
21+
/data/shell-completion/bash.txt
22+
/data/shell-completion/man.txt
23+
/data/shell-completion/settings.txt
24+
/data/win32/fuse.manifest
25+
/data/win32/installer.nsi
26+
/debugger/commandl.c
27+
/debugger/commandy.c
28+
/debugger/commandy.h
29+
/depcomp
30+
.deps
31+
.dirstamp
32+
/fuse
33+
/fuse.dSYM
34+
/fuse.exe
35+
/.gdb_history
36+
/install-sh
37+
.libs
38+
/lib/*.szx
39+
/lib/tests/fatware-success.hdf
40+
/lib/tests/idedos-success.hdf
41+
/lib/tests/success.d80
42+
/lib/tests/success.mgt
43+
/libtool
44+
/ltmain.sh
45+
/m4/libtool.m4
46+
/m4/lt~obsolete.m4
47+
/m4/ltoptions.m4
48+
/m4/ltsugar.m4
49+
/m4/ltversion.m4
50+
/Makefile
51+
/Makefile.in
52+
/missing
53+
/mkinstalldirs
54+
*.o
55+
/options.h
56+
*.orig
57+
/roms/128p-0.rom
58+
/roms/128p-1.rom
59+
/roms/256s-0.rom
60+
/roms/256s-1.rom
61+
/roms/256s-2.rom
62+
/roms/256s-3.rom
63+
/roms/didaktik80.rom
64+
/roms/gluck.rom
65+
/roms/if1-2.rom
66+
/roms/opus.rom
67+
/roms/trdos.rom
68+
/roms/usource.rom
69+
/settings.c
70+
/settings.h
71+
/stamp-h
72+
/stamp-h1
73+
/stamp-h.in
74+
*.swp
75+
tags
76+
/ui/fb/keysyms.c
77+
/ui/gtk/keysyms.c
78+
/ui/gtk/menu_data.c
79+
/ui/gtk/menu_data.ui
80+
/ui/gtk/options.c
81+
/ui/gtk/options.h
82+
/ui/gtk/options_internals.h
83+
/ui/null/options.c
84+
/ui/svga/keysyms.c
85+
/ui/widget/fuse.font
86+
/ui/widget/menu_data.c
87+
/ui/widget/options.c
88+
/ui/widget/options.h
89+
/ui/widget/options_internals.h
90+
/ui/wii/keysyms.c
91+
/ui/win32/keysyms.c
92+
/ui/win32/menu_data.c
93+
/ui/win32/menu_data.h
94+
/ui/win32/menu_data.rc
95+
/ui/win32/options.c
96+
/ui/win32/options_internals.h
97+
/ui/win32/options.rc
98+
/ui/xlib/keysyms.c
99+
/ui/xlib/xpixmaps.c
100+
/ylwrap
101+
/z80/coretest
102+
/z80/coretest.exe
103+
/z80/coretest.out
104+
/z80/opcodes_base.c
105+
/z80/tests.actual
106+
/z80/z80_cb.c
107+
/z80/z80_ddfd.c
108+
/z80/z80_ddfdcb.c
109+
/z80/z80_ed.c

AUTHORS

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
Fuse has been brought to you by:
2+
3+
* Matan Ziv-Av: SVGAlib and framebuffer user interfaces, the glib
4+
replacement code, some work on the sound code and the original
5+
`widget' code.
6+
7+
* Russell Marks: the generic and OSS-specific sound code, the man page,
8+
the Kempston joystick emulation and lots of bug reports and fixes.
9+
10+
* Ian Collier: the original ZX Printer emulation (for xz80).
11+
12+
* John Elliott: for lib765, which provided Fuse's original emulation of the
13+
+3's FDC, and libdsk which provided support for more disk image formats:
14+
see http://www.seasip.info/Unix/LibDsk/index.html
15+
16+
* Darren Salt: the original versions of the code for +3 emulation,
17+
SLT support, MITSHM support (for the Xlib UI), TZX raw data blocks,
18+
and RZX embedded snapshots and compression.
19+
20+
* Alexander Yurchenko: the OpenBSD/Solaris-specific sound code.
21+
22+
* Fredrick Meunier: for TC2048 support, the SDL user interface, the
23+
graphics filters, Pentagon support, Spectrum SE support, Interface
24+
II support and more.
25+
26+
* Ludvig Strigeus and The ScummVM project: the original graphics filter code.
27+
28+
* Dmitry Sanarin: the original TR-DOS emulation (for Glukalka).
29+
30+
* Witold Filipczyk: TC2068 support and more.
31+
32+
* Matthew Wescott: the AY logging code.
33+
34+
* Marek Januszewski: Some patches making Fuse much closer to compiling under
35+
Win32, and fixing up the GTK+ 2.0 interface.
36+
37+
* Sergio Baldoví: improvements to the Win32 UI.
38+
39+
* Stuart Brady: for the Scorpion, +D interface emulation and HP-UX sound
40+
support.
41+
42+
* Garry Lancaster: the simple 8-bit IDE, ZXATASP and ZXCF support.
43+
44+
* Gergely Szasz: +3, +D, Opus, Didaktik 80 and Interface 1/Microdrive emulation,
45+
the 'movie' code and the ALSA and ao sound drivers.
46+
47+
* Bjoern Giesler: the original Wii port.
48+
49+
* Shay Green: the Blip_Buffer band pass filter for beeper and AY output.
50+
51+
* Michael D Wynne: the Opus Discovery emulation (for EightyOne).
52+
53+
* Patrik Persson: the SpeccyBoot Ethernet emulation.
54+
55+
* Philip Kendall: everything else.

0 commit comments

Comments
 (0)