thiagoauler-apple1/src/inc/6502.h
2017-11-12 00:31:55 -02:00

8 lines
84 B
C

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