... I hear ya dude! I recently got the Dell Axim X50v. This thing will play DivX movies over wi-fi without dropping frames - got my whole house wired up, will...
intertek
intertek@...
Jun 1, 2005 12:35 pm
4441
Well... I have most of the core communications protocol logic complete and I'm working on the VZ specific routines which I already had a good start on. It's...
I created a little dinky page for it at: http://homepage.powerup.com.au/~intertek/vzce/ I should decomission this and my other page as they are horribly out of...
intertek@...
Jun 1, 2005 11:57 pm
4445
The following C program is a MOSTLY complete conversion of the BASIC Galactic Trade program that was posted here a few years ago. I did most of the conversion...
... looking at me RS components cattledog, page 1350 of 2004/2005. They have from 0.25 all the way thru. 0.6mm is stock #, 694-223. orderline: 1300656636 tech:...
... James, Just wondering with what params are you using to compile galactic trade? Looks like that I don't have mine set up right. (It complains) Just...
First of all the get_key routine had a last second cut and past that didn't get tested. The first line after #asm should read (it was missing the colon): SCAN:...
... wish DSE ... Well... truth is that it's not being used yet but glad to know that! I just fixed the RND number generation and the game seems to partially ...
The input routine isn't completely finished but it's close enough for the moment. It's almost 2 a.m. here so I'm quitting for the night. FWIW, the BASIC input...
... type it ... a pure ... After looking at this... It will generate an assembler listing that can typed in. However, the c file that contains the core...
Heh heh. I haven't had enough coffee yet. Sat here for 15 mins trying to work out why I got a bunch of errors in lines that weren't terminated correctly. Ha ha...
... Forgot to mention, this was with the newer version 1.6 of z88dk. Came out at 12.9k. No huge optimisation in code size, but at least it is in the right...
... hadn't spelt that out One of these days whenever I get back home, wanna take a bunch of pics of my Lego robot that is deep in the back of my old bedroom...
... I don't know if I'd say it works. I'm working out all sorts of issues with math, keybounce... you name it. ... That's the version I'm using. Trust me......
... OK, I have installed z88dk on my Linux box - wasn't easy as there were a few problems with the build script but I got around them. I copied your code and...
... LOL... yup! That's what it does... hence my followup comment to 'works beaut'. Since that version I've changed some variables to double, fixed the ...
z88dk's printf doesn't support formatting floating point with this: %*.2f And the executable jumps to over 16K once the proper printf is linked in. I'm still...