mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-10-31 22:35:06 +01:00
Version 15
This commit is contained in:
parent
6a4d6ec9a4
commit
dc3dbbd1f3
@ -145,7 +145,7 @@ dist: $(BUILD)
|
||||
cp sound/select_BE.raw $@/fbzx-wii/fbzx
|
||||
cp sound/unselect_BE.raw $@/fbzx-wii/fbzx
|
||||
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
|
||||
touch $@/fbzx-wii/tapes/dummy
|
||||
touch $@/fbzx-wii/snapshots/dummy
|
||||
|
3
README
3
README
@ -43,7 +43,8 @@ FEATURES
|
||||
- Support for SE Basic
|
||||
- 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.
|
||||
- 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.
|
||||
- Emulates Interface I, Interface II and Microdrive.
|
||||
- Emulates ULAPlus.
|
||||
|
@ -19,7 +19,7 @@ FBZX Wii has two GUIs: one is derived from the original FBZX and the other one i
|
||||
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.
|
||||
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).
|
||||
|
@ -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:
|
||||
* Added RZX support (play, record, add bookmark, edit, browsing) in tool menu
|
||||
* Preview screen auto extracted from tap, tzx, sna, z80 and rzx files
|
||||
|
4
meta.xml
4
meta.xml
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>FBZX Wii</name>
|
||||
<coder>Oibaf (Fabio Olimpieri)</coder>
|
||||
<version>14.0</version>
|
||||
<release_date>20150629</release_date>
|
||||
<version>15.0</version>
|
||||
<release_date>20170512</release_date>
|
||||
<short_description>ZX Spectrum Emulator</short_description>
|
||||
<long_description>A ZX Spectrum emulator.
|
||||
The project is based on FBZX originally written by Sergio Costas (http://www.rastersoft.com/fbzx.html).
|
||||
|
@ -336,7 +336,7 @@ void help_menu() {
|
||||
|
||||
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,"Shift:Caps Shift Ctrl:Symbol Shift",-1,95,11,0,ancho);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user