Abgeschickt von ATani am 15 November, 2000 um 17:46:56
Antwort auf: Re: have u thought about neo-rage port von tubooboo (siteop) am 15 November, 2000 um 16:41:53:
: neogeo emu , as i said before is gonna be tricky,
: as we have not enough ram in the DC to fit the ROM
Well, another thing you can do other than read in parts of the rom would be to try to use memory mapped files.. what this means is windows (ce or 9x/nt) opens a file handle and then gives you a memory pointer to the file's beginning.. then you can access the file via memcpy etc...
Atani