Re: [cc65] Supervision support

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-09-24 16:38:30


On Wednesday 24 September 2003 06:35, Peter Trauner wrote:

> Gameboy style handheld, but w65c02s cpu clocked at 4Mhz, hires 4 greys
> 160x160 lcd, ...
> (details in technical summary, there are also 2 faqs available in the web)

sounds cool :)

> 8 kbyte + 8kbyte for video.

8k is quite sufficient for using c.... simelar situation with the NES.

> Didn't find something special in snapshot 2.9.5 and atari.

i think in the startup code (ie, crt0.s) there is some stuff to support 
different atari modells...

> Ok. I haven't splitted common into common and draw stuff yet.
> (splitting into 1 function in 1 file is overkill in my opinion).

its actually pretty useful - its the only way to make it so only those 
routines will get linked into the final binary that are really used. if you 
dont do that, you will end up with large clumsy binaries sometime in the 
future. (and THEN doing all the work with splitting the files will be 
"overkill"). so just do it now to save yourself troubles in the future :)

gpz

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-09-24 16:44:45 CEST