Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
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: | 8kb | Version: | 2.0 | Date: | 05 Nov 2022 | Author: | Patrik Axelsson | Submitter: | Samir Hawamdeh | Requirements: | AmigaOS4 | Category: | utility/misc | Replaces: | utility/misc/noclick.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 12298 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 35 (Current version) | | 269 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
A small and simple utility for enabling the NoClick functionality of
trackdisk.device V36+ in AmigaOS 2.0+.
This is definitively 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.
NoClick needs no arguments and will enable NoClick by attempting to set the
TDPF_NOCLICK flag for all available trackdisk units.
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.
Installation:
Start NoClick from Startup-Sequence, User-Startup, WBStartup, somewhere else, or
load it as a resident module to have it enabled even if you boot without
Startup-Sequence or something other than your normal system drive.
There are a number of options for loading it as a resident module:
- 68k AmigaOS: Use LoadModule, BlizKick, RemApollo or similar software
- MorphOS: Copy NoClick.mos to SYS:Boot/ExtModules/NoClick
- PPC AmigaOS: Copy NoClick.os4 to SYS:Kickstart/NoClick and add the
line "MODULE Kickstart/NoClick" without quotes to the file
SYS:Kickstart/KickLayout-<YourAmigaModel>
History:
2.0 (2022-11-03):
- Make it work as both an executable and resident module.
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.
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.
1.0 (2015-12-13):
- Initial release.
|