File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ include unittests/Makefile.am
213213include z80/Makefile.am
214214
215215check-local : fuse unittests/displaytest unittests/sdl2displaytest unittests/sdl2scalerstatetest unittests/sdl2joysticktest unittests/sdl2mousetest
216+ @test -e $(top_builddir ) /roms || ln -sf " $( abs_top_srcdir) /roms" $(top_builddir ) /roms
216217 $(top_builddir ) /fuse --unittests
217218 $(top_builddir ) /unittests/displaytest
218219 $(top_builddir ) /unittests/sdl2displaytest
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ endif
112112
113113EXTRA_DIST += \
114114 data/net.sourceforge.fuse_emulator.Fuse.desktop.in \
115+ data/net.sourceforge.fuse_emulator.Fuse.metainfo.xml \
115116 data/fuse.xml.in \
116117 data/shell-completion/diff_options.sh \
117118 data/win32/fuse.manifest.in \
Original file line number Diff line number Diff line change 4040# print "};\n";
4141
4242
43- my $xstates = join (' , ' , keys %xstates );
43+ my $xstates = join (' , ' , sort keys %xstates );
4444my $idx = 1000;
4545my $w ;
4646foreach (sort keys %xoverlay ) {
Original file line number Diff line number Diff line change 2727
2828#include <string.h>
2929
30- #include "../ compat.h"
31- #include "../ infrastructure/startup_manager.h"
32- #include "../ machine.h"
33- #include "../ memory_pages.h"
34- #include "../ peripherals/scld.h"
35- #include "../ rectangle.h"
36- #include "../ settings.h"
30+ #include "compat.h"
31+ #include "infrastructure/startup_manager.h"
32+ #include "machine.h"
33+ #include "memory_pages.h"
34+ #include "peripherals/scld.h"
35+ #include "rectangle.h"
36+ #include "settings.h"
3737
3838libspectrum_dword tstates ;
3939
You can’t perform that action at this time.
0 commit comments