Version 7

This commit is contained in:
fabio.olimpieri 2011-11-27 10:12:21 +00:00
parent 63a899dbdc
commit 39c2b6bf21
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,10 @@
version 7:
*Fixed Hardfile and virtual filesystem support
*Added virtual keyboard
*Added several menu options (immediate blits, collision level, real CPU speed, scanlines, ntsc and sound)
*Menu reorganization
*Other small improvements
version 6:
*(build) Update to devkitpro r24 and libogc 1.8.8
* Added SMB support

View File

@ -155,9 +155,10 @@ LDFLAGS := $(COMMON_FLAGS) -L$(LIB_DIR) -L$(PORTLIBS)/lib -L$(DEVKITPRO)/libog
dist:uae.dol
install -d $@/apps/uae
install -d $@/uae
install -d $@/uae/floppies
install -d $@/uae/roms
install -d $@/uae/floppies
install -d $@/uae/harddisks
install -d $@/uae/harddir
install -d $@/uae/saves
echo "dummy" > $@/uae/roms/put-your-kick-dot-rom-here
echo "dummy" > $@/uae/floppies/dummy

View File

@ -2,8 +2,8 @@
<app version="1">
<name>UAE</name>
<coder>Simon Kagstrom</coder>
<version>6</version>
<release_date>20111023</release_date>
<version>7</version>
<release_date>20111127</release_date>
<short_description>Amiga emulator</short_description>
<long_description>UAE is an Amiga emulator written by Bernd Schmidt et al, see http://amigaemulator.org. The port to Wii was done by Simon Kagstrom, with help from Christopher Follett, "Knitax" and Fabio Olimpieri</long_description>
<long_description>UAE is an Amiga emulator written by Bernd Schmidt et al, see http://amigaemulator.org. The port to Wii was done by Simon Kagstrom, with help from Christopher Follett, "Knitax" and Fabio Olimpieri (Oibaf)</long_description>
</app>