Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Streetwalrus

Pages: 1 ... 267 268 [269] 270 271 ... 283
4021
Other / Re: TI84+ soundchip - arduino SID emulator
« on: March 29, 2013, 08:27:11 am »
IDK if there's an arduino emu around. Though with TiLEM + libticables, you can probably do something. What I was saying is that wabbit can't do it w/o source mod and TiLEM would need an external program.

4022
Other / Re: TI84+ soundchip - arduino SID emulator
« on: March 29, 2013, 04:46:08 am »
I don't think so.

4023
News / Re: 160x240 CSE scrolling speed test gives promising results
« on: March 29, 2013, 04:21:38 am »
That's very nice !
So that's basically GBA resolution. Not bad at all ! I hope we can write fast enough tile map renderers. :)
Do we have that extra space on the vertical axis (for RPGs) ?

4024
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 28, 2013, 02:09:50 pm »
4719 : We repeat stuffs in here. A lot. :P

4025
News / Re: Ndless CM - Ndless ported to the TI-Nspire CM !
« on: March 27, 2013, 02:15:28 pm »
And that's why I'm leaving them. I switched from my iPod Touch to a Nexus 4 and I'm trying to sell my iMac to build a proper gaming machine (really, this thing has nothing inside and I paid 1500€ for it D:). I considered going hackintosh but I changed my mind and want Arch Linux now. :P

4026
News / Re: Ndless CM - Ndless ported to the TI-Nspire CM !
« on: March 27, 2013, 02:06:58 pm »
Also I like the look of the calc in general :)
I agree! If apple were to redesign the Nspire-CX/CX CAS it would look something like that.
...but it would be locked down even more, and even more overpriced for cheap hardware :P
I 120'd at that one. ;D

4027
Other Calc-Related Projects and Ideas / Re: Compressing maps
« on: March 27, 2013, 02:05:35 pm »
Encoding data with primes and properties of numbers can have some pretty interesting effects.
Yeah true, that's how compression works : complex math algorithms to gain a lot of space. ;)

4028
Music Showcase / Re: Glance of the Night
« on: March 27, 2013, 02:00:02 pm »
I'm not a music expert but it does sound very nice. ;)
Is that a synthetizer ?

4029
Computer Programming / Re: Creating .8xp programs (Axe) in Java
« on: March 26, 2013, 02:48:58 pm »
Basically a text parser that converts your program into tokens (every element in the BASIC editor is 1 or 2 bytes instead of a string, for example Disp is a token).

4030
Computer Programming / Re: Creating .8xp programs (Axe) in Java
« on: March 26, 2013, 01:42:52 pm »
You should write a tokenizer, then look at DEVPAC8x to make a binary file into an 8xp.

4031
Nope, unfortunately the part that allows selecting a routine depending on what triggered the interrupt is broken on the hardware side.
Looking at ASM in 28 days, you'll learn that you can actually have four routines that will be run randomly when an interrupt occurs. Or have 4x the same one, which is done most of the time (and that's prolly what Axe does).

Theoretically, pimath's method is very good, but practically it does not work. Only the DJ routine will be run since it's the last one to be registered, at frequency 2. Which means that it becomes Hayleia method with random garbage added to it. :P Sorry to break your pride pimath, TI's hardware really sucks.

4032
You know that they'll be run at random, right ?

4033
General Calculator Help / Re: I'm emulating an Nspire.
« on: March 25, 2013, 02:30:48 pm »
I meant there's no specific boot1, you just need a CX one.
And that's the correct OS version.

4034
General Calculator Help / Re: I'm emulating an Nspire.
« on: March 25, 2013, 02:28:01 pm »
It's the first part of the boot code to be exact.
I don't think there's a specific version.

4035
General Calculator Help / Re: I'm emulating an Nspire.
« on: March 25, 2013, 02:09:58 pm »
You just need a boot1 image. The OS can be downloaded from TIPlanet from which you can extract he boot2 image. That's all for the calc files.
Then use nspire_emu (you may prefer kArmTI since it's more user friendly and has skin support). ;)

I'm personally using the boot1 I had a friend dump for me from his calc. :P

Pages: 1 ... 267 268 [269] 270 271 ... 283