0 Members and 5 Guests are viewing this topic.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
tiDE runs on the computer for x86 or x64 bit processors. Not on a calculator. Mosaic runs on-calc, and I plan to port it to KOS.
From what I recall I think he was planning to add USB Flash drive support. Bluetooth dongle support would be nice, if possible, although if for stuff like Online gaming it would need someone to code a server or something to allow it, and I wonder if internet on a calc would be possible.
Quote from: DJ Omnimaga on September 29, 2010, 12:13:48 pmFrom what I recall I think he was planning to add USB Flash drive support. Bluetooth dongle support would be nice, if possible, although if for stuff like Online gaming it would need someone to code a server or something to allow it, and I wonder if internet on a calc would be possible.Yeah, me and alberthrocks are working on the internet thing.
tiDE runs on the computer for x86 or x64 bit processors. Not on a calculator.
And a feature request that you've probably already included (just in case): key routines in the system interrupt, like GetCSC (but I don't think there need be two of them ).
Yeah I know. I think he was more wondering about compiling to a KOS-compatible format.
Quote from: Deep Thought on September 29, 2010, 11:23:43 pmAnd a feature request that you've probably already included (just in case): key routines in the system interrupt, like GetCSC (but I don't think there need be two of them ).No, but I think I've found a better way by just making it a routine
Quote from: SirCmpwn on September 29, 2010, 11:40:36 pmQuote from: Deep Thought on September 29, 2010, 11:23:43 pmAnd a feature request that you've probably already included (just in case): key routines in the system interrupt, like GetCSC (but I don't think there need be two of them ).No, but I think I've found a better way by just making it a routine That'll work, but will it keep track of keys already pressed? Because sometimes when it's laggy keeping a record of the past keys pressed might be a good idea (especially in multitasking).
That'll work, but will it keep track of keys already pressed? Because sometimes when it's laggy keeping a record of the past keys pressed might be a good idea (especially in multitasking).
And of course a routine for key combinations would be nice: I would like to be able to check wheter [ALPHA]/[2ND] is pressed wit an [other] key, or just only the [other] key