1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-22 02:25:05 +00:00

KA10: Adjusted speed of TD10 to allow quicker access.

This commit is contained in:
Richard Cornwell 2022-04-20 21:35:55 -04:00
parent 258d26dae4
commit 142bf5af15

View File

@ -264,7 +264,7 @@
#define ABS(x) (((x) < 0)? (-(x)): (x))
#define DT_WRDTIM 10000
#define DT_WRDTIM 15000
#define WRITTEN u6 /* Set when tape modified */