home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / elektro / pinatu16 / split3.mix < prev    next >
Encoding:
Text File  |  1994-04-17  |  397 b   |  17 lines

  1. # Kommandodatei für ROMMIX:
  2. # erstellen von 4 Eprom-Files für 27512
  3. # 1 TOS-2.06-IMG wird auf 4 Eproms aufgeteilt
  4. # (C) 1993 M. Schwingen
  5.  
  6. # Puffergröße setzen
  7. bufsize 256k
  8. # Directory setzen
  9. chdir e:\tos\206relo
  10.  
  11. load tos206_x.img 0 256k all -> 0 all
  12. save tos206_x.h0 64k <- 0 high
  13. save tos206_x.l0 64k <- 0 low
  14. save tos206_x.h1 64k <- 128k high
  15. save tos206_x.l1 64k <- 128k low
  16.  
  17.