cartridges...

  • how do one access the 512kb of the cart?...
    how you transfer the data between cpc ram and what's on the cart?...
    how fast is it?...


    I hope these questions aren't that stupid... :oops: ...but I'm new to the cpc series and cartridge games programming(I have only some experience in the 80x86 PCs and c64 programming...), I'm "examining the ground" or something like that now, so....
    :roll:

  • Are you speaking about the CPC+ catridges?
    They contain only ROM. This rom is accessed like usual CPC ROM, you can switch one 16K block to #c000 by using
    OUT #DF00,[number]
    The access is as fast as on usual Ram/Rom.


    CU,
    Prodatron