index
:
apple-c
master
An Apple I emulator written in C.
Aleksei Eaves
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: f640bc13a23a4409a548aaf3b288d6ed187acec1 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include "apple.h" int main() { //VideoInit(); AppleOn(); return 0; }