From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-05 13:21:02
Hi! On Thu, Dec 05, 2002 at 11:44:51AM +0100, Groepaz wrote: > i've uploaded 65tris_0.0.1.tar.gz and 65tris_0.0.1.txt on the ftp.. (had to > take a break from debugger coding hehe :o)) ... its a little buggy still, but > i am not sure if thats not the compilers fault :/ it wont work with any > optimizations for me either ;/ Yep, it does not work with optimizations enabled, I will try to fix this quickly. For all others: It's a really nice tetris clone for up to 4 players written in C and completely conio based (so it should also run on the Atari, but as far as I can see this hasn't been tested [hint, hint:-)]). You can find it in groepaz' directory: ftp://ftp.musoftware.de/pub/groepaz/ The usual disclaimer about the FTP server being picky is also valid here. Remember to compile without optimizations for now. > anyway :) questions arise if the joystick api can potentially handle 4 and/or > 8 controllers :o) (have to admit that i didnt look at it yet :)) ... i have > code for some 4-player adapters laying around for that matter..wouldnt mind > contributing these but well...if there isnt already an api for that we need > one ;=P If supporting 4 joysticks does not need much more code than what is currently used, it's ok with me. Otherwise there are always loadable modules (this seems to become my standard answer #1:-) BTW: Until now, I've added the following extended memory drivers (== loadable modules) * C64 + GeoRAM * C64 + REU * C64 hidden RAM under kernal and I/O * C128 + GeoRAM * C128 + REU * C128 memory in bank #1 Most of the code is not optimized for speed (for example the C128 driver for bank #1 calls the FETCH and STASH routines for each byte), but it's still reasonably fast, and should be quite useful for sprites, images and other stuff. Any feedback is welcome. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-05 13:21:14 CET