Turbo Touch 360

The Turbo Touch 360 is a series of aftermarket third-party controllers made by Triax for the Nintendo Entertainment System, Super Nintendo Entertainment System, and Sega Genesis (the latter version also being compatible with Atari and Commodore systems).

Whereas most controllers used a D-pad with mechanical switches, the Turbo Touch had an octagonal plate with eight capacitive touch sensors arranged in the cardinal directions; contrary to the "360" name, the controller only provided digital input along the cardinal directions. The idea was that the controller could be operated with less physical force, reducing thumb injuries and "numb thumb", thereby improving player comfort and health. The controller was endorsed by Dr. Robert Grossman, an orthopaedic surgeon specialising in sports injuries.[1]

Other than the touchpad, the controllers have a standard set of features typical for controllers of the time, with turbo support.

Reception

The controller was ranked the ninth worst video game controller by IGN editor Craig Harris.[2]

gollark: ```nimproc makeFilePath(basepath, page, filename: string): string = # putting tons of things into one directory may cause issues, so "shard" it into 256 subdirs deterministically let pageHash = getMD5(page) let hashdir = pageHash[0..1] # it is possible that for some reason someone could make two files/pages which normalize to the same thing # but are nevertheless different files # thus, put the hash of the ORIGINAL file/pagename before the shortened version let pagedir = pageHash[2..31] & "-" & normalizeFilename(page) let filenameHash = getMD5(filename) discard existsOrCreateDir(basepath / hashdir) discard existsOrCreateDir(basepath / hashdir / pagedir) basepath / hashdir / pagedir / (filenameHash & "-" & normalizeFilename(filename))```<@319753218592866315> is this ↑
gollark: There might also be a ROT13 button, if I feel like it.
gollark: Well, I was considering an option where you could use SQLCipher for data storage instead of SQLite.
gollark: Of course it does. It's important to know how susceptible your document is to frequency analysis if enciphered in certain ways.
gollark: Heavpoot wanted me to track "average letter frequency", and is also my alt sometimes, but that would be bad for performance probably.

References

  1. Gamesmaster magazine issue 1, 1993
  2. "Top 10 Tuesday: Worst Game Controllers". IGN. 2006-02-21. Retrieved 2009-08-07.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.