imw 0.2.18 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. data/Gemfile +7 -26
  2. data/Gemfile.lock +13 -38
  3. data/{LICENSE → LICENSE.txt} +1 -1
  4. data/README.textile +35 -0
  5. data/Rakefile +45 -22
  6. data/VERSION +1 -1
  7. data/examples/foo.rb +19 -0
  8. data/examples/html_selector.rb +22 -0
  9. data/examples/nes_game_list.csv +625 -0
  10. data/examples/nes_gamespot.csv +1371 -0
  11. data/examples/nes_nintendo.csv +624 -0
  12. data/examples/nes_unlicensed.csv +89 -0
  13. data/examples/nes_wikipedia.csv +710 -0
  14. data/examples/nibbler_test.rb +24 -0
  15. data/examples/script.rb +19 -0
  16. data/lib/imw.rb +28 -140
  17. data/lib/imw/error.rb +9 -0
  18. data/lib/imw/recordizer.rb +8 -0
  19. data/lib/imw/recordizer/html_selector_recordizer.rb +86 -0
  20. data/lib/imw/recordizer/string_slice_recordizer.rb +39 -0
  21. data/lib/imw/resource.rb +3 -119
  22. data/lib/imw/serializer.rb +7 -0
  23. data/lib/imw/serializer/json_serializer.rb +17 -0
  24. data/lib/imw/uri.rb +41 -0
  25. data/spec/resource_spec.rb +78 -0
  26. data/spec/uri_spec.rb +55 -0
  27. metadata +81 -232
  28. data/README.rdoc +0 -371
  29. data/bin/imw +0 -5
  30. data/bin/tsv_to_json.rb +0 -29
  31. data/etc/imwrc.rb +0 -26
  32. data/examples/dataset.rb +0 -12
  33. data/examples/metadata.yml +0 -10
  34. data/lib/imw/archives.rb +0 -120
  35. data/lib/imw/archives/rar.rb +0 -19
  36. data/lib/imw/archives/tar.rb +0 -19
  37. data/lib/imw/archives/tarbz2.rb +0 -73
  38. data/lib/imw/archives/targz.rb +0 -73
  39. data/lib/imw/archives/zip.rb +0 -51
  40. data/lib/imw/boot.rb +0 -87
  41. data/lib/imw/compressed_files.rb +0 -94
  42. data/lib/imw/compressed_files/bz2.rb +0 -16
  43. data/lib/imw/compressed_files/compressible.rb +0 -75
  44. data/lib/imw/compressed_files/gz.rb +0 -16
  45. data/lib/imw/dataset.rb +0 -125
  46. data/lib/imw/dataset/paths.rb +0 -29
  47. data/lib/imw/dataset/workflow.rb +0 -195
  48. data/lib/imw/formats.rb +0 -33
  49. data/lib/imw/formats/delimited.rb +0 -170
  50. data/lib/imw/formats/excel.rb +0 -100
  51. data/lib/imw/formats/json.rb +0 -41
  52. data/lib/imw/formats/pdf.rb +0 -71
  53. data/lib/imw/formats/sgml.rb +0 -69
  54. data/lib/imw/formats/yaml.rb +0 -41
  55. data/lib/imw/metadata.rb +0 -83
  56. data/lib/imw/metadata/contains_metadata.rb +0 -54
  57. data/lib/imw/metadata/dsl.rb +0 -111
  58. data/lib/imw/metadata/field.rb +0 -37
  59. data/lib/imw/metadata/has_metadata.rb +0 -98
  60. data/lib/imw/metadata/has_summary.rb +0 -57
  61. data/lib/imw/metadata/schema.rb +0 -17
  62. data/lib/imw/parsers.rb +0 -8
  63. data/lib/imw/parsers/flat.rb +0 -44
  64. data/lib/imw/parsers/html_parser.rb +0 -387
  65. data/lib/imw/parsers/html_parser/matchers.rb +0 -289
  66. data/lib/imw/parsers/line_parser.rb +0 -87
  67. data/lib/imw/parsers/regexp_parser.rb +0 -72
  68. data/lib/imw/repository.rb +0 -12
  69. data/lib/imw/runner.rb +0 -118
  70. data/lib/imw/schemes.rb +0 -23
  71. data/lib/imw/schemes/ftp.rb +0 -142
  72. data/lib/imw/schemes/hdfs.rb +0 -251
  73. data/lib/imw/schemes/http.rb +0 -165
  74. data/lib/imw/schemes/local.rb +0 -409
  75. data/lib/imw/schemes/remote.rb +0 -119
  76. data/lib/imw/schemes/s3.rb +0 -143
  77. data/lib/imw/schemes/sql.rb +0 -129
  78. data/lib/imw/tools.rb +0 -12
  79. data/lib/imw/tools/aggregator.rb +0 -148
  80. data/lib/imw/tools/archiver.rb +0 -220
  81. data/lib/imw/tools/downloader.rb +0 -63
  82. data/lib/imw/tools/extension_analyzer.rb +0 -114
  83. data/lib/imw/tools/summarizer.rb +0 -83
  84. data/lib/imw/tools/transferer.rb +0 -167
  85. data/lib/imw/utils.rb +0 -74
  86. data/lib/imw/utils/dynamically_extendable.rb +0 -137
  87. data/lib/imw/utils/error.rb +0 -59
  88. data/lib/imw/utils/extensions/hpricot.rb +0 -34
  89. data/lib/imw/utils/has_uri.rb +0 -131
  90. data/lib/imw/utils/log.rb +0 -92
  91. data/lib/imw/utils/misc.rb +0 -57
  92. data/lib/imw/utils/paths.rb +0 -146
  93. data/lib/imw/utils/uri.rb +0 -59
  94. data/lib/imw/utils/uuid.rb +0 -33
  95. data/lib/imw/utils/validate.rb +0 -38
  96. data/lib/imw/utils/version.rb +0 -11
  97. data/spec/data/formats/delimited/sample.csv +0 -131
  98. data/spec/data/formats/delimited/sample.tsv +0 -131
  99. data/spec/data/formats/delimited/with_schema/ace-hardware-locations.tsv +0 -11
  100. data/spec/data/formats/delimited/with_schema/all-countries-ip-address-to-geolocation-data.tsv +0 -16
  101. data/spec/data/formats/delimited/with_schema/complete-list-of-starbucks-locations.tsv +0 -11
  102. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-cumulative-word-count-from-from-dec.tsv +0 -22
  103. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-myspace-application-adds-by-zip-cod.tsv +0 -22
  104. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-myspace-application-counts.tsv +0 -12
  105. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-user-count-by-latlong.tsv +0 -13
  106. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-user-count-by-zip-code.tsv +0 -22
  107. data/spec/data/formats/delimited/with_schema/myspace-user-activity-stream-word-count-by-day-from-december-200.tsv +0 -22
  108. data/spec/data/formats/delimited/without_schema/ace-hardware-locations.tsv +0 -10
  109. data/spec/data/formats/delimited/without_schema/all-countries-ip-address-to-geolocation-data.tsv +0 -15
  110. data/spec/data/formats/delimited/without_schema/complete-list-of-starbucks-locations.tsv +0 -10
  111. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-cumulative-word-count-from-from-dec.tsv +0 -21
  112. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-myspace-application-adds-by-zip-cod.tsv +0 -21
  113. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-myspace-application-counts.tsv +0 -11
  114. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-user-count-by-latlong.tsv +0 -12
  115. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-user-count-by-zip-code.tsv +0 -21
  116. data/spec/data/formats/delimited/without_schema/myspace-user-activity-stream-word-count-by-day-from-december-200.tsv +0 -21
  117. data/spec/data/formats/excel/sample.xls +0 -0
  118. data/spec/data/formats/json/sample.json +0 -1
  119. data/spec/data/formats/none/sample +0 -650
  120. data/spec/data/formats/sgml/sample.xml +0 -617
  121. data/spec/data/formats/text/sample.txt +0 -650
  122. data/spec/data/formats/yaml/sample.yaml +0 -410
  123. data/spec/data/schema-tabular.yaml +0 -11
  124. data/spec/imw/archives/rar_spec.rb +0 -16
  125. data/spec/imw/archives/tar_spec.rb +0 -16
  126. data/spec/imw/archives/tarbz2_spec.rb +0 -24
  127. data/spec/imw/archives/targz_spec.rb +0 -21
  128. data/spec/imw/archives/zip_spec.rb +0 -16
  129. data/spec/imw/archives_spec.rb +0 -77
  130. data/spec/imw/compressed_files/bz2_spec.rb +0 -15
  131. data/spec/imw/compressed_files/compressible_spec.rb +0 -36
  132. data/spec/imw/compressed_files/gz_spec.rb +0 -15
  133. data/spec/imw/compressed_files_spec.rb +0 -47
  134. data/spec/imw/dataset/paths_spec.rb +0 -32
  135. data/spec/imw/dataset/workflow_spec.rb +0 -41
  136. data/spec/imw/formats/delimited_spec.rb +0 -44
  137. data/spec/imw/formats/excel_spec.rb +0 -55
  138. data/spec/imw/formats/json_spec.rb +0 -18
  139. data/spec/imw/formats/sgml_spec.rb +0 -24
  140. data/spec/imw/formats/yaml_spec.rb +0 -19
  141. data/spec/imw/metadata/contains_metadata_spec.rb +0 -56
  142. data/spec/imw/metadata/field_spec.rb +0 -25
  143. data/spec/imw/metadata/has_metadata_spec.rb +0 -58
  144. data/spec/imw/metadata/has_summary_spec.rb +0 -32
  145. data/spec/imw/metadata/schema_spec.rb +0 -24
  146. data/spec/imw/metadata_spec.rb +0 -86
  147. data/spec/imw/parsers/line_parser_spec.rb +0 -96
  148. data/spec/imw/parsers/regexp_parser_spec.rb +0 -42
  149. data/spec/imw/resource_spec.rb +0 -32
  150. data/spec/imw/schemes/hdfs_spec.rb +0 -67
  151. data/spec/imw/schemes/http_spec.rb +0 -19
  152. data/spec/imw/schemes/local_spec.rb +0 -165
  153. data/spec/imw/schemes/remote_spec.rb +0 -38
  154. data/spec/imw/schemes/s3_spec.rb +0 -31
  155. data/spec/imw/schemes/sql_spec.rb +0 -3
  156. data/spec/imw/tools/aggregator_spec.rb +0 -71
  157. data/spec/imw/tools/archiver_spec.rb +0 -120
  158. data/spec/imw/tools/extension_analyzer_spec.rb +0 -153
  159. data/spec/imw/tools/summarizer_spec.rb +0 -8
  160. data/spec/imw/tools/transferer_spec.rb +0 -195
  161. data/spec/imw/utils/dynamically_extendable_spec.rb +0 -69
  162. data/spec/imw/utils/has_uri_spec.rb +0 -61
  163. data/spec/imw/utils/paths_spec.rb +0 -10
  164. data/spec/imw/utils/shared_paths_spec.rb +0 -29
  165. data/spec/imw_spec.rb +0 -14
  166. data/spec/rcov.opts +0 -1
  167. data/spec/spec_helper.rb +0 -31
  168. data/spec/support/custom_matchers.rb +0 -28
  169. data/spec/support/file_contents_matcher.rb +0 -30
  170. data/spec/support/paths_matcher.rb +0 -66
  171. data/spec/support/random.rb +0 -213
  172. data/spec/support/without_regard_to_order_matcher.rb +0 -41
