1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-06 23:29:01 +00:00
erc-c/include/apple2.kb.h
Peter Evans 8d4283b1dc Add first work on keyboard support
Mainly the switch_read function, which had necessitated some work done
in the vm_screen area
2018-01-16 23:50:02 -06:00

8 lines
97 B
C

#ifndef _APPLE2_KB_H_
#define _APPLE2_KB_H_
#include "apple2.h"
#include "vm_segment.h"
#endif