thiagoauler-apple1/src/inc/6502.h
2017-11-16 00:28:59 -02:00

8 lines
92 B
C

#ifndef _APPLE_I_6502_H_
#define _APPLE_I_6502_H_
void init(void);
void run(void);
#endif