mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-10-31 22:35:06 +01:00
Version 11
This commit is contained in:
parent
b72dd677ae
commit
2c31a3400b
10
VERSIONS.wii
10
VERSIONS.wii
@ -1,3 +1,13 @@
|
||||
version 11:
|
||||
* Gui interface with ZX Spectrum style and sound
|
||||
* Added screen preview in scr menu
|
||||
* Added tape settings menu
|
||||
* Added green color mode
|
||||
* Added submenu for 48k issue 2 & 3
|
||||
* Fixed several bugs (mainly memory leakage)
|
||||
|
||||
-- Fabio Olimpieri <fabio.olimpieri@tin.it> Apr 26 2014
|
||||
|
||||
version 10.3:
|
||||
* Improved txz loading algorithm
|
||||
* fixed small bugs on return from turbo state
|
||||
|
4
meta.xml
4
meta.xml
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>FBZX Wii</name>
|
||||
<coder>Oibaf (Fabio Olimpieri)</coder>
|
||||
<version>10.3</version>
|
||||
<release_date>20130601</release_date>
|
||||
<version>11.0</version>
|
||||
<release_date>20140426</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).
|
||||
|
@ -332,7 +332,7 @@ void help_menu() {
|
||||
|
||||
clean_screen();
|
||||
|
||||
print_string(fbuffer,"FBZX Wii (10.4)",-1,20,15,0,ancho);
|
||||
print_string(fbuffer,"FBZX Wii (11.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