From: Carsten Strotmann (cas_at_strotmann.de)
Date: 2002-12-14 23:36:06
Hello, Ullrich (and all cc65 developers), thank you for releasing the new 2.9.0 version. I tested 65tris with the new version on the ATARI (only emulator today), and it seems to work (4 players) without problems. I had to add new define statements for the ATARI Screen to compile. #if defined(__ATARI__) #define SCREENX 40 #define SCREENY 24 #define NOCOLORS #endif There is a 8 Joystick adapter for ATARI (that is also supported by ATARI800 emulator), called Multijoy. I would like to enhance this game to be used with this adapter. Is there any existing joystick library supporting more than two joysticks for any platform, so that I can make a compatible atari lib? Is there anyone working on tgi or em drivers for ATARI? Best regards Carsten Strotmann ---------------------------------------------------------------------- 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-14 23:33:30 CET