-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchip8.html
More file actions
77 lines (77 loc) · 1.7 KB
/
Copy pathchip8.html
File metadata and controls
77 lines (77 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<script src="platform.js"></script>
<h3 id="MAME" data-count="71" class="section-header">MAME</h3>
<script>bgImage("chip8")
fileNames = [
"addition.zip Addition Problems",
"airplane.zip",
"animal.zip Animal Race",
"astro.zip Astro Dodge",
"astrof.zip Astro Dodge (fix)",
"bio.zip Biorhythm",
"blackjack.zip",
"blinky.zip Blinky (fix)",
"blitz.zip",
"bowling.zip",
"breakout.zip",
"brick.zip",
"brix.zip",
"cave.zip",
"clock.zip Clock Program",
"craps.zip",
"deflect.zip Deflection",
"dreaminv.zip Dream Invaders",
"fifteen.zip Fifteen Puzzle",
"figures.zip",
"filter.zip",
"guess.zip",
"hidden.zip",
"hiddenf.zip Hidden (fix)",
"hilo.zip Hi-Lo",
"kaleid.zip Kaleidoscope",
"kaleid2.zip Kaleidoscope (alt)",
"landing.zip",
"life.zip",
"llander.zip Lunar Lander",
"mdg.zip Most Dangerous Game",
"merlin.zip",
"missile.zip",
"mmind.zip Mastermind FourRow",
"nim.zip",
"paddles.zip",
"pong.zip",
"pong1.zip Pong (1 player)",
"ponga.zip Pong (alt)",
"ps.zip Programmable Spacefighters",
"puzzle.zip",
"reversi.zip",
"rocket.zip",
"rocketl.zip Rocket Launch",
"rroul.zip Russian Roulette",
"rushhour.zip Rush Hour (v1.1)",
"rushhour2.zip Rush Hour",
"sflight.zip Space Flight",
"sinter.zip Space Intercept",
"slide.zip",
"snafu.zip",
"soccer.zip",
"squash.zip",
"sshoot.zip Sequence Shoot",
"sstars.zip Shooting Stars",
"submarine.zip",
"syzygy.zip",
"tank.zip",
"tapeworm.zip",
"tetris.zip",
"tictactoef.zip Tic-Tac-Toe (fix)",
"timebomb.zip",
"tron.zip",
"ufo.zip",
"vbrix.zip V-brix",
"vddg.zip Video Display Drawing Game",
"vers.zip",
"wipeoff.zip",
"wormv4.zip Worm V4",
"xmirror.zip X-Mirror",
"xrayf.zip X-Ray (fix)",
]; generateFileLinks("archive:mame-sl/mame-sl/chip8_quik.zip", "CHIP-8");</script>
<script src="script.js"></script>