Jump to content

Normmatt

Members+
  • Posts

    44
  • Joined

  • Last visited

Posts posted by Normmatt

  1. -NitroDS im quessing is NDSemu a copy of DSemu 0.0.1e.

    -CTDSx i havent heard of.

    -BoycottDS was never started(author couldnt be bothered).

    -iris ensata is the official DS emulator that comes with the official Nitro DevKit.

  2. well i dont give to F's what you do with it i just put it as GPL because i couldnt think of a licence lol

     

    EDIT: I fixed a bug where it should save to the ini before loading dsemu new version will be uploaced after i have made the program load the keys from a.ini file making it easyier for Two9A to transfer to c/c++

  3. This tool has under gone a complete source recontruction and hence uses far less lines of code it used to use something like 1000 lines of "if blah = then do blah" cases when now it doesnt use any err well maybe 4 the source is much cleaner and so now i am releasing the source and the latest binary with all bugs fixed. go get the binary here and the source here

    post any comments or bugs you may find here ohh and the source is GPL

  4. yes it uses mode 0 for the gfx i can post up the dragonbasic code soon well the code which sets the gfx mode is

    ___________________________________________________________

    graphics 0,false

     

    enabletiles 0,0,1,TEXT_256x256 + BG_COLOR_16

     

    loadfont16 1,font

     

    loadpal16 BG_PALETTE,0,pal

    ___________________________________________________________

    Dragonbasic function descriptions

     

    GRAPHICS(mode,sprites)

    ENABLETILES(bg,screen,char,flags)

    LOADFONT16(char,label)

    LOADPAL16(palette,index,label)

  5. i get an error with the main.rc file it says its from my microsoft sdk/platform sdk folder or something

     

    Edit : the error is "rc /IC:\program files\microsoft visual studio\vc98\include /IC:\program files\microsoft sdk\include main.rc" "fatal error U1077: "rc" : return code '0x1'"

     

    Edit2 : dont worry i got it to compile the make file included in the 0.0.1d zip is screwed i can compile withe the 0.0.0c makefile so i think you should fix that

×
×
  • Create New...