mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-10-31 22:35:06 +01:00
Version 8
This commit is contained in:
parent
7a9bfa6a77
commit
186cfb045c
14
VERSIONS.wii
14
VERSIONS.wii
@ -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
|
||||
|
12
meta.xml
12
meta.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user