thiagoauler-apple1/src/inc/6502.h

8 lines
84 B
C

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