home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Emulators / BBC-6502Em / 6502de / Docs / RipDFSDisc < prev    next >
Encoding:
Text File  |  1996-03-10  |  1.9 KB  |  70 lines

  1. 6502Em: An example session using RipDFSDisc
  2. ===========================================
  3.  
  4. This example was done on an A440 with a 5.25" drive configured as drive 1
  5. attached with a Beebug interface.
  6. The version of Elite used is one released by Superior Software.
  7. (The original Acornsoft release, and possibly other Superior releases, may
  8. not run under the emulator due to their protection)
  9.  
  10. (first copy RipDFSDisc to the RAM disc, then press f12)
  11.  
  12. *BASIC
  13. ARM BBC BASIC V version 1.05 (C) Acorn 1989
  14.  
  15. Starting with 848124 bytes free.
  16.  
  17. >*DIR RAM:$
  18. >*CDIR !Elite
  19. >*DIR !ELITE
  20. >*CDIR E                                    Elite needs directory E to run
  21. >CH."$.RIPDFSDISC"
  22. File to read from (RETURN to read from floppy)         (Press Return here)
  23. Drive (0-3)?1
  24. Side (0/1)?0
  25. Ignore disc faults (Y/N)?N                  Type Y if you get disc faults
  26. Title ELITE
  27.  
  28. I.CODE 970 970 144 670
  29. $.M128Elt 970 970 144 669
  30. $.ELITE2 970 970 144 668
  31. T.CODE 11E3 11E3 19997 589
  32. I.ELITEa 2000 2000 5769 566
  33. D.CODE 11E3 11E3 17437 497
  34. D.MOA 5600 5600 2560 487
  35. D.MOB 5600 5600 2560 477
  36. D.MOC 5600 5600 2560 467
  37. D.MOD 5600 5600 2560 457
  38. D.MOE 5600 5600 2560 447
  39. D.MOF 5600 5600 2560 437
  40. D.MOG 5600 5600 2560 427
  41. D.MOH 5600 5600 2560 417
  42. D.MOI 5600 5600 2560 407
  43. D.MOJ 5600 5600 2560 397
  44. D.MOK 5600 5600 2560 387
  45. D.MOL 5600 5600 2560 377
  46. D.MOM 5600 5600 2560 367
  47. D.MON 5600 5600 2560 357
  48. D.MOO 5600 5600 2560 347
  49. D.MOP 5600 5600 2560 337
  50. $.BDATA 0 0 16896 271
  51. $.ELPIC 900 900 362 269
  52. $.TubeElt 2000 2085 752 266
  53. $.ELITE E00 802B 332 264
  54. $.!BOOT 0 0 18 263
  55. $.BCODE 0 0 27720 154
  56. P.CODE 1000 106A 38799 2
  57. >*DELETE !BOOT                              We don't want !Boot
  58. >*BUILD !Run
  59.    1 BBCScript
  60.    2 Palette Off
  61.    3 Patch Elite
  62.    4 Machine BBCB
  63.    5 Elite
  64.    6                                        Press Escape to finish
  65. >*SetType !Run BBC
  66. >Quit
  67.  
  68. Now double-clicking on !Elite will run Elite - the original disc
  69. will have to be left in drive 1 for the protection to work.
  70.