2aff814d05254927d0c28aedf6665011f72e34a8
[pdp11-modern-c] / pdp11 / pdp11.h
/* (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com> */
/* See LICENSE.txt file for copyright and license details. */
#ifndef SGK_PDP11_H
#define SGK_PDP11_H
#include <stdint.h>
void putch(uint16_t);
uint16_t getch(void);
void wait(uint16_t);
#endif /* SGK_PDP11_H */