Imported slu/mmu/interrupt/register code from WIP memtester program into C template.
[pdp11-modern-c] / pdp11 / pdp11.h
index 2aff814..f8bb40c 100644 (file)
@@ -5,9 +5,10 @@
 #define SGK_PDP11_H
 
 #include <stdint.h>
 #define SGK_PDP11_H
 
 #include <stdint.h>
+#include "./pdp11_register.h"
+#include "./pdp11_mmu.h"
+#include "./pdp11_slu.h"
 
 
-void putch(uint16_t);
-uint16_t getch(void);
 void wait(uint16_t);
 
 #endif /* SGK_PDP11_H */
 void wait(uint16_t);
 
 #endif /* SGK_PDP11_H */