Thread: C++ and MAME
View Single Post
Old 08-09-2014, 09:14 AM   #9
Kong's Avatar
 
Kong

Re: C++ and MAME

I just copied the original from here.
Trying to rewrite realloc function in c - Stack Overflow


I used your version but changed the final if to this.
Quote:
if (p) {
free(p);
Is working great. Thanks.

All file reads and writes can optionally be done on server and memory now with a progress bar.

Will try using online nvram in trivia games to make them random and save the server nvram with the inp so the movie plays back.
My SignatureDisplay Signature Reply With Quote