Unreal Speccy Portable


Farox

Certified Guru
Joined
Jan 8, 2009
Messages
2,413
Age
56
Location
Italy
Website
rbnet.it
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 :
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:
Sweet! Do you want this announced in the news section or wait for some beta testing first?
 
Maybe it's better to wait for more beta tester before annunce it in News , just no more then a couple of days anyway...thanks :)
 
okay no prob. just drop me a pm when you want to get a news item approved on this. thanks for the port btw. I love to see a couple of new programs released for the gp2x on occasion. makes me believe the little bugger hasn't been forgotten.
 
tested on F100 ..a few demos, multicolor, but didn't have time for games

SCL / TAP / TRD Boot .. everything was fine :)
noticed everything is "perfectly emulated and slower but accurate" ... any CPU boost?
how's that compared to Caanoo?

try loading "1 bit attack" by mister beep -> http://pouet.net/prod.php?which=52155
 
Back
Top