1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-02 14:21:38 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Lars Brinkhoff
f3dfb9edc9 KA10: Use MATCH_CMD to match command string. 2021-02-03 16:08:55 +01:00
Richard Cornwell
7c21f44482 KA10: Removed include of time.h. 2020-10-31 10:53:07 -04:00
Richard Cornwell
37a64c5a2c KA10: Removed compiler warnings. 2020-10-12 23:29:52 -04:00
Richard Cornwell
4e675ca151 KA10: Removed some compiler warnings. 2020-10-06 21:58:31 -04:00
Lars Brinkhoff
a007322374 KA10: Fix SHOW IMX bug.
Display channels in octal instead of decimal.
2020-02-29 22:39:20 -05:00
Lars Brinkhoff
a33dd11018 KA10: Update IMX device.
- Add interrupt handling.
- Add MPX.
- Take input from USB devices.
2020-02-24 20:16:47 +01:00
Richard Cornwell
55048cbc1d KA10: Renamed ka10_defs.h to kx10_defs.h 2019-06-29 14:17:11 -04:00
Richard Cornwell
1efb6e1596 KA10: Added ifdefs to disable compile if not generated. 2019-01-05 14:24:58 -05:00
Lars Brinkhoff
85c63e8ca6 KA10: IMX device stub.
This is a stub for device 574, which is a 12-bit A/D converter with
128 channels.  There was only one, attached to the MIT AI lab PDP-10.
It's documented in ITS hardware memo #4.

This implementation deals with CONO and CONI bits, and accepts a
channel number written with DATAO.  However, the data returned by
DATAI is always 2048.  The programmed data rate is ignored and data is
always available immediately.  It will not generate interrupts.
2018-06-05 19:47:12 +02:00