Version 15

This commit is contained in:
Fabio Olimpieri 2017-05-20 13:06:16 +02:00
parent 6a4d6ec9a4
commit dc3dbbd1f3
6 changed files with 15 additions and 6 deletions

View File

@ -145,7 +145,7 @@ dist: $(BUILD)
cp sound/select_BE.raw $@/fbzx-wii/fbzx cp sound/select_BE.raw $@/fbzx-wii/fbzx
cp sound/unselect_BE.raw $@/fbzx-wii/fbzx cp sound/unselect_BE.raw $@/fbzx-wii/fbzx
cp fbzx.net $@/fbzx-wii cp fbzx.net $@/fbzx-wii
cp AMSTRAD CAPABILITIES COPYING FAQ README README.TZX VERSIONS VERSIONS.wii $@/apps/fbzx-wii/doc cp AMSTRAD CAPABILITIES COPYING FAQ README VERSIONS.wii $@/apps/fbzx-wii/doc
cp allophones/*.* $@/fbzx-wii/fbzx/allophones cp allophones/*.* $@/fbzx-wii/fbzx/allophones
touch $@/fbzx-wii/tapes/dummy touch $@/fbzx-wii/tapes/dummy
touch $@/fbzx-wii/snapshots/dummy touch $@/fbzx-wii/snapshots/dummy

3
README
View File

@ -43,7 +43,8 @@ FEATURES
- Support for SE Basic - Support for SE Basic
- FTP client for loading games from internet repositories (e.g. WOS). - FTP client for loading games from internet repositories (e.g. WOS).
- Emulates up to 2 joysticks of types: Kempston, Cursor, Fuller , Sinclair1, Sinclair2 and QAOP. - Emulates up to 2 joysticks of types: Kempston, Cursor, Fuller , Sinclair1, Sinclair2 and QAOP.
- All the wiimote, nunchuck and classic controller buttons and joypads are fully configurable. - Support for gamecube and WIIU PRO controllers
- All the wiimote, nunchuck, classic controller and gamcucube controller buttons and joypads are fully configurable.
- IR Virtual keyboard support. - IR Virtual keyboard support.
- Emulates Interface I, Interface II and Microdrive. - Emulates Interface I, Interface II and Microdrive.
- Emulates ULAPlus. - Emulates ULAPlus.

View File

@ -19,7 +19,7 @@ FBZX Wii has two GUIs: one is derived from the original FBZX and the other one i
FBZX WII Menu FBZX WII Menu
************* *************
Menu key (it is the key near CTRL Rigth) or gamepad button 7 to access FBZX Wii menu. Home key or gamepad button 7 to access FBZX Wii menu.
Left ALT key to toggle Full Screen. Left ALT key to toggle Full Screen.
The virtual keyboard is accessed passing the mouse on the screen or through CTRL Rigth The virtual keyboard is accessed passing the mouse on the screen or through CTRL Rigth
or gamepad button 6 (it depends on the auto virtual ketboard option). or gamepad button 6 (it depends on the auto virtual ketboard option).

View File

@ -1,3 +1,11 @@
version 15:
* Added WIIU PRO controller support
* Added Gamecube controller support
* Fast up and down menu scrolling with the second joystick
* Fixed bug in D-Right conf
-- Fabio Olimpieri <fabio.olimpieri@tin.it> May 12 2017
version 14: version 14:
* Added RZX support (play, record, add bookmark, edit, browsing) in tool menu * Added RZX support (play, record, add bookmark, edit, browsing) in tool menu
* Preview screen auto extracted from tap, tzx, sna, z80 and rzx files * Preview screen auto extracted from tap, tzx, sna, z80 and rzx files

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name>FBZX Wii</name> <name>FBZX Wii</name>
<coder>Oibaf (Fabio Olimpieri)</coder> <coder>Oibaf (Fabio Olimpieri)</coder>
<version>14.0</version> <version>15.0</version>
<release_date>20150629</release_date> <release_date>20170512</release_date>
<short_description>ZX Spectrum Emulator</short_description> <short_description>ZX Spectrum Emulator</short_description>
<long_description>A ZX Spectrum emulator. <long_description>A ZX Spectrum emulator.
The project is based on FBZX originally written by Sergio Costas (http://www.rastersoft.com/fbzx.html). The project is based on FBZX originally written by Sergio Costas (http://www.rastersoft.com/fbzx.html).

View File

@ -336,7 +336,7 @@ void help_menu() {
clean_screen(); clean_screen();
print_string(fbuffer,"FBZX Wii (14.0)",-1,20,15,0,ancho); print_string(fbuffer,"FBZX Wii (15.0)",-1,20,15,0,ancho);
print_string(fbuffer,"Available keys",-1,50,14,0,ancho); print_string(fbuffer,"Available keys",-1,50,14,0,ancho);
print_string(fbuffer,"Shift:Caps Shift Ctrl:Symbol Shift",-1,95,11,0,ancho); print_string(fbuffer,"Shift:Caps Shift Ctrl:Symbol Shift",-1,95,11,0,ancho);