1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-24 08:12:50 +00:00

implemented cpa device

This commit is contained in:
aap
2016-04-16 20:42:46 +02:00
parent fb9d5ac3dc
commit c7f7efa0ee
6 changed files with 114 additions and 26 deletions

2
io.c
View File

@@ -1,3 +1,5 @@
#include "pdp6.h"
word iobus0, iobus1;
void (*iobusmap[128])(void);
u8 ioreq[128];