Version 8

This commit is contained in:
fabio.olimpieri 2013-01-06 21:49:53 +00:00
parent 7a9bfa6a77
commit 186cfb045c
2 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,17 @@
version 8:
* Screen snapshots visible on screen in file select menus
* Option to activate the virtual keyboard with the wiimote IR pointer
* Changed menu navigation rules (2 and B always come back to previuos menu)
* FTP and SMP connect also after start up
* Tape stops after machine selection change
* Fixed contention in normal mode emulation
* Fixed crackling in turbo auto mode
* Other minor bug fixes
-- Fabio Olimpieri <fabio.olimpieri@tin.it> Jan 6 2013
version 7:
* Added auto turbo mode
* Added graphical virtual keyboard using wii pointer

View File

@ -2,8 +2,8 @@
<app version="1">
<name>FBZX Wii</name>
<coder>Oibaf</coder>
<version>7.0</version>
<release_date>20121230</release_date>
<version>8.0</version>
<release_date>20130106</release_date>
<short_description>ZX Spectrum Emulator</short_description>
<long_description>A ZX Spectrum emulator for FrameBuffer written by Sergio Costas, see http://www.rastersoft.com/fbzx.html.
The port to Wii was done by Fabio Olimpieri.
@ -12,9 +12,9 @@ USAGE
------
Put .z80 and .sna files in /fbzx-wii/snapshots or .tap and .tzx files in /fbzx-wii/tapes on your SD card.
Press the home button to access the in-game menu. Press 1 or A to select an item and 2 or B to escape.
Press the "home" button to access the in-game menu. Press 1 or A to select an item and 2 or B to come back to the previous menu.
Press the "+" button to access the virtual keyboard which uses the IR pointer.
Press the "+" button to access the virtual keyboard which uses the IR pointer or point the wiimote at the screen.
The in-game menu allows you to insert tapes, load them and configure the display, joysticks etc.
@ -32,6 +32,8 @@ The general preferences are saved (joystick type, machine, buttons bindings, etc
You can also save the game preferences which can be automatically loaded with the tape/snapshot if the related option is set.
If you save the screen shots they will appear on the screen during the menu navigation.
You can also load a file from a usb disk, from your PC and from Internet via FTP using a wi-fi connection. For the wi-fi you should set the parameters in fbzx.net file.
If Rumble is enabled, the wiimote rumbles each time the fire button is pressed.
@ -43,5 +45,7 @@ COPYRIGHT
---------
The software is distributed under the terms and conditions of the General Public License Version 3.
Amstrad has kindly given their permission for the redistribution of their copyrighted material (ZX Spectrum ROM files) but retains that copyright.
</long_description>
</app>