I have just recompiled for GP2X F100/F200 the ZX Spectrum emulator from this thread for Caanoo/Wiz http://www.gp32x.de...peccy-portable/ .
Thanks to Aion for the sources and the good work on this .
I have changed only minimal thing on sources to gain speed on GP2X :
Commented out... SDL_DOUBLEBUF in SDL_SetVideoMode from platformsdlsdl_video.cpp
Changed audio.freq = 22050; in InitAudio() from platformsdlsdl_sound.cpp
This is the option used in Compiler/Linker :
I have tested only on my F200 firm Open2x_DR7 and touch work , i have tried some demo of _disk dir and they runs fine , but i dont have managed to run any ZX game i have ...
maybe i'm too newbe for ZX Spectrum ( i have had only C=64 and Amiga in the past ) and don't know how to run.
Download at http://www.steekr.co...14cddcd8d2c887/
If this is ok i will submit on archive .
Enjoy.
Thanks to Aion for the sources and the good work on this .
I have changed only minimal thing on sources to gain speed on GP2X :
Commented out... SDL_DOUBLEBUF in SDL_SetVideoMode from platformsdlsdl_video.cpp
Changed audio.freq = 22050; in InitAudio() from platformsdlsdl_sound.cpp
This is the option used in Compiler/Linker :
Code:
-Wall
-s
-O3
-mcpu=arm920t
-mtune=arm920
-ffast-math
-fmessage-length=0
-finline-functions -fomit-frame-pointer -fno-builtin -fno-exceptions
-fno-pic -fno-common
_LINUX
_WIZ
NDEBUG
USE_SDL
SDL_KEYS_WIZ
USE_EMBEDDED_RESOURCES
-static -lSDL -lSDL_image
-lSDL_mixer -lpthread
I have tested only on my F200 firm Open2x_DR7 and touch work , i have tried some demo of _disk dir and they runs fine , but i dont have managed to run any ZX game i have ...
maybe i'm too newbe for ZX Spectrum ( i have had only C=64 and Amiga in the past ) and don't know how to run.
Download at http://www.steekr.co...14cddcd8d2c887/
If this is ok i will submit on archive .
Enjoy.
Last edited by a moderator: