Version 11

This commit is contained in:
fabio.olimpieri 2014-04-26 11:45:45 +00:00
parent b72dd677ae
commit 2c31a3400b
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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).

View File

@ -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);