Hi guys and girl(s)!
I'm looking for some piece of code!
I am trying to create an appvar for TI 83+ and TI 84 from my computer.
#include <fstream>
int main()
{
std::ofstream passe("app.8xv");
return 0;
}
I used this code to create it but when I transfer the void appvar to wabbitemu, "Invalid file format" appears, then "invalid file argument"
So, I looked at the source of an appvar with notepad++ and I saw:
I copied the first line into my appvar(I couldn't copy the second and the third), but now I can see:"Wabbitemu z80 emulator doesn't work..."
Could someone help me please?
(sorry for the frightening english)