3 # --with-x use the X Window System
4 # --with-win32 use Win32 for user interface
5 --without-svgalib use svgalib for user interface
6 --without-fb use framebuffer for user interface
7 --without-gpm don't use libgpm for e.g. Kempston mouse
8 --without-wii use Wii FB for user interface
9 # --with-sdl use SDL for user interface
10 # --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
11 # --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
12 --with-gtk use GTK+ for user interface
13 # --without-gtk don't use GTK+ for user interface
14 # --without-glib don't use glib
15 # --with-glib-prefix=PFX Prefix where GLIB is installed (optional)
16 # --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)
17 # --with-libspectrum-prefix=PFX where libspectrum is installed (optional)
18 # --without-png don't use libpng
19 --with-alsa use libasound (ALSA)
20 # --with-libao use libao for sound output
21 # --without-libsamplerate don't use libsamplerate
22 # --with-roms-dir=DIR location of the Spectrum ROM images
23 --without-joystick use a real joystick for Kempston emulation etc.
24 --without-libxml2 use a libxml2 for settings
25 # --with-xml-prefix=PFX Prefix where libxml is installed (optional)
26 # --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)
30 --- old/roms/Makefile.in 2011-04-07 17:08:41.000000000 +0300
31 +++ new/roms/Makefile.in 2011-04-07 17:09:58.993015475 +0300
33 top_builddir = @top_builddir@
34 top_srcdir = @top_srcdir@
35 AUTOMAKE_OPTIONS = foreign
36 -ROMS = 128-0.rom 128-1.rom \
40 + 48turbo.rom turbo90.rom \
41 + 128-0.rom 128-1.rom \
42 + 128p-0.rom 128p-1.rom \
43 + 256s-0.rom 256s-1.rom 256s-2.rom 256s-3.rom \
45 + if1-1.rom if1-2.rom \
47 plus2-0.rom plus2-1.rom \
48 plus3-0.rom plus3-1.rom plus3-2.rom plus3-3.rom \
49 plus3e-0.rom plus3e-1.rom plus3e-2.rom plus3e-3.rom \
52 + speccyboot-1.4.rom \
54 tc2068-0.rom tc2068-1.rom \
60 pkgdata_DATA = $(ROMS)
61 EXTRA_DIST = $(ROMS) README.copyright
63 --- old/roms/Makefile.am (revision 4352)
64 +++ new/roms/Makefile.am (working copy)
67 AUTOMAKE_OPTIONS = foreign
69 -ROMS = 128-0.rom 128-1.rom \
73 + 48turbo.rom turbo90.rom \
74 + 128-0.rom 128-1.rom \
75 + 128p-0.rom 128p-1.rom \
76 + 256s-0.rom 256s-1.rom 256s-2.rom 256s-3.rom \
78 + if1-1.rom if1-2.rom \
80 plus2-0.rom plus2-1.rom \
81 plus3-0.rom plus3-1.rom plus3-2.rom plus3-3.rom \
82 plus3e-0.rom plus3e-1.rom plus3e-2.rom plus3e-3.rom \
85 + speccyboot-1.4.rom \
87 tc2068-0.rom tc2068-1.rom \
93 pkgdata_DATA = $(ROMS)
98 --- old/menu_data.dat (revision 4352)
99 +++ new/menu_data.dat (working copy)
102 Options/_General..., Item, F4
103 Options/_Sound..., Item
104 -Options/_Peripherals..., Item
105 +Options/_Peripherals..., Item, F5
106 Options/_RZX..., Item
108 Options/_Joysticks, Branch
110 Options/_Filter..., Item,,, menu_filter_detail
113 -Options/F_ull screen, Item, F11
114 +Options/F_ull screen, Item
117 Options/_Disk options..., Item
118 @@ -113,10 +113,10 @@
119 Machine/_Pause..., Item, Pause
122 -Machine/_Reset..., Item, F5,,, 0
123 +Machine/_Reset..., Item, F12,,, 0
124 Machine/_Hard reset..., Item,, menu_machine_reset,, 1
125 Machine/_Select..., Item, F9,, menu_machine_detail
126 -Machine/_Debugger..., Item
127 +Machine/_Debugger..., Item, F11
128 Machine/P_oke Finder..., Item
129 Machine/_Memory Browser..., Item
131 @@ -129,12 +129,12 @@
134 Media/_Tape, Branch,,, menu_tape_detail
135 -Media/Tape/_Open..., Item, F7
136 -Media/Tape/_Play, Item, F8
137 +Media/Tape/_Open..., Item
138 +Media/Tape/_Play, Item
139 Media/Tape/_Browse..., Item
140 Media/Tape/_Rewind, Item
141 Media/Tape/_Clear, Item
142 -Media/Tape/_Write..., Item, F6
143 +Media/Tape/_Write..., Item
144 Media/Tape/R_ecord Start, Item
145 Media/Tape/Recor_d Stop, Item
153 Fuse (the Free Unix Spectrum Emulator) was originally, and somewhat
154 unsurprisingly, an emulator of the ZX Spectrum (a popular 1980s home
155 computer, especially in the UK) for Unix.