mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-02-11 22:30:34 +00:00
creating interface i/o functions
This commit is contained in:
parent
f86abbe0e6
commit
82450e7b57
8
src/inc/interface.h
Normal file
8
src/inc/interface.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _APPLE_I_INTERFACE_H_
|
||||
#define _APPLE_I_INTERFACE_H_
|
||||
|
||||
void io_init(void);
|
||||
void input(void);
|
||||
void output(void);
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user