1
0
mirror of https://github.com/aap/pdp6.git synced 2026-04-28 04:54:53 +00:00

fixed PI channels, implemented clock

This commit is contained in:
aap
2016-11-01 00:43:30 +01:00
parent 1fde96488e
commit 44fa353ea0
8 changed files with 101 additions and 53 deletions

View File

@@ -118,6 +118,9 @@ typedef struct Busdev Busdev;
typedef struct IOBus IOBus;
typedef struct Apr Apr;
u32 getms(void);
/*
* Memory
*/
@@ -269,7 +272,7 @@ struct IOBus
/* All IO devices connected to this bus */
Busdev dev[128];
};
void recalc_req(IOBus *bus);
void setreq(IOBus *bus, int dev, u8 pia);
/*