Re: [cc65] Unable to include binaries at a particular address

Date view Thread view Subject view

From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2003-11-17 10:52:52


>>>>> "BB" == "Game 64 <- Benjamin Bahnsen" <bb_at_game64.de>> writes:

BB> Then i tried the solutions with segments. I modified the c64
BB> memory configuration file by inserting

BB>  MEMORY {
BB>             .
BB>             .
BB>             sound: start = $5000, size = $1000, define = yes, file = %O;
BB>         }
BB>  SEGMENTS {
BB>             .
BB>             .
BB>             SOUND: load = sound, type = rw;
BB>   }

If you add fill = yes to all your memory definitions except the last
one, I think it'll work as you intend it to.

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp_at_cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
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-11-17 10:56:17 CET