yeah... its sad no one wants to port it...
but it's useless to bump this topic now...
anyone intresetd by this topic has enough time to read it and answer
if a dev wanted to port it, be sure he let you know here
so no Ultima7 port for now (live with(out) it, or port it urself)
just dont open/close your file...
open it at the app init
seek/read as much as you want in the app
and close the file at the app end
reseting gp32 with opened files isnt an issue for RO files, but for RW files you'll loose the modifications
explain your 'other situations where this method is...
i was looking for some multi threading implementation when i fall into this web site
RTEMS
well i know there is a linux project allready, but maybe this could be an alternative
didnt look much but there seems to be arm cpu support
i dont have skills to build such an os but if someone has the...
well... it wasnt working because the TIMER wasnt inited... so i take a look at the s3c2400 ref doc and here is my code
can anyone check this code??? (mr.spive maybe)
int SDL_SYS_TimerInit(void)
{
//for PCLK=66Mhz
rTCFG0=4;//set 8bit prescalers to 4 for time0&1
rTCFG1=51;// set 4bit dividers...
ok, im trying to port sdl against this marvelous sdk...
iv got probelms with timer and threads...
here is for timers
void SDL_gp32_Timer(void)
{
if (SDL_timer_running)
SDL_ThreadedTimerCheck();
}
int SDL_SYS_TimerInit(void)
{
/*if(GPOS_ERR_ALREADY_USED ==...
ok, just to say im trying to port openttd right now...
dont hope to high, maybe its never going to works and i'll have lost my time for nothing... (the resolution problem...) if any of u has an idea for this issue, ur comments are welcome
dont hope a release before end of april... maybe for the...
Geepee is not based on official SDK..; but on official samsung specs techs of gp32's cpu so of course it could emulate apps build with other sdk.;;
i think dma arent implemented in GeePee32 and mr.mirko sound lib uses dma so here is your problem
buy a real gp32 :) you wont regret it
ok finished retargeting stdio.h for ads 1.2
printf
its still very slow du to smfs lib... gonna investigate... but very usefull
take a look... its free lol
ok here is what i'm tring to do...
printf
its a early stdio retargeting... (would allow to use fopen(), fread(), fwrite(),... with the smfs lib)
printf family functons seems working (stdout and stderr are emulated with real files in gp:\) but fopen() isn't wokring (the gp32 reboot at start)
it'a...
my full mr.mirko'sdk (a mix a of .6, .61 and .62 + nanjungho mods)
mr.mirko sdk
oh and i didnt like the old nanjungho's crt0.s so i take a look at ADS doc, here is a mix of the both crt0.s and it seems to be working
; Startup code for ADS 1.2 by nanjungho
; User must set link option -first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.