@@ -0,0 +1,89 @@
1
+ 6-in-1,1992,Caltron
2
+ Action 52,1991,Active Enterprises
3
+ After Burner,1989,Tengen
4
+ Alien Syndrome,1988,Tengen
5
+ Baby Boomer,1989,Color Dreams
6
+ Battle Kid: Fortress of Peril[8],2010[8],Sivak Games[8]
7
+ Bee 52,1992,Camerica
8
+ Bible Adventures,1990,Wisdom Tree
9
+ Bible Buffet,1993,Wisdom Tree
10
+ Big Nose Freaks Out,1992,Camerica
11
+ Big Nose the Caveman,1991,Camerica
12
+ Blackjack,1992,American Video Entertainment
13
+ Bubble Bath Babes,1991,Panesian
14
+ Captain Comic - The Adventure,1989,Color Dreams
15
+ Castle of Deceit,1990,Bunch Games
16
+ Challenge of the Dragon,1990,Color Dreams
17
+ Cheetahmen II,1993,Active Enterprises
18
+ Chiller,1990,American Game Cartridges (NA)HES (AU)
19
+ Crystal Mines,1989,Color Dreams
20
+ Death Race,1990,American Game Cartridges
21
+ Deathbots,1990,American Video Entertainment
22
+ Dizzy the Adventurer,1993,Codemasters
23
+ Double Strike,1990,American Video Entertainment (NA)HES (AUS)
24
+ Dudes with Attitude,1990,American Video Entertainment
25
+ Exodus,1990,Wisdom Tree
26
+ F-15 City War,1990,American Video Entertainment (NA)HES (AU)
27
+ The Fantastic Adventures of Dizzy,1993,Camerica (NA)Codemasters (EU)
28
+ Fantasy Zone,1989,Tengen
29
+ Firehawk,1989,Camerica
30
+ Galactic Crusader,1990,Bunch Games
31
+ Gauntlet,1987,Tengen
32
+ Hot Slots,1991,Panesian
33
+ Impossible Mission-II,1989,American Video Entertainment
34
+ Indiana Jones and the Temple of Doom,1988,Tengen
35
+ Joshua & the Battle of Jericho,1992,Wisdom Tree
36
+ King Neptune's Adventure,1990,Color Dreams
37
+ King of Kings: The Early Years,1991,Wisdom Tree
38
+ Klax,1990,Tengen
39
+ Krazy Kreatures,1990,American Video Entertainment
40
+ Linus Spacehead's Cosmic Crusade,1991,Camerica
41
+ Little Red Hood,1989,HES
42
+ Master Chu and the Drunkard Hu,1989,Color Dreams
43
+ Maxi 15,1992,American Video Entertainment
44
+ Menace Beach,1990,Color Dreams
45
+ Metal Fighter,1989,Color Dreams
46
+ Micro Machines,1991,Camerica
47
+ Mig 29 Soviet Fighter,1989,Camerica
48
+ Mission Cobra,1990,Bunch Games
49
+ Moon Ranger,1990,Bunch Games
50
+ Ms. Pac Man,1990,Tengen
51
+ Operation Secret Storm,1991,Color Dreams
52
+ Pac-Man,1988,Tengen
53
+ Pac-Mania,1990,Tengen
54
+ Peek-A-Boo Poker,1991,Panesian
55
+ Pesterminator,1990,Color Dreams
56
+ P'radikus Conflict,1990,Color Dreams
57
+ Puzzle,1990,American Video Entertainment
58
+ Pyramid,1990,American Video Entertainment
59
+ Quattro Adventure,1991,Camerica
60
+ Quattro Arcade,1991,Camerica
61
+ Quattro Sports,1991,Camerica
62
+ Rad Racket: Deluxe Tennis II,1991,American Video Entertainment
63
+ Raid 2020,1989,Color Dreams
64
+ R.B.I. Baseball,1988,Tengen
65
+ R.B.I. Baseball 2,1990,Tengen
66
+ R.B.I. Baseball 3,1991,Tengen
67
+ Road Runner,1989,Tengen
68
+ Robodemons,1990,Color Dreams
69
+ Rolling Thunder,1988,Tengen
70
+ Secret Scout,1991,Color Dreams
71
+ Shinobi,1989,Tengen
72
+ Shockwave,1990,American Game Cartridges
73
+ Silent Assault,1990,Color Dreams
74
+ Skull & Crossbones,1990,Tengen
75
+ Solitaire,1992,American Video Entertainment
76
+ Spiritual Warfare,1992,Wisdom Tree
77
+ Stunt Kids,1992,Camerica
78
+ Sunday Funday,1995,Wisdom Tree
79
+ Super Sprint,1989,Tengen
80
+ Tagin' Dragon,1990,Bunch Games
81
+ Tetris,1989,Tengen
82
+ Tiles of Fate,1990,American Video Entertainment
83
+ Toobin',1989,Tengen
84
+ Trolls on Treasure Island,1994,American Video Entertainment
85
+ Ultimate League Soccer,1991,American Video Entertainment
86
+ The Ultimate Stuntman,1990,Camerica
87
+ Venice Beach Volleyball,1991,American Video Entertainment
88
+ Vindicators,1988,Tengen
89
+ Wally Bear and the NO! Gang,1992,American Video Entertainment
@@ -0,0 +1,710 @@
1
+ title,release,publisher
2
+ 10-Yard Fight,1985,Nintendo
3
+ 1942,1986,Capcom
4
+ 1943: The Battle of Midway,1988,Capcom
5
+ 3-D WorldRunner,1987,Acclaim Entertainment
6
+ 720°,1989,Mindscape
7
+ 8 Eyes,1990,Taxan
8
+ Abadox,1990,Milton Bradley Company
9
+ The Addams Family,1992,Ocean Software
10
+ The Addams Family: Pugsley's Scavenger Hunt,1993,Ocean Software
11
+ Advanced Dungeons & Dragons: DragonStrike,1992,FCI
12
+ Advanced Dungeons & Dragons: Heroes of the Lance,1991,FCI
13
+ Advanced Dungeons & Dragons: Hillsfar,1993,FCI
14
+ Advanced Dungeons & Dragons: Pool of Radiance,1992,FCI
15
+ Adventure Island,1988,Hudson Soft
16
+ Adventure Island II,1991,Hudson Soft (NA/EU)Mattel (AU)
17
+ Adventure Island III,1992,Hudson Soft
18
+ Adventures in the Magic Kingdom,1990,Capcom
19
+ The Adventures of Bayou Billy,1989,Konami
20
+ Adventures of Dino Riki,1989,Hudson Soft
21
+ The Adventures of Gilligan's Island,1990,Bandai
22
+ Adventures of Lolo,1989,HAL Laboratory
23
+ Adventures of Lolo 2,1990,HAL Laboratory
24
+ Adventures of Lolo 3,1991,HAL Laboratory
25
+ The Adventures of Rad Gravity,1990,Activision (NA)Mattel (AUS)
26
+ The Adventures of Rocky and Bullwinkle and Friends,1992,THQ
27
+ The Adventures of Tom Sawyer,1989,SETA
28
+ Air Fortress,1989,HAL Laboratory
29
+ Airwolf,1989,Acclaim Entertainment
30
+ Al Unser Jr.'s Turbo Racing,1990,Data East
31
+ Aladdin,1994,Virgin Interactive (EU)
32
+ Alfred Chicken,1994,Mindscape
33
+ Alien3,1993,LJN
34
+ All-Pro Basketball,1989,Vic Tokai
35
+ Alpha Mission,1987,SNK
36
+ Amagon,1989,Sammy Studios
37
+ American Gladiators,1991,GameTek
38
+ Anticipation,1988,Nintendo
39
+ Arch Rivals: A Basket Brawl!,1990,Acclaim Entertainment
40
+ Archon,1989,Activision
41
+ Arkanoid,1987,Taito
42
+ Arkista's Ring,1990,American Sammy
43
+ Asterix,1993,Infogrames (EU)
44
+ Astyanax,1990,Jaleco
45
+ Athena,1987,SNK
46
+ Athletic World,1987,Bandai (NA)Nintendo (EU)
47
+ Attack of the Killer Tomatoes,1992,THQ
48
+ Aussie Rules Footy,1991,Laser Beam Entertainment (AU)
49
+ Back to the Future,1989,LJN
50
+ Back to the Future Part II & III,1990,LJN
51
+ Bad Dudes,1990,Data East (NA)Ocean Software (EU)
52
+ Bad News Baseball,1990,Tecmo
53
+ Bad Street Brawler,1989,Mattel
54
+ Balloon Fight,1986,Nintendo
55
+ Banana Prince,1992,Takara (EU)
56
+ Bandai Golf: Challenge Pebble Beach,1989,Bandai
57
+ Bandit Kings of Ancient China,1990,Koei
58
+ Barbie,1991,Hi-Tech Expressions
59
+ The Bard's Tale,1991,FCI
60
+ Barker Bill's Trick Shooting,1990,Nintendo
61
+ Base Wars,1991,Ultra Games
62
+ Baseball,1985,Nintendo
63
+ Baseball Simulator 1.000,1990,Culture Brain
64
+ Baseball Stars,1989,SNK
65
+ Baseball Stars 2,1992,Romstar
66
+ Bases Loaded,1988,Jaleco
67
+ Bases Loaded II: Second Season,1990,Jaleco
68
+ Bases Loaded 3,1991,Jaleco
69
+ Bases Loaded 4,1993,Jaleco
70
+ Batman,1990,Sunsoft
71
+ Batman Returns,1993,Konami
72
+ Batman: Return of the Joker,1991,Sunsoft
73
+ Battle Chess,1990,Data East
74
+ The Battle of Olympus,1989,Broderbund (NA)Imagineering (EU)
75
+ Battle Tank,1990,Absolute Entertainment
76
+ Battleship,1993,Mindscape
77
+ Battletoads,1991,Tradewest
78
+ Battletoads & Double Dragon,1993,Tradewest
79
+ Beauty and the Beast,1994,Hudson Soft (EU)
80
+ Beetlejuice,1991,LJN
81
+ Best of the Best: Championship Karate,1992,Electro Brain (NA)Loricels (EU)
82
+ Bigfoot,1990,Acclaim Entertainment
83
+ Bill & Ted's Excellent Video Game Adventure,1991,LJN
84
+ Bill Elliott's NASCAR Challenge,1991,Konami
85
+ Bionic Commando,1988,Capcom
86
+ The Black Bass,1989,Hot-B
87
+ Blades of Steel,1988,Konami (NA/EU)Mattel (AU)
88
+ Blaster Master,1988,Sunsoft
89
+ The Blue Marlin,1992,Hot-B
90
+ The Blues Brothers,1992,Titus
91
+ Bo Jackson Baseball,1991,Data East
92
+ Bomberman,1987,Hudson Soft
93
+ Bomberman II,1992,Hudson Soft
94
+ Bonk's Adventure,1994,Hudson Soft
95
+ Boulder Dash,1990,JVC
96
+ A Boy and His Blob: Trouble on Blobolonia,1990,Absolute Entertainment
97
+ Bram Stoker's Dracula,1993,Sony Imagesoft
98
+ Break Time: The National Pool Tour,1993,FCI
99
+ BreakThru,1987,Data East
100
+ Bubble Bobble,1988,Taito (NA/EU)Mattel (AUS)
101
+ Bubble Bobble Part 2,1993,Taito
102
+ Bucky O'Hare,1992,Konami
103
+ The Bugs Bunny Birthday Blowout,1990,Kemco
104
+ The Bugs Bunny Crazy Castle,1989,Seika
105
+ Bump 'n' Jump,1988,Vic Tokai
106
+ Burai Fighter,1990,Taxan
107
+ BurgerTime,1987,Data East
108
+ Cabal,1990,Milton Bradley Company
109
+ Caesars Palace,1992,Virgin Interactive
110
+ California Games,1989,Milton Bradley Company
111
+ Captain America and The Avengers,1991,Data East
112
+ Captain Planet,1991,Mindscape
113
+ Captain Skyhawk,1990,Milton Bradley Company (NA)Rare (EU)
114
+ Casino Kid,1989,SOFEL
115
+ Casino Kid 2,1993,SOFEL
116
+ Castelian,1991,Triffix (NA)Storm (EU)
117
+ Castle of Dragon,1990,SETA
118
+ Castlequest,1989,ASCII
119
+ Castlevania,1987,Konami
120
+ Castlevania II: Simon's Quest,1988,Konami
121
+ Castlevania III: Dracula's Curse,1990,Konami
122
+ Caveman Games,1990,Data East
123
+ Championship Bowling,1989,Romstar
124
+ Championship Pool,1993,Mindscape
125
+ Championship Rally,1991,Hal Laboratory (AU)
126
+ Chessmaster,1990,Hi-Tech Expressions
127
+ Chip 'n Dale: Rescue Rangers,1990,Capcom
128
+ Chip 'n Dale: Rescue Rangers 2,1994,Capcom
129
+ Chubby Cherub,1986,Bandai
130
+ Circus Caper,1990,Toho
131
+ City Connection,1988,Jaleco
132
+ Clash at Demonhead,1990,Vic Tokai
133
+ Classic Concentration,1990,GameTek
134
+ Cliffhanger,1993,Sony Imagesoft
135
+ Clu Clu Land,1985,Nintendo
136
+ Cobra Command,1988,Data East
137
+ Cobra Triangle,1989,Nintendo
138
+ Code Name: Viper,1990,Capcom
139
+ Color a Dinosaur,1993,Virgin Interactive
140
+ Commando,1986,Capcom
141
+ Conan: The Mysteries of Time,1991,Mindscape
142
+ Conflict,1990,Vic Tokai
143
+ Conquest of the Crystal Palace,1990,Asmik
144
+ Contra,1988,Konami
145
+ Contra Force,1992,Konami
146
+ Cool World,1993,Ocean Software
147
+ Cowboy Kid,1992,Romstar
148
+ Crackout,1991,Palcom
149
+ Crash 'n the Boys: Street Challenge,1992,Technos Japan
150
+ Crystalis,1990,SNK
151
+ Cyberball,1992,Jaleco
152
+ Cybernoid: The Fighting Machine,1989,Acclaim Entertainment
153
+ Dance Aerobics,1989,Nintendo
154
+ Danny Sullivan's Indy Heat,1992,Tradewest
155
+ Darkman,1991,Ocean Software
156
+ Darkwing Duck,1992,Capcom
157
+ Dash Galaxy in the Alien Asylum,1990,Data East
158
+ Day Dreamin' Davey,1992,HAL Laboratory
159
+ Days of Thunder,1990,Mindscape
160
+ Deadly Towers,1987,Broderbund
161
+ Defender II,1988,HAL Laboratory
162
+ Defender of the Crown,1989,Ultra Games
163
+ Defenders of Dynatron City,1992,JVC
164
+ Déjà Vu,1990,Seika
165
+ Demon Sword,1990,Taito
166
+ Desert Commander,1989,Seika
167
+ Destination Earthstar,1990,Acclaim Entertainment
168
+ Destiny of an Emperor,1990,Capcom
169
+ Devil World,1987,Nintendo
170
+ Dick Tracy,1990,Bandai
171
+ Die Hard,1992,Activision
172
+ Dig Dug II,1989,Bandai
173
+ Digger T. Rock: Legend of the Lost City,1990,Milton Bradley Company
174
+ Dirty Harry,1990,Mindscape
175
+ Donkey Kong,1986,Nintendo
176
+ Donkey Kong 3,1986,Nintendo
177
+ Donkey Kong Classics,1988,Nintendo
178
+ Donkey Kong Jr.,1986,Nintendo
179
+ Donkey Kong Jr. Math,1985,Nintendo
180
+ Double Dare,1990,GameTek
181
+ Double Dragon,1988,Tradewest
182
+ Double Dragon II: The Revenge,1990,Acclaim Entertainment
183
+ Double Dragon III: The Sacred Stones,1991,Acclaim Entertainment
184
+ Double Dribble,1987,Konami
185
+ Dr. Chaos,1988,FCI
186
+ Dr. Jekyll and Mr. Hyde,1989,Bandai
187
+ Dr. Mario,1990,Nintendo
188
+ Dragon Fighter,1992,SOFEL
189
+ Dragon Power,1988,Bandai
190
+ Dragon Spirit,1990,Bandai
191
+ Dragon Warrior,1989,Nintendo
192
+ Dragon Warrior II,1990,Enix
193
+ Dragon Warrior III,1992,Enix
194
+ Dragon Warrior IV,1992,Enix
195
+ Dragon's Lair,1990,Sony Imagesoft (NA)Elite Systems (EU)
196
+ Dropzone,1992,Mindscape
197
+ Duck Hunt,1985,Nintendo
198
+ Duck Maze,1990,HES Interactive
199
+ DuckTales,1989,Capcom
200
+ DuckTales 2,1993,Capcom
201
+ Dungeon Magic: Sword of the Elements,1990,Taito
202
+ Dusty Diamond's All-Star Softball,1990,Broderbund
203
+ Dynowarz: Destruction of Spondylus,1989,Bandai
204
+ Elevator Action,1987,Taito
205
+ Eliminator Boat Duel,1991,Electro Brain
206
+ Elite,1991,Imagineer
207
+ Evert and Lendl Top Players' Tennis,1990,Asmik
208
+ Excitebike,1985,Nintendo
209
+ F-1 Sensation,1993,Palcom
210
+ F-117A Stealth Fighter,1992,MicroProse
211
+ F-15 Strike Eagle,1992,MicroProse
212
+ Family Feud,1991,GameTek
213
+ Faria: A World of Mystery and Danger,1991,ASCII
214
+ Faxanadu,1989,Nintendo
215
+ Felix the Cat,1992,Hudson Soft
216
+ Ferrari Grand Prix Challenge,1992,Acclaim Entertainment
217
+ Fester's Quest,1989,Sunsoft
218
+ Final Fantasy,1990,Nintendo
219
+ Fire 'n Ice,1993,Tecmo
220
+ Fisher-Price: Firehouse Rescue,1992,GameTek
221
+ Fisher-Price: I Can Remember,1990,GameTek
222
+ Fisher-Price: Perfect Fit,1990,GameTek
223
+ Fist of the North Star,1989,Taxan
224
+ Flight of the Intruder,1991,Mindscape
225
+ The Flintstones: The Rescue of Dino & Hoppy,1991,Taito (NA/EU)Mattel (AU)
226
+ The Flintstones: Surprise at Dinosaur Peak,1994,Taito
227
+ Flying Dragon: The Secret Scroll,1989,Culture Brain
228
+ Flying Warriors,1991,Culture Brain
229
+ Formula One: Built to Win,1990,SETA
230
+ Frankenstein: The Monster Returns,1991,Bandai
231
+ Freedom Force,1988,Sunsoft
232
+ Friday the 13th,1989,LJN
233
+ Fun House,1991,Hi-Tech Expressions
234
+ G.I. Joe,1991,Taxan
235
+ G.I. Joe: The Atlantis Factor,1992,Capcom
236
+ Galaga,1988,Bandai
237
+ Galaxy 5000,1991,Activision
238
+ Gargoyle's Quest II,1992,Capcom
239
+ Gauntlet II,1990,Mindscape
240
+ Gemfire,1992,Koei
241
+ Genghis Khan,1990,Koei
242
+ George Foreman's KO Boxing,1992,Acclaim Entertainment
243
+ Ghostbusters,1988,Activision
244
+ Ghostbusters II,1990,Activision
245
+ Ghosts 'n Goblins,1986,Capcom
246
+ Ghoul School,1992,Electro Brain
247
+ Goal!,1989,Jaleco
248
+ Goal! Two,1992,Jaleco
249
+ Godzilla: Monster of Monsters,1989,Toho
250
+ Godzilla 2: War of the Monsters,1992,Toho
251
+ Gold Medal Challenge 92,1992,Capcom
252
+ Golf,1985,Nintendo
253
+ Golf Grand Slam,1991,Atlus
254
+ Golgo 13: Top Secret Episode,1988,Vic Tokai
255
+ The Goonies II,1987,Konami
256
+ Gotcha! The Sport!,1987,LJN
257
+ Gradius,1986,Konami
258
+ The Great Waldo Search,1992,THQ
259
+ Greg Norman's Golf Power,1992,Virgin Interactive
260
+ Gremlins 2: The New Batch,1990,Sunsoft
261
+ The Guardian Legend,1989,Broderbund (NA)Nintendo (EU)
262
+ Guerrilla War,1989,SNK
263
+ Gumshoe,1986,Nintendo
264
+ Gun Nac,1991,ASCII
265
+ Gun.Smoke,1988,Capcom
266
+ Gyromite,1985,Nintendo
267
+ Gyruss,1989,Ultra Games
268
+ Hammerin' Harry,1992,Irem
269
+ Harlem Globetrotters,1991,GameTek
270
+ Hatris,1992,Bullet-Proof Software
271
+ Heavy Barrel,1990,Data East
272
+ Heavy Shreddin',1990,Parker Brothers
273
+ High Speed,1991,Tradewest
274
+ Hogan's Alley,1985,Nintendo
275
+ Hollywood Squares,1989,GameTek
276
+ Home Alone,1991,THQ
277
+ Home Alone 2,1992,THQ
278
+ Hook,1992,Sony Imagesoft (NA)Ocean Software (EU)
279
+ Hoops,1989,Jaleco
280
+ Hudson Hawk,1992,Sony Imagesoft (NA)Ocean Software (EU)
281
+ The Hunt for Red October,1991,Hi-Tech Expressions
282
+ Hydlide,1989,FCI
283
+ Ice Climber,1985,Nintendo
284
+ Ice Hockey,1988,Nintendo
285
+ Ikari Warriors,1987,SNK
286
+ Ikari Warriors II: Victory Road,1988,SNK
287
+ Ikari Warriors III: The Rescue,1991,SNK
288
+ Image Fight,1990,Irem
289
+ The Immortal,1990,Electronic Arts
290
+ The Incredible Crash Dummies,1994,LJN
291
+ Indiana Jones and the Last Crusade,1991,Taito
292
+ Indiana Jones and the Last Crusade,1993,Ubisoft
293
+ Indiana Jones and the Temple of Doom,1988,Mindscape
294
+ Infiltrator,1990,Mindscape
295
+ International Cricket,1992,Mattel
296
+ Iron Tank,1988,SNK
297
+ Ironsword: Wizards & Warriors II,1989,Acclaim Entertainment
298
+ Isolated Warrior,1991,NTVIC
299
+ "Ivan ""Ironman"" Stewart's Super Off Road",1990,Tradewest
300
+ Jack Nicklaus' Major Championship Golf,1990,Konami
301
+ Jackal,1988,Konami
302
+ Jackie Chan's Action Kung Fu,1990,Hudson Soft
303
+ James Bond Jr.,1992,THQ
304
+ Jaws,1987,LJN
305
+ Jeopardy!,1988,GameTek
306
+ Jeopardy! 25th Silver Anniversary Edition,1990,GameTek
307
+ Jeopardy! Junior Edition,1989,GameTek
308
+ The Jetsons: Cogswell's Caper!,1992,Taito
309
+ Jimmy Connors Pro Tennis Tour,1993,Ubisoft
310
+ Joe and Mac,1992,Elite Systems
311
+ John Elway's Quarterback,1989,Tradewest
312
+ Jordan vs Bird: One on One,1989,Milton Bradley Company
313
+ Journey to Silius,1990,Sunsoft
314
+ Joust,1988,HAL Laboratory
315
+ The Jungle Book,1994,Virgin Interactive
316
+ Jurassic Park,1993,Ocean Software
317
+ Kabuki Quantum Fighter,1991,HAL Laboratory
318
+ Karate Champ,1986,Data East
319
+ The Karate Kid,1987,LJN
320
+ Karnov,1988,Data East
321
+ Kick Master,1992,Taito
322
+ Kick Off,1991,Imagineering
323
+ Kickle Cubicle,1990,Irem
324
+ Kid Icarus,1987,Nintendo
325
+ Kid Klown in Night Mayor World,1993,Kemco
326
+ Kid Kool,1990,Vic Tokai
327
+ Kid Niki: Radical Ninja,1987,Data East
328
+ King of Kings,1988,Namco
329
+ King's Knight,1989,Square
330
+ Kings of the Beach,1990,Ultra Games
331
+ King's Quest V,1992,Konami
332
+ Kirby's Adventure,1993,Nintendo
333
+ Klash Ball,1991,SOFEL
334
+ Knight Rider,1989,Acclaim Entertainment
335
+ Konami Hyper Soccer,1992,Konami
336
+ The Krion Conquest,1991,Vic Tokai
337
+ Krusty's Funhouse,1992,Acclaim Entertainment
338
+ Kung Fu,1985,Nintendo
339
+ Kung Fu Heroes,1989,Culture Brain
340
+ Laser Invasion,1991,Ultra Games
341
+ Last Action Hero,1993,Sony Imagesoft
342
+ The Last Ninja,1991,Jaleco
343
+ The Last Starfighter,1990,Mindscape
344
+ Lee Trevino's Fighting Golf,1988,SNK
345
+ Legacy of the Wizard,1989,Broderbund
346
+ Legend of the Ghost Lion,1992,Kemco
347
+ The Legend of Kage,1987,Taito
348
+ The Legend of Zelda,1987,Nintendo
349
+ Legendary Wings,1988,Capcom
350
+ Legends of the Diamond,1992,Bandai
351
+ The Legend of Prince Valiant,1992,Ocean Software
352
+ Lemmings,1992,Sunsoft
353
+ L'Empereur,1991,Koei
354
+ Lethal Weapon,1993,Ocean Software
355
+ Life Force,1988,Konami
356
+ The Lion King,1994,Virgin Interactive
357
+ Little League Baseball: Championship Series,1990,SNK
358
+ The Little Mermaid,1991,Capcom
359
+ Little Nemo: The Dream Master,1990,Capcom
360
+ Little Ninja Brothers,1990,Culture Brain
361
+ Little Samson,1992,Taito
362
+ Lode Runner,1987,Broderbund
363
+ The Lone Ranger,1991,Konami
364
+ Loopz,1990,Mindscape
365
+ Low G Man: The Low Gravity Man,1990,Taxan
366
+ Lunar Pool,1987,FCI
367
+ M.C. Kids,1992,Virgin Interactive (NA)Ocean Software (EU)
368
+ M.U.L.E.,1990,Mindscape
369
+ M.U.S.C.L.E.,1986,Bandai
370
+ Mach Rider,1985,Nintendo
371
+ Mad Max,1990,Mindscape
372
+ The Mafat Conspiracy: Golgo 13 II,1990,Vic Tokai
373
+ Magic Darts,1991,Romstar
374
+ Magic Johnson's Fast Break,1990,Tradewest
375
+ The Magic of Scheherazade,1989,Culture Brain
376
+ Magician,1991,Taxan
377
+ Magmax,1988,FCI
378
+ Major League Baseball,1988,LJN
379
+ Maniac Mansion,1990,Jaleco
380
+ Mappy-Land,1989,Taxan
381
+ Marble Madness,1989,Milton Bradley Company
382
+ Mario Bros.,1986,Nintendo
383
+ Mario Is Missing!,1993,Mindscape
384
+ Mario's Time Machine,1994,Mindscape
385
+ Mechanized Attack,1990,SNK
386
+ Mega Man,1987,Capcom
387
+ Mega Man 2,1989,Capcom
388
+ Mega Man 3,1990,Capcom
389
+ Mega Man 4,1992,Capcom
390
+ Mega Man 5,1992,Capcom
391
+ Mega Man 6,1994,Nintendo
392
+ Mendel Palace,1990,Hudson Soft
393
+ Metal Gear,1988,Ultra Games
394
+ Metal Mech,1991,Jaleco
395
+ Metal Storm,1991,Irem
396
+ Metroid,1987,Nintendo
397
+ Michael Andretti's World GP,1990,American Sammy
398
+ Mickey Mousecapade,1988,Capcom
399
+ Mickey's Adventures in Numberland,1994[3],Hi-Tech Expressions
400
+ Mickey's Safari in Letterland,1993[3],Hi-Tech Expressions
401
+ Might and Magic Book One: The Secret of the Inner Sanctum,1992,American Sammy
402
+ Mighty Bomb Jack,1987,Tecmo
403
+ Mighty Final Fight,1993,Capcom
404
+ Mike Tyson's Punch-Out!!,1987,Nintendo
405
+ Millipede,1988,HAL Laboratory
406
+ Milon's Secret Castle,1988,Hudson Soft
407
+ Miracle Piano,1990,Mindscape
408
+ Mission: Impossible,1990,Ultra Games
409
+ Monopoly,1991,Parker Brothers
410
+ Monster in My Pocket,1992,Konami
411
+ Monster Party,1989,Bandai
412
+ Monster Truck Rally,1991,INTV
413
+ Motor City Patrol,1992,Matchbox
414
+ Mr. Gimmick!,1993,Sunsoft
415
+ Ms. Pac Man,1993,Namco
416
+ Muppet Adventure: Chaos at the Carnival,1990,Hi-Tech Expressions
417
+ The Mutant Virus: Crisis in a Computer World,1992,American Softworks
418
+ Mystery Quest,1989,Taxan
419
+ NARC,1990,Acclaim Entertainment
420
+ NES Open Tournament Golf,1991,Nintendo
421
+ NES Play Action Football,1990,Nintendo
422
+ New Ghostbusters II,1990,HAL Laboratory
423
+ The New Zealand Story,1991,Taito (NA/EU)Ocean Software (AU)
424
+ NFL Football,1989,LJN
425
+ Nigel Mansell's World Championship Racing,1993,GameTek
426
+ A Nightmare on Elm Street,1989,LJN
427
+ Nightshade,1992,Ultra Games
428
+ Ninja Crusaders,1990,American Sammy
429
+ Ninja Gaiden,1989,Tecmo
430
+ Ninja Gaiden II: The Dark Sword of Chaos,1990,Tecmo
431
+ Ninja Gaiden III: The Ancient Ship of Doom,1991,Tecmo
432
+ Ninja Kid,1986,Bandai
433
+ Nintendo World Championships,1990,Nintendo
434
+ Nintendo World Cup,1990,Nintendo
435
+ Noah's Ark,1992,Konami
436
+ Nobunaga's Ambition,1989,Koei
437
+ Nobunaga's Ambition II,1991,Koei
438
+ North and South,1990,Seika
439
+ Operation Wolf,1989,Taito
440
+ Orb-3D,1990,Hi-Tech Expressions
441
+ Othello,1988,Acclaim Entertainment
442
+ Over Horizon,1991,Hot-B
443
+ Overlord,1993,Virgin Interactive
444
+ P.O.W.: Prisoners of War,1989,SNK
445
+ Pac-Man,1993,Namco
446
+ Palamedes,1990,Hot-B
447
+ Panic Restaurant,1992,Taito
448
+ Paperboy,1988,Mindscape
449
+ Paperboy 2,1992,Mindscape
450
+ Parasol Stars: The Story of Bubble Bobble III,1991,Ocean Software
451
+ Parodius Da!,1992,Konami
452
+ Peter Pan and the Pirates,1991,THQ
453
+ Phantom Fighter,1990,FCI
454
+ Pictionary,1990,LJN
455
+ Pinball,1985,Nintendo
456
+ Pinball Quest,1990,Jaleco
457
+ Pinbot,1990,Nintendo
458
+ Pipe Dream,1990,Bullet-Proof Software
459
+ Pirates!,1991,Ultra Games
460
+ Platoon,1988,Sunsoft
461
+ Popeye,1986,Nintendo
462
+ Power Blade,1991,Taito
463
+ Power Blade 2,1992,Taito
464
+ Power Punch II,1992,American Softworks
465
+ Predator: Soon the Hunt Will Begin,1989,Activision
466
+ Prince of Persia,1992,Virgin Interactive
467
+ Princess Tomato in the Salad Kingdom,1991,Hudson Soft
468
+ Pro Sport Hockey,1993,Jaleco
469
+ Pro Wrestling,1987,Nintendo
470
+ The Punisher,1990,LJN
471
+ Puss 'n Boots: Pero's Great Adventure,1990,Electro Brain
472
+ Puzznic,1990,Taito
473
+ Q*bert,1989,Ultra Games
474
+ Quarth,1990,Konami
475
+ Qix,1991,Taito
476
+ R.C. Pro-Am,1988,Nintendo
477
+ R.C. Pro-Am II,1992,Tradewest
478
+ Race America,1992,Absolute Entertainment (NA)Milton Bradley Company (EU)
479
+ Racket Attack,1988,Jaleco
480
+ Rackets and Rivals,1993,Palcom
481
+ Rad Racer,1987,Nintendo
482
+ Rad Racer II,1990,Square
483
+ Raid on Bungeling Bay,1987,Broderbund
484
+ Rainbow Islands,1991,Taito
485
+ Rally Bike,1990,Romstar
486
+ Rambo,1988,Acclaim Entertainment
487
+ Rampage,1988,Data East
488
+ Rampart,1992,Jaleco
489
+ Remote Control,1990,Hi-Tech Expressions
490
+ The Ren & Stimpy Show: Buckaroo$,1993,THQ
491
+ Renegade,1988,Taito
492
+ Rescue: The Embassy Mission,1990,Seika
493
+ Ring King,1987,Data East
494
+ River City Ransom,1990,Technos Japan (NA)Infogrames (EU)
495
+ Road Fighter,1992,Palcom
496
+ RoadBlasters,1990,Mindscape
497
+ Prince of Thieves,1991,Virgin Interactive
498
+ RoboCop,1989,Data East
499
+ RoboCop 2,1991,Data East
500
+ RoboCop 3,1992,Ocean Software
501
+ Robowarrior,1988,Jaleco
502
+ Rock 'n' Ball,1990,NTVIC
503
+ Rocket Ranger,1990,Seika
504
+ The Rocketeer,1991,Bandai
505
+ Rockin' Kats,1991,Atlus
506
+ Rodland,1993,Jaleco
507
+ Roger Clemens' MVP Baseball,1991,LJN
508
+ Rollerball,1990,HAL Laboratory
509
+ Rollerblade Racer,1993,Hi-Tech Expressions
510
+ RollerGames,1990,Ultra Games
511
+ Romance of the Three Kingdoms,1989,Koei
512
+ Romance of the Three Kingdoms II,1991,Koei
513
+ Roundball: 2 on 2 Challenge,1992,Mindscape
514
+ Rush'n Attack,1987,Konami
515
+ Rygar,1987,Tecmo
516
+ S.C.A.T.: Special Cybernetic Attack Team,1991,Natsume (NA)Imagineering (EU)
517
+ Section Z,1987,Capcom
518
+ Seicross,1988,FCI
519
+ Sesame Street: 1-2-3,1989,Hi-Tech Expressions
520
+ Sesame Street: A-B-C,1989,Hi-Tech Expressions
521
+ Sesame Street: A-B-C/1-2-3,1991,Hi-Tech Expressions
522
+ Sesame Street: Big Bird's Hide & Speak,1990,Hi-Tech Expressions
523
+ Sesame Street: Countdown,1992,Hi-Tech Expressions
524
+ Shadow of the Ninja,1990,Natsume (NA)Data East (EU)
525
+ Shadowgate,1989,Seika
526
+ Shatterhand,1991,Jaleco
527
+ Shingen the Ruler,1990,Hot-B
528
+ Shooting Range,1989,Bandai
529
+ Short Order/Eggsplode,1989,Nintendo
530
+ Side Pocket,1987,Data East
531
+ Silent Service,1989,Ultra Games
532
+ Silkworm,1990,American Sammy
533
+ Silver Surfer,1990,Virgin Interactive
534
+ The Simpsons: Bart vs. the Space Mutants,1991,Acclaim Entertainment
535
+ The Simpsons: Bart vs. The World,1991,Acclaim Entertainment
536
+ The Simpsons: Bartman Meets Radioactive Man,1992,Acclaim Entertainment
537
+ Skate or Die!,1988,Ultra Games
538
+ Skate or Die 2,1990,Electronic Arts
539
+ Ski or Die,1991,Ultra Games
540
+ Sky Kid,1987,Sunsoft
541
+ Sky Shark,1989,Taito
542
+ Slalom,1987,Nintendo
543
+ Smash TV,1991,Acclaim Entertainment
544
+ The Smurfs,1994,Infogrames
545
+ Snake Rattle n Roll,1990,Nintendo
546
+ Snake's Revenge,1990,Ultra Games (NA)Konami (EU)
547
+ Snoopy's Silly Sports Spectacular,1990,Seika
548
+ Snow Brothers,1991,Capcom
549
+ Soccer,1987,Nintendo
550
+ Solar Jetman: Hunt for the Golden Warpship,1990,Tradewest
551
+ Solomon's Key,1987,Tecmo
552
+ Solstice,1990,Sony Imagesoft (NA)Software Creations (EU)
553
+ Space Shuttle Project,1991,Absolute Entertainment
554
+ Spelunker,1987,Broderbund
555
+ Spider-Man: Return of the Sinister Six,1992,LJN
556
+ Spot,1990,Virgin Interactive
557
+ Spy Hunter,1987,Sunsoft
558
+ Spy vs. Spy,1988,Seika
559
+ Sqoon,1987,Irem
560
+ Stack-Up,1985,Nintendo
561
+ Stadium Events,1987,Bandai
562
+ Stanley and the Search for Dr. Livingston,1992,Electro Brain
563
+ Star Force,1987,Tecmo
564
+ Star Soldier,1989,Taxan
565
+ Star Trek 25th Anniversary,1992,Ultra Games
566
+ The Next Generation,1993,Absolute Entertainment
567
+ Star Voyager,1987,Acclaim Entertainment
568
+ Star Wars,1991,JVC (NA)LucasArts (EU)
569
+ Star Wars: The Empire Strikes Back,1992,JVC
570
+ Starship Hector,1990,Hudson Soft
571
+ StarTropics,1990,Nintendo
572
+ Stealth ATF,1989,Activision
573
+ Stinger,1987,Konami
574
+ Street Cop,1989,Bandai
575
+ Street Fighter 2010: The Final Fight,1990,Capcom
576
+ Strider,1989,Capcom
577
+ Super C,1990,Konami
578
+ Super Cars,1991,Electro Brain
579
+ Super Dodge Ball,1988,Sony Imagesoft
580
+ Super Glove Ball,1990,Mattel
581
+ Super Jeopardy!,1991,GameTek
582
+ Super Mario Bros.,1985,Nintendo
583
+ Super Mario Bros./Duck Hunt,1988,Nintendo
584
+ Super Mario Bros./Duck Hunt/World Class Track Meet,1990,Nintendo
585
+ Super Mario Bros./Tetris/Nintendo World Cup,1988,Nintendo
586
+ Super Mario Bros. 2,1988,Nintendo
587
+ Super Mario Bros. 3,1990,Nintendo
588
+ Super Pitfall,1987,Activision[6]
589
+ Super Spike V'Ball,1990,Nintendo
590
+ Super Spike V'Ball/Nintendo World Cup,1990,Nintendo
591
+ Super Spy Hunter,1992,Sunsoft
592
+ Super Team Games,1988,Nintendo
593
+ Super Turrican,1992,Imagineering
594
+ Superman,1988,Seika
595
+ Swamp Thing,1992,THQ
596
+ Sword Master,1992,"Athena Co., Ltd."
597
+ Swords and Serpents,1990,Acclaim Entertainment
598
+ Taboo: The Sixth Sense,1989,Tradewest
599
+ Tag Team Wrestling,1986,Data East
600
+ Tale Spin,1991,Capcom
601
+ Target: Renegade,1990,Taito
602
+ Tecmo Baseball,1989,Tecmo
603
+ Tecmo Bowl,1989,Tecmo
604
+ Tecmo Cup Soccer Game,1992,Tecmo
605
+ Tecmo NBA Basketball,1992,Tecmo
606
+ Tecmo Super Bowl,1991,Tecmo
607
+ Tecmo World Cup Soccer,1992,Tecmo
608
+ Tecmo World Wrestling,1990,Tecmo
609
+ Teenage Mutant Ninja Turtles,1989,Ultra Games
610
+ Teenage Mutant Ninja Turtles II: The Arcade Game,1990,Ultra Games
611
+ Teenage Mutant Ninja Turtles III: The Manhattan Project,1992,Konami
612
+ Teenage Mutant Ninja Turtles: Tournament Fighters,1994,Konami
613
+ Tennis,1985,Nintendo
614
+ The Terminator,1992,Mindscape
615
+ Terminator 2: Judgment Day,1992,Acclaim Entertainment
616
+ Terra Cresta,1990,Vic Tokai
617
+ Tetris,1989,Nintendo
618
+ Tetris 2,1993,Nintendo
619
+ The Three Stooges,1989,Activision
620
+ Thunder & Lightning,1990,Romstar
621
+ Thunderbirds,1990,Activision
622
+ Thundercade,1989,American Sammy
623
+ Tiger-Heli,1987,Acclaim Entertainment
624
+ Time Lord,1990,Milton Bradley Company
625
+ Times of Lore,1991,Toho
626
+ Tiny Toon Adventures,1991,Konami
627
+ Tiny Toon Adventures 2: Trouble in Wackyland,1993,Konami
628
+ Tiny Toon Adventures Cartoon Workshop,1992,Konami
629
+ To the Earth,1989,Nintendo
630
+ Toki,1991,Taito
631
+ Tom and Jerry,1991,Hi-Tech Expressions
632
+ Tombs & Treasure,1991,Activision
633
+ Top Gun,1987,Konami
634
+ Top Gun: The Second Mission,1990,Konami
635
+ Total Recall (video game),1990,Acclaim Entertainment
636
+ Totally Rad,1991,Jaleco
637
+ Touchdown Fever,1991,SNK
638
+ Town & Country Surf Designs,1988,LJN
639
+ Town & Country II: Thrilla's Surfari,1992,Acclaim Entertainment
640
+ Toxic Crusaders,1992,Bandai
641
+ Track & Field,1987,Konami
642
+ Track & Field II,1989,Konami
643
+ Treasure Master,1991,American Softworks
644
+ Trog,1991,Acclaim Entertainment
645
+ Trojan,1987,Capcom
646
+ The Trolls in Crazyland,1991,American Softworks
647
+ Twin Cobra,1990,American Sammy
648
+ Twin Eagle,1989,Romstar
649
+ Ufouria: The Saga,1991,Sunsoft
650
+ Ultima: Exodus,1989,FCI
651
+ Ultima 4: Quest of the Avatar,1990,FCI
652
+ Ultima V: Warriors of Destiny,1993,FCI
653
+ Ultimate Air Combat,1992,Activision
654
+ Ultimate Basketball,1990,American Sammy
655
+ The Uncanny X-Men,1988,LJN
656
+ Uncharted Waters,1991,Koei
657
+ Uninvited,1991,Seika
658
+ The Untouchables,1991,Ocean Software
659
+ Urban Champion,1986,Nintendo
660
+ Vegas Dream,1990,HAL Laboratory
661
+ Vice: Project Doom,1991,American Sammy
662
+ Videomation,1991,THQ
663
+ Volleyball,1987,Nintendo
664
+ Wacky Races,1992,Atlus
665
+ Wall Street Kid,1990,SOFEL
666
+ Wario's Woods,1994,Nintendo
667
+ Wayne Gretzky Hockey,1991,THQ
668
+ Wayne's World,1993,THQ
669
+ Werewolf: The Last Warrior,1990,Data East
670
+ Wheel of Fortune,1988,GameTek
671
+ Wheel of Fortune Family Edition,1990,GameTek
672
+ Wheel of Fortune: Featuring Vanna White,1992,GameTek
673
+ Wheel of Fortune Junior Edition,1989,GameTek
674
+ Where in Time is Carmen Sandiego?,1991,Konami
675
+ Where's Waldo?,1991,THQ
676
+ Who Framed Roger Rabbit,1989,LJN
677
+ Whomp 'Em,1991,Jaleco
678
+ Widget,1992,Atlus
679
+ Wild Gunman,1985,Nintendo
680
+ Willow,1989,Capcom
681
+ "Win, Lose, or Draw",1990,Hi-Tech Expressions
682
+ Winter Games,1987,Acclaim Entertainment
683
+ Wizardry: Proving Grounds of the Mad Overlord,1990,ASCII
684
+ Wizardry II: The Knight of Diamonds,1992,ASCII
685
+ Wizards & Warriors,1987,Acclaim Entertainment
686
+ Wizards and Warriors III,1992,Acclaim Entertainment
687
+ Wolverine,1991,LJN
688
+ World Champ,1991,Romstar
689
+ World Championship Wrestling,1990,FCI
690
+ World Class Track Meet,1988,Nintendo
691
+ World Games,1989,Milton Bradley Company
692
+ Wrath of the Black Manta,1990,Taito
693
+ Wrecking Crew,1985,Nintendo
694
+ Wurm: Journey To The Center Of The Earth,1991,Asmik
695
+ WWF King of the Ring,1993,LJN
696
+ WWF WrestleMania,1988,Acclaim Entertainment
697
+ WWF WrestleMania Challenge,1990,LJN
698
+ WWF WrestleMania: Steel Cage Challenge,1992,Acclaim Entertainment
699
+ Xenophobe,1988,Sunsoft
700
+ Xevious,1988,Bandai
701
+ Xexyz,1990,Hudson Soft
702
+ Yo! Noid,1990,Capcom
703
+ Yoshi,1992,Nintendo
704
+ Yoshi's Cookie,1993,Nintendo
705
+ Young Indiana Jones Chronicles,1992,Jaleco
706
+ Zanac,1987,FCI
707
+ Zelda II: The Adventure of Link,1988,Nintendo
708
+ Zen: Intergalactic Ninja,1993,Konami
709
+ Zoda's Revenge: StarTropics II,1994,Nintendo
710
+ Zombie Nation,1991,Meldac