diff --git a/Makefile.wii b/Makefile.wii index 32db666..65d1a5d 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -92,6 +92,23 @@ CFLAGS := $(COMMON_FLAGS) $(INCLUDES) $(DEFINES) # Test link flags. LDFLAGS := $(COMMON_FLAGS) -L$(LIB_DIR) -L$(DEVKITPRO)/libogc/lib/wii -lz -lSDL_ttf -lSDL -lfreetype -lfat -lwiiuse -lbte -logc -lm +dist: uae.dol + +dist: uae.dol + install -d $@/apps/uae + install -d $@/uae + install -d $@/uae/floppies + install -d $@/uae/roms + install -d $@/uae/harddisks + install -d $@/uae/saves + cp $< $@/apps/uae/boot.dol + cp meta.xml $@/apps/uae/ + cp icon.png $@/apps/uae/ + cp FreeMono.ttf $@/apps/uae/ + cp Smaller.ttf $@/apps/uae/ + cp uaerc.wii $@/uae/uaerc + cd $@ && tar -czf ../uae-bin.tar.gz * + # How to link an ELF. uae.elf: src/machdep src/target.h src/sysconfig.h $(OBJS) @echo Linking $@ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..dea46a1 Binary files /dev/null and b/icon.png differ diff --git a/meta.xml b/meta.xml new file mode 100644 index 0000000..cc5620b --- /dev/null +++ b/meta.xml @@ -0,0 +1,9 @@ + + + UAE + Simon Kagstrom + 1 + 20090513 + Amiga emulator + UAE is an Amiga emulator written by Bernd Schmidt et al, see http://amigaemulator.org. The port to Wii was done by Simon Kagstrom. + diff --git a/uaerc.wii b/uaerc.wii new file mode 100644 index 0000000..aa003c5 --- /dev/null +++ b/uaerc.wii @@ -0,0 +1,5 @@ +kickstart_rom_file=/uae/roms/kick.rom +floppy0=/uae/floppies/budbrain.adz +cpu_speed=real +cpu_type=68000 +sound_frequency=32000