0 Members and 3 Guests are viewing this topic.
That one looks pretty nice actually, although I think it would be nice if the ALPHA buttons were blue-green-ish instead of brown to match the rest.
Thanks for the skins SpiroH!
Question: does kArmTI run with the /W command-line flag on by default. Every time I boot the 3.0.0 CX CAS DEVBUILD boot1, the emulator issues a warning (as does nspire_emu) and I have to enter 'c' in the debugger to keep booting.
Also, I take it that 3.0.0 boot1 can't boot later 3.x boot2s?
Hmm, I looked in the nspire_emu source code and it has a bool value break_on_warn, which is set to true if you have a /W. But break_on_warn is not set to false in the first place! So I guess it could have true or false, randomly.
Quote from: Legimet on July 28, 2013, 09:42:08 amHmm, I looked in the nspire_emu source code and it has a bool value break_on_warn, which is set to true if you have a /W. But break_on_warn is not set to false in the first place! So I guess it could have true or false, randomly.Global variables should default to 0 (false in this case).