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 - Ranman

Pages: 1 ... 6 7 [8] 9 10 ... 92
106
Other / Re: TI84+ soundchip - arduino SID emulator
« on: January 15, 2013, 02:14:26 am »
Awesome work!

There is as special place in my heart for the C64 and its SID chip!

107
Other Calculators / Re: Should I buy a new calc?
« on: January 14, 2013, 04:04:20 am »
Woo hoo.

Great choice. You will not be disappointed!  ;)

108
TI Z80 / Re: solidFRAME - a 3D engine for the TI-83+ (SE Recommended)
« on: January 13, 2013, 10:41:34 pm »
Wow! This is awesome! Nice job Tr1p!

109
Other Calculators / Re: Should I buy a new calc?
« on: January 12, 2013, 02:54:42 am »
The TI-89 is a great choice. I prefer the earlier models over the Titanic -- errr I mean Titanium.

110
News / Re: Using the TI-83 Plus/TI-84 Plus
« on: January 10, 2013, 02:48:55 am »
You are like a machine KermMartian! Where do you get all this energy?

Ranman tips his hat to Kerm once again.

111
Other Calculators / Re: Best calc for programming?
« on: January 06, 2013, 09:01:14 pm »
And if you want to appease the wrath of Ranman and help revive the 68K scene, go for the TI-89s!

Well... You got some good points Deep.

I personally love the 68K calcs. 188Kb RAM available to user -- no page swapping, native support of 32 bit integers, 68K BASIC is very powerful (still slow), 68K assembly is easy, and powerful C support. And you get decenct LCD specs (160x100 TI89, 240x128 92+/V200)

For Z80 calcs: their BASIC is powerful but slow as well, Z80 assembly is not as straightforward, limited RAM requiring page swaps. These limitations can be fun to work with though. And now you have... Axe which is pretty darn cool!

For nSpires: not too sure about these bad boys. Great LCD resolution. LUA programming language -- since I am a C/C++ guy, I dont care for Lua.

You could go for a Casio 9860 or Casio Prizm. 9860s have good LCDs specs, 64Kb RAM, BASIC and C languages available. Prizms sound like a middle ground between 84/89 series and the nSpire.

My next calc may indeed be a Prizm.

Ranman runs again

112
Other Calculators / Re: Best calc for programming?
« on: January 06, 2013, 08:37:16 pm »
TI-89/92+ of course!!  ;)

Ranman runs before he gets his --- beat!

113
Other / Re: DS Troubles - HELP
« on: January 06, 2013, 03:21:47 pm »
It is a DS Lite. It appears to be charged. Usually if it is low on charge the orange light comes on and blinks. Right now when I power it on, the green light comes on but the screens are black (with or without a cartridge in).

As the unit degraded but before the screens went solid black, the screens would light up and show the Nintendo screen -- even without a cartridge. With a cartridge plugged in, the game would play for a few seconds then freeze up. But now... nothing but the green and orange lights work.

Thanks for all the comments. I'm hoping it is just a bad battery.

114
Gaming Discussion / Re: Your best video game pickups.
« on: January 06, 2013, 01:04:46 am »
I got Ultima V for PC MSDOS for $1 -- originally $70 in 1988.
Reminds me of http://xkcd.com/606/ but without the downsides ;D
ROFLMAO... That is so me! I bought HL2 in 2009. Greatest game ever. I'll call it THE GAME!


The other one actually came with Super Mario World 2. I only ever saw it at Walmart, though.
My little boy (age 6) loves Super Mario World Wii. He whips my a$$ everytime I play though.

115
TI Z80 / Re: AXECHESS - The First Chess made in Axe
« on: January 05, 2013, 10:43:57 pm »
PROGRESS UPDATE!!!

I just broke the game >:(

I'm going to have to start all over!!!

My AI algorithm went bonkers when I first ran it, and now I lost the code (my fault) and have to start over again from the latest update on.
So sorry to hear this. That has got to be very frustrating. I hope you don't let it discourage you -- the game looks magnificent!

116
Gaming Discussion / Re: Your best video game pickups.
« on: January 05, 2013, 10:34:42 pm »
Both the Japanese and European SNES look similar. Only the American one is different (for those who never saw one here is how the 1991 one looked like:


This is the only one that I've ever seen.

117
Gaming Discussion / Re: Your best video game pickups.
« on: January 05, 2013, 03:56:35 pm »
Start:

€20,- (€10 discount)
Snes, controllers and power supply in near mint condition. The games are complete and the Secret of Evermore came in a large box with a detailed strategy guide/artbook.
Nice!!! I never saw that version of the SNES before.

I got Ultima V for PC MSDOS for $1 -- originally $70 in 1988.

118
Other / DS Troubles - HELP
« on: January 05, 2013, 01:12:41 pm »
Has anybody ever had a DS where the battery went bad? I was wondering what the symptoms were as the battery degraded... did it just stop working or were there other symptoms before it finally bit the dust? It acted weird for a while... like game freezing up... now it just doesn't turn on.

I have an unhappy kid right now.

Any thoughts or ideas?

Thanks!

119
Jumpman 68K / Re: Jumpman
« on: January 05, 2013, 12:22:24 pm »
Quick update:

Took a break from creating levels to work on other aspects of the game.

- removed the levels from the main program
- created an external "level pack" file
- compressed the external level pack
- modified main program to open, decompress, and read the level pack
- added capability to save high scores to a file in archive memory
- modified main program to open & read high scores file

To do in this area:
- add a screen to select one of many level packs to play

120
TI-Nspire / Re: DrillMiner
« on: January 04, 2013, 11:07:45 pm »
...
Yeah, I have no idea what I'm doing :P
Have you tried fgetc for reading bytes? It may be confusing since it returns an int, but it's really only reading a character.

int fgetc ( FILE * stream );

Get character from stream.

Pages: 1 ... 6 7 [8] 9 10 ... 92