Search results

  1. N

    GP32 Mr.mirkos Sdk Replacement

    that was clear up old interrupts. see um_s3c2400x_rev10 Figure 2-6. Program Status Register Format. It seems not really necessary. - nanjungho
  2. N

    GP32 Mr.mirkos Sdk Replacement

    humm.. It seems crt0.S problem. If u use early version of crt0.S then run properly. I can't sure what's the main problem. read the ads1.2 Online-Book doucument to solve this problems. - nanjungho ; Startup code for ADS 1.2 by nanjungho ; User must set link option -first crt0.o(init)...
  3. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, have u add "-DGP32" ads C compile option for smfs lib? according to smfs 'Makefile' -DGP32 needs. plz test this lib and gxe working. smfs test and welcome omega5, - nanjungho ps: 2004-03-04 오후 08:13 34,328 smctest_ads.fxe 2004-02-26 오전 12:06 49,768 smctest.fxe...
  4. N

    GP32 Mr.mirkos Sdk Replacement

    cause that libs have more info section. compiled code was more smaller then gcc if gxe rager then 100K im sure. currently I can't .. you can use my code to rebuild images. I've just captured data from my WinXP.. It is secret from MS :)). good day, - nanjungho
  5. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, yo, >> SDL... My think was same to mr.mirkos. gp32 was diying, on appear PSP(playstation portable) at end of year. and many handheld game machines appears at this year. Just save your time.. btw.. hmm.. Korean char set was designed by "Great King of SeJong" at 600 years ago. (He is...
  6. N

    GP32 Mr.mirkos Sdk Replacement

    Yes, but.. EUC-KR is just big set of KSC5601 for special char like line and english. KSC5601 is Korea standard char set used in MSWindow. but ..KSC5601 is not perfact supports all of Korean char, just 99.999% of frequently using by Korean. so, U don't worry about it for making a game not a...
  7. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, all, Here is my modified version of mr.mirkos sdk for ADS 1.2 It contained new version of crt0.S ( more good ) and my simple KSC5601 Korean char support example for Don Miguel. I hope this sdk helpful for ADS user. use your own risk. thanx, - nanjungho MR.MIRKOS SDK for ADS1.2
  8. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, Miguel Good idea for your crt0.s for combine with gp32sdk. but,.. Idon't want waste time for original gp32sdk. ;) btw.. The good news is I was ready made simple KSC5601 Korean language support routine, just like famous GPFM's 12x12 font. I will post here soon... but.. Why u interesting to...
  9. N

    Korean Homebrew Games?

    Hio, I'm live in Korea. Gp32 is not famous game machine in Korea. Most Korean young boys enjoy that PC based internet on-line games on there spear time. Cause In my guess, Korea home internet has been ready for 80% of every home with full mega speed ADSL, Korea ADSL is cheep for use (...
  10. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, again This is my version of crt0.S to get full support of ADS 1.2. It can support all(most) of stdlib function ; Startup code for ADS 1.2 by nanjungho ; User must set link option -first crt0.o(init) ;////////////////////////////////////////////////////////////////////////////@ ;// crt0.S...
  11. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, Is this correct code in SDK example? // FRAMEBUFFER 0x0C7B4000  framebuffer1 = (u16*) FRAMEBUFFER;  framebuffer2 = (u16*) FRAMEBUFFER - (320*240*2); according to Mr.Spiv's gp32 bios 1.5.7 code document.. 0x0C7B1400-0x0C7B1508 - GpSurfaceSet() or GpSurfaceFlip() code...
  12. N

    GP32 Mr.mirkos Sdk Replacement

    to loki666 I've recompiled and tested smc library for ADS1.2 Maybe *p_buff = data requared. so I made function like below unsigned char SM_READ_DATA() { unsigned char data; rPDDAT &=~ 0x100; data = (rPBDAT & 0xFF); rPDDAT |= 0x100; return data; } and redefined #define SM_READ_DATA(drv_no)...
  13. N

    GP32 Mr.mirkos Sdk Replacement

    opoos, I'm not tested smc library, I just modified crt0.S and then link with Mr.Mirkos's ready made SDK library(*.a), some sample works good, but fire and smc example have some problam, I can't fix it, I just beginning for ARM . Anyway, I hope u solve them soon.. keep going.. - nanjungho
  14. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, all I need simple timer API. How can I implement Timer or GpTickCountGet() like function? Show me the simple way plz, regards, -nanjungho PS: Mr.Mirkos's SDK very nice. It works fine with ArmAds 1.2. :) Thanx,
  15. N

    GP32 Mr.mirkos Sdk Replacement

    Hi, I have a problem to download this SDK. www.mirkoroller.de can't DNS resolved. please send SDK to me via email to 'piiix@passmail.to_nospam' and link SDK on other http server. thankyou for your support, - nanjungho / Korea
Back
Top