home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.1 KB | 62 lines |
- .name
- Degrader
- .type
- OS Utility
- .short
- Tries to get badly written progs to work
- .description
- Degrades your machine to try and get badly written programs
- to work. Allows you to block memory, add non-autoconfig
- memory at reset, turn audio filter on or off, intercept
- privilege violation errors, switch off cache/burst modes and
- can slow down a fast machine. Also can swap the boot drive
- and force 50Hz or 60Hz. Will do things straight away, after
- one reset or after every reset.
- .version
- 1.30
- .date
- .author
- Chris Hames
- .restrictions
- .requirements
- .reference
- AmigaLibDisk866:Degrader/
- 1.30
- AmigaLibDisk562:Degrader/
- 1.00
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- bytey@werple.apana.org.au
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- Degrader.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Submitted on disk directly by the author.
- .execute
- set choice `RequestChoice "Degrader" "Please select an option" "Documentation" "Run" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Degrader.doc TEXT
- endif
-
- if $choice EQ "2"
- WBRun Degrader
- endif
- .aminet-dir
- util/misc
-