Imported slu/mmu/interrupt/register code from WIP memtester program into C template.
[pdp11-modern-c] / pdp11 / pdp11.h
CommitLineData
846f4d60
AT
1/* (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com> */
2/* See LICENSE.txt file for copyright and license details. */
3
4#ifndef SGK_PDP11_H
5#define SGK_PDP11_H
6
7#include <stdint.h>
202004d5
AT
8#include "./pdp11_register.h"
9#include "./pdp11_mmu.h"
10#include "./pdp11_slu.h"
846f4d60 11
846f4d60
AT
12void wait(uint16_t);
13
14#endif /* SGK_PDP11_H */