Audio (331) Datatype (50) Demo (188) Development (562) Document (21) Driver (94) Emulation (143) Game (911) Graphics (477) Library (105) Network (218) Office (60) Utility (855) Video (65)
Total files: 4080
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
NoClick | Description: | Multiplatform NoClick enabler | Download: | noclick.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 4kb | Version: | 1.2 | Date: | 29 Apr 2020 | Author: | Patrik Axelsson | Submitter: | uploader | Requirements: | AmigaOS4 | Category: | utility/misc | Replaces: | utility/misc/noclick.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 11264 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 65 (Current version) | | 219 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
A very small and extremely simple utility for enabling the NoClick
functionality in trackdisk.device V36+.
This is definately not the first utility for enabling NoClick, but the unique
feature of this one is that there are also native binaries available for both
AmigaOS4 and MorphOS running on classic Amigas with PowerUP accelerators.
I have also included the source code and makefile as it might help someone.
NoClick takes no arguments and will enable NoClick by setting the TDPF_NOCLICK
flag for all units (0-3).
If running this utility does not silence the clicking of a drive, do not use
it as it might cause mechanical damage to the drive.
History:
Version 1.2 (2019-03-16):
- Now does a CreateIORequest() for every OpenDevice() to be more correct.
- Decreased the executable sizes a respectable amount by not creating a
global pointer for the version string. This used to trigger the creation
of an additional data hunk just for the pointer.
- Now using the compiler optimization level which gives the smallest
executable sizes.
Version 1.1 (2016-04-12):
- Use own startup code to decrease the executable sizes a bit.
- Handle Workbench startup message to avoid unecessary crash if it for some
reason is given an icon and started from Workbench.
Version 1.0 (2015-12-13):
- Initial release.
|