Skip to content

Commit 740d639

Browse files
committed
Initial Commit
Mednafen from https://mednafen.github.io/releases/files/mednafen-1.24.3.tar.xz File: mednafen-1.24.3.tar.xz CRC-32: f5c56f75 MD4: 31498c791c7732dbdb05a86ba2288dbf MD5: a7e1ab14c970541369ac57e857c544fd SHA-1: 250b896e345ae1e8c412237615233ce411c53b1b
0 parents  commit 740d639

File tree

3,232 files changed

+1420104
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,232 files changed

+1420104
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/src/mednafen*
2+
!/src/mednafen*.*
3+
*.o
4+
*.o2
5+
*.a
6+
.Tpo
7+
.deps
8+
.dirstamp
9+
/include/config.h.in~
10+
/autom4te.cache
11+
/Makefile
12+
/config.log
13+
/config.status
14+
/include/config.h
15+
/include/minilzo/
16+
/include/stamp-h1
17+
/include/trio/
18+
/intl/Makefile
19+
/po/Makefile
20+
/po/Makefile.in
21+
/po/POTFILES
22+
/src/Makefile
23+
/src/drivers/Makefile
24+
/src/drivers_dos/Makefile
25+
/src/drivers_libxxx/Makefile
26+
/src/sexyal/Makefile
27+
/src/ss/Makefile
28+

ABOUT-NLS

+1,282
Large diffs are not rendered by default.

AUTHORS

Whitespace-only changes.

COPYING

+339
Large diffs are not rendered by default.

ChangeLog

+8,403
Large diffs are not rendered by default.

Documentation/apple2.html

+383
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)