Re: A86: ti-85 emulation
[Prev][Next][Index][Thread]
Re: A86: ti-85 emulation
Vertigo, hehe...that's the most interesting source I've ever seen. Four
calcs, one file, I don't know how SCaBBy did that...
I think he is talking about an emulator shell (such as YAS or Kirk Meyer's
upcoming shell), but why would you need to worry about it? If you're
compiling a new version, change an equate in the source, if using a shell,
won't the shell handle it?
>> Hi all, I've been developing SimCity for the TI-85, and I've got alot of
>> people playing it on their ti-86's. What I want to know is how can I
tell
>> if its running on a TI-85 or TI-86? I want to save the game to the
>> calculator's graph screen, but the locations are different on each
>> calculator.
>>
>> If possible, reply back to me instead of the list, as I plan on
>> unsubscribing soon
>
>I think that you have to detect that in the compiler (like vertigo did), or
>else make two different versions, one for the 86 and one for the 85.