Re: [cc65] supercpu.c

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-11-19 14:39:46


Hi!

On Tue, Nov 19, 2002 at 02:46:12AM +0100, groepaz wrote:
> one point that made me headaches kinda was, what if you have more than
> one memory expansion? .. ie in a c64, there could be a
> REU,RAMLINK,SCPU etc...

It is not a problem to load and handle more than one such module. There is
some overhead, because the data concerning this module has to be stored into
dynamically allocated memory instead of using global data, so access is
slower. The question is, if it is really worth the trouble to handle more than
one memory extension at a time, since usually each of them has a whole lot
more memory than the C64, so just using the SCPU RAM or the REU RAM should be
enough for any program.

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.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-11-19 14:40:06 CET