Search results

  1. L

    Ultima 7

    money is not the problem... give us time :D
  2. L

    Ultima 7

    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)
  3. L

    GP32 File Io

    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...
  4. L

    GP32 Rtems

    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...
  5. L

    GP32 Mr.mirkos Sdk Replacement

    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...
  6. L

    GP32 Mr.mirkos Sdk Replacement

    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 ==...
  7. L

    Gp32 Mag

    winxp pro or any image viewer (acdc)
  8. L

    Transport Tycoon Deluxe

    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...
  9. L

    GP32 Mr.mirko's Sdk

    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
  10. L

    GP32 Mr.mirkos Sdk Replacement

    you mean the bios initialize the SVC stack?
  11. L

    GP32 Mr.mirkos Sdk Replacement

    i thought it was samsung engine we are using i've saw some smc code in gp32 linux project... maybe we could ask them found the linux MTD home page
  12. L

    GP32 Mr.mirkos Sdk Replacement

    smil could this be used for a new smlib?
  13. L

    GP32 Programming Something

    no actually, you can only code in c/c++ (well m trying to add Java to the list)
  14. L

    GP32 Mr.mirkos Sdk Replacement

    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
  15. L

    GP32 Mr.mirkos Sdk Replacement

    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...
  16. L

    GP32 Mr.mirkos Sdk Replacement

    search for ads 1.2 on www.arm.com its a devloper IDE
  17. L

    GP32 Mr.mirkos Sdk Replacement

    is it possible to use the RTC date/calendar function??? with BCDSEC,BCDMIN etc...
  18. L

    GP32 Mr.mirkos Sdk Replacement

    fully agreed
  19. L

    GP32 Mr.mirkos Sdk Replacement

    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...
  20. L

    GP32 Mr.mirkos Sdk Replacement

    here is my full project rtctest and it works well just after power on thanx my smfs and rtc is working now with the old crt0.S
Back
Top