Well, after trying to use three different Z80 C cross compilers I can honestly say they all suck. SDCC seems to have issues with several very simple parts of...
That's got to be a misprint. VTech was making a 6502-based computer at about the same time called the Laser 3000. ... been based on the Z80 CPU... I have...
That's what we've been doing. ... http://zigzag.bangrocks.com/ - PalmOS Software Also "Palm Game Programmers" forum Discuss and post your handy functions!...
Note to self... do not hit return at the end of the subject line or I'll end up posting a blank message... I mentioned porting several titles to the VZ and...
Well, I started using SDCC yesterday and I've already found/fixed/reported problems to the development team. If you get an error like "too many parameters" it...
Well, don't get in too big of a hurry. I now have FreeScott for DOS running totally without curses. (I still don't see how that version was supposed to work) ...
If someone want to port the infocom zmachine to the VZ they can find Z80 source for the spectrum here (there's also versions of other machines in C): ...
Bored at work this morning. Decided to do something... Title screen for Minefield. Couldn't think of anything fancy. (has been re-sized double to see it...
... ZCC can be found here: http://unc.dl.sourceforge.net/sourceforge/z88dk/ Interesting - I've not heard of SDCC until now. Just done a google and... oh,...
... found (at ... combined ... LOL, did you try going there? A message "Could not read file" comes up. ... The graphics libs should be easy to port. Standard...
... mmm - weird indeed. Just copied and pasted that link directly into Mozilla right now, and up came the directory listing for Sparc, Solaris, Amiga, and...
... comes up. ... Solaris, ... I'm still getting the error and if you search for the project on source forge it doesn't find it. I'm not sure what's up. I...
... Hmmmm.... would zcc just be the compiler portion of the z88dk package by any chance? I thought zcc was a different project. (oops, my bad) Z88dk's web...
I copied the Z88dk include directories over those for SDCC. To get them to work you need to remove the non-ANSI extensions in them. __LIB__ _FASTCALL__ and...
... I'll look at building the VZ lib for SDCC. I ran into some *major* problems with SDCC and I'm having to write bug reports. I found work arounds to all but...
If you want to know what files are used in the Z88dk vz libraries look at the contents of the following files: z88dk\libsrc\vz200.lst z88dk\libsrc\vzansi.lst ...
... The docs for SDCC interfacing to assembly say: "The compiler always uses the global registers DPL, DPH, B and ACC to pass the first parameter to a routine....
James et al, You mentioned something about the aquaris... Just looking through the library and configuration files for z88dk, and walla. Appears that is has...
... Well... I actually hadn't looked. I really didn't expect any support for the Aquarius given how badly if flopped. I did notice that shortly after posting...
Well, after deciding that SDCC would take too long to get anything working (porting math libs is time consuming) I configured the z88dk last night. z88dk is...
Well, I have StarTrek compiling under z88dk. I had to write several library routines in assembly to replace ones on to PC. I'm down to replacing the time...
I got curious and looked at all the "Laser" machines from VTech. There were two with a 6502 around 1984 and they were shown as early as June of 1983. The 3000...
... Whats the go with this? http://www.hitech.com.au/cpm.html ... From memory the article by Steve Olney(?) Video Hardware Interrupts on the VZ also...