mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-26 05:53:17 -07:00
15 lines
740 B
Markdown
15 lines
740 B
Markdown
viakey
|
|
======
|
|
DOS tool for probing VIA VT82C42N keyboard controllers.
|
|
|
|
Usage
|
|
-----
|
|
Run `VIAKEY.COM`. If a VT82C42N keyboard controller is found (either standalone or integrated to a VIA southbridge), its revision code will be displayed. Any errors in the probing process will be displayed on screen.
|
|
|
|
The [amikey tool](../amikey) can perform a more detailed probe, as the VT82C42N is compatible with the American Megatrends AMIKEY.
|
|
|
|
Building
|
|
--------
|
|
* **Windows:** Run `build.bat VIAKEY` with [NewBasic](http://www.fysnet.net/newbasic.htm) present in `%PATH%`.
|
|
* **Other platforms:** This tool is only guaranteed to assemble and function properly with the (DOS- and Windows-only) NewBasic assembler, but feel free to try other assemblers.
|