mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-08-15 19:27:27 +00:00
creating interface i/o functions
This commit is contained in:
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
|
Reference in New Issue
Block a user