0 Members and 1 Guest are viewing this topic.
And here comes a major problem: nspire_emu doesn't support file transfers for OS 2.x, so debugging is not easy.Someone once suggested to transfer the file from OS 1.7 and then upgrade the OS. But I get a crash on OS startup, and anyway I wild get mad after a few debug sessions.
Ncubate directly relies on the link features of Goplat's original nspire_emu.This is a pure problem of file transfer and does not depend on the version of the .tns.
Does this include CAS touchpad?
Index: apb.c===================================================================--- apb.c (revision 56)+++ apb.c (revision 57)@@ -15,7 +15,7 @@ case 0x10: case 0x14: case 0x1C: case 0x20: case 0x24: return 0; case 0x18:- return i == 1 ? 1 : 0;+ return 0x0104 >> (i * 8) & 0xFF; } } return bad_read_word(addr);
Edit: what do you mean by getting a crash on OS startup?
Purging temporary files...Launching system...Error at PC=1028C97C: r0 = ff000000, nav user = 11f1ee14 Backtrace:Frame PrvFrame Self Return Start1800FAC4: 1800FB64 1800FAC8 1028C288 1028C9241800FB64: 1800FB9C 1800FB68 1027D35C 1028C1F81800FB9C: 1800FBE4 1800FBA0 1027D138 1027D2CC1800FBE4: 1800FC14 1800FBE8 1027CFB0 1027CFF01800FC14: 1800FC4C 1800FC18 1027CC74 1027CEF41800FC4C: 1800FCC4 1800FC50 1028B5BC 1027C6D81800FCC4: 1800FCE4 1800FCC8 1028B070 1028B10C1800FCE4: 1800FD14 1800FCE8 101C7B3C 1028AFD81800FD14: 1800FD34 1800FD18 101C7C58 101C7B041800FD34: 1800FD9C 1800FD38 1000124C 101C7BC01800FD9C: 1800FDD4 1800FDA0 102F0F70 10000FC81800FDD4: 1800FDF4 1800FDD8 10265938 102F0F241800FDF4: 1800FDF8 1800FDF8 00000000 10265920
Error at PC=1028C97C: r0 = ff000000, nav user = 11f1ee14