Skip to content

Configure ClockPort adddress and Interrupt

Michael edited this page Nov 8, 2023 · 6 revisions

It is possible to write a configuration file for the a314-cp driver to DEVS:a314.config.

This will allow to use the A314cp on several cards providing a clockport connection, but on another address or interrupt.

The configuration file is a text file, where each line has the format = .

The keys are:

ClockportAddress: the address (in hexadecimal) of the clock port.

Interrupt: the interrupt number used, either: 2 (INT2), 3 (Vertical blank), or 6 (INT6).

If the configuration file is not present then the default (A1200) values are used, which for a314-cp are:

ClockportAddress = D80001

Interrupt = 6

You may want to have a look on Niklas official page also:

Configuration file

Clone this wiki locally