home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / cd32goodies / documentation < prev    next >
Text File  |  1977-12-31  |  2KB  |  73 lines

  1. This tools help you if you work with the CD32 and
  2. have it interconnected to another amiga, i.e. an A4000.
  3.  
  4. Sorry for the poor documentation; but if you need more
  5. information you could ask me via email (dbalster@uni-paderborn.de)
  6.  
  7. I wrote this tools to setup a RAD: drive on the CD32,
  8. that uses the here described programs to fix and patch
  9. the CD32 in several ways. I soldered a button directly
  10. onto the IPL0,IPL1,IPL2 signals on the expansion bus
  11. of the CD32; this hack is known as "Level-Seven-Button".
  12.  
  13. FIXSAD - if you press the L7-Button the SAD (simple amiga
  14. debugger) should be started. on some machines this is
  15. disabled. start this tool to reenable that feature, it
  16. returns if nothing is to patch. note: if you press the
  17. L7-Button and the computer freezes you need that patch.
  18. (sometimes i use an oscillating latch as a "game-break"
  19. on this signal...)
  20.  
  21. CD32Ctrl - these are the switches:
  22.  
  23.     REQ/S        enable system requesters
  24.     NOREQ/S        disable system requesters (no more "Please Insert volume xyz:..")
  25.  
  26.     CDREBOOT/S    enable the reboot on diskchanges
  27.     NOCDREBOOT/S    disable the reboot on diskchanges
  28.     
  29.     EJECTRESET/S    the same as above but implemented in a different way
  30.     NOEJECTRESET/S
  31.     
  32.     DOUBLESPEED/S    switch to doublespeed (access is faster)
  33.     SINGLESPEED/S    switch to singlespeed (access is more compatible)
  34.     
  35.     STOP/S        stop the drive motor immediately
  36.  
  37.  
  38. CDAudio - the switches are described in the CDAudio.c file
  39.  
  40. CDMotor - a stopper daemon.
  41.  
  42.     run <>NIL: cdmotor 500 ; this starts the daemon.
  43.     
  44.     the given argument is the ammount of ticks to wait between the
  45.     CD_STOP's. a tick normally is 1/50 of a second.
  46.  
  47. Joypad - a scripting utility.
  48.  
  49.     with joypad you can get button combinations and use this in scripts,
  50.     i.e.:
  51.     
  52.     joypad RED GREEN
  53.     IF WARN
  54.         echo 3D enabled.
  55.     EndIF
  56.     
  57.     read the joypad.c for more information.
  58.  
  59. **  launcher
  60. **
  61. **  this is a simple notification program
  62. **
  63. **  launch it on the CD³² and have twin running!
  64. **
  65. **  for example:
  66. **
  67. **  run <>NIL: launcher RAM:remote
  68. **  twin SER 300000
  69. **
  70. **  after that copy from the other computer somthing
  71. **  executable to ~RAM:remote - it will be started ;-)
  72. **
  73.