-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgamecom.html
More file actions
87 lines (87 loc) · 4.24 KB
/
Copy pathgamecom.html
File metadata and controls
87 lines (87 loc) · 4.24 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
78
79
80
81
82
83
84
85
86
87
<script src="platform.js"></script>
<h3 id="NoIntro" data-count="25" class="section-header">NoIntro</h3>
<script>bgImage("gamecom")
fileNames = [
"[BIOS] Tiger Game.com (USA) (External).zip",
"[BIOS] Tiger Game.com (USA) (Internal).zip",
"Batman & Robin (USA).zip",
"Castlevania - Symphony of the Night (Unknown) (Proto).zip",
"Centipede (USA).zip",
"Duke Nukem 3D (USA).zip",
"Fighters Megamix (USA).zip",
"Frogger (USA).zip",
"Henry (USA).zip",
"Indy 500 (USA).zip",
"Internet (USA).zip",
"Jeopardy! (USA).zip",
"Jurassic Park - The Lost World (USA).zip",
"Lights Out (USA).zip",
"Monopoly (USA).zip",
"Mortal Kombat Trilogy (USA).zip",
"Quiz Wiz - Cyber Trivia (USA).zip",
"Resident Evil 2 (USA).zip",
"Scrabble (USA).zip",
"Sonic Jam (USA).zip",
"Tiger Casino (USA).zip",
"Tiger Web Link (USA).zip",
"Wheel of Fortune (USA).zip",
"Wheel of Fortune 2 (USA).zip",
"Williams Arcade Classics (USA).zip",
]; generateFileLinks("archive:ni-roms/roms/Tiger - Game.com.zip", "Tiger_-_Game.com");</script>
<h3 id="TOSEC" data-count="25" class="section-header">TOSEC</h3>
<script>bgImage("gamecom")
fileNames = [
"Batman & Robin (1997)(Tiger Electronics)/Batman & Robin (1997)(Tiger Electronics).bin",
"Centipede (1999)(Hasbro - Tiger Electronics)/Centipede (1999)(Hasbro - Tiger Electronics).bin",
"Duke Nukem 3D (1997)(Tiger Electronics)/Duke Nukem 3D (1997)(Tiger Electronics).bin",
"Fighters Megamix (1998)(Sega)/Fighters Megamix (1998)(Sega).bin",
"Fighters Megamix (1998)(Sega)[b]/Fighters Megamix (1998)(Sega)[b].bin",
"Frogger (1999)(Hasbro - Tiger Electronics)/Frogger (1999)(Hasbro - Tiger Electronics).bin",
"Henry (1997)(Tiger Electronics)/Henry (1997)(Tiger Electronics).bin",
"Indy 500 (1997)(Tiger Electronics)/Indy 500 (1997)(Tiger Electronics).bin",
"Jeopardy! (1997)(Tiger Electronics)/Jeopardy! (1997)(Tiger Electronics).bin",
"Lights Out (1997)(Tiger Electronics)/Lights Out (1997)(Tiger Electronics).bin",
"Lost World, The - Jurassic Park (1997)(Tiger Electronics)/Lost World, The - Jurassic Park (1997)(Tiger Electronics).bin",
"Monopoly (1999)(Tiger Electronics)/Monopoly (1999)(Tiger Electronics).bin",
"Mortal Kombat Trilogy (1997)(Midway)/Mortal Kombat Trilogy (1997)(Midway).bin",
"Mortal Kombat Trilogy (1997)(Midway)[b]/Mortal Kombat Trilogy (1997)(Midway)[b].bin",
"Quiz Wiz - Cyber Trivia (1997)(Tiger Electronics)/Quiz Wiz - Cyber Trivia (1997)(Tiger Electronics).bin",
"Resident Evil 2 (1998)(Capcom)/Resident Evil 2 (1998)(Capcom).bin",
"Resident Evil 2 (1998)(Capcom)[b]/Resident Evil 2 (1998)(Capcom)[b].bin",
"Scrabble (1999)(Hasbro - Tiger Electronics)/Scrabble (1999)(Hasbro - Tiger Electronics).bin",
"Sonic Jam (1998)(Sega)/Sonic Jam (1998)(Sega).bin",
"Sonic Jam (1998)(Sega)[b]/Sonic Jam (1998)(Sega)[b].bin",
"Tiger Casino (1998)(Tiger Electronics)/Tiger Casino (1998)(Tiger Electronics).bin",
"Tiger Casino (1998)(Tiger Electronics)[b]/Tiger Casino (1998)(Tiger Electronics)[b].bin",
"Wheel of Fortune (1997)(Tiger Electronics)/Wheel of Fortune (1997)(Tiger Electronics).bin",
"Wheel of Fortune 2 (1998)(Tiger Electronics)/Wheel of Fortune 2 (1998)(Tiger Electronics).bin",
"Williams Arcade Classics (1997)(Tiger Electronics)/Williams Arcade Classics (1997)(Tiger Electronics).bin",
]; generateFileLinks("archive:tosec-main/Tiger Electronics/Game.com/Games/Tiger Electronics Game.com - Games (TOSEC-v2014-06-06).zip", "Tiger_-_Game.com");</script>
<h3 id="MAME" data-count="23" class="section-header">MAME</h3>
<script>bgImage("gamecom")
fileNames = [
"arcadecl.zip Williams Arcade Classics",
"batmanr.zip Batman & Robin",
"centiped.zip Centipede",
"dukenuke.zip Duke Nukem 3D",
"fightmix.zip Fighters Megamix",
"frogger.zip",
"henry.zip Henry - Match the Sounds Memory Game",
"indy500.zip Indy 500",
"internet.zip Game.com Internet",
"jeopardy.zip Jeopardy!",
"lightout.zip Lights Out",
"lostwrld.zip The Lost World - Jurassic Park",
"mktrilgy.zip Mortal Kombat Trilogy",
"monopoly.zip",
"quizwiz.zip Quiz Wiz - Cyber Trivia",
"re2.zip Resident Evil 2",
"scrabble.zip",
"sonicjam.zip Sonic Jam",
"sotn.zip Castlevania - Symphony of the Night (prototype)",
"tcasino.zip Tiger Casino",
"weblink.zip Tiger Web Link",
"wheelfo2.zip Wheel of Fortune 2",
"wheelfor.zip Wheel of Fortune",
]; generateFileLinks("archive:mame-sl/mame-sl/gamecom.zip", "Tiger_-_Game.com");</script>
<script src="script.js"></script>