imw 0.2.18 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,1371 @@
1
+ title,category,release
2
+ '89 Dennou Kyuusei Uranai,Miscellaneous,"Dec 10, 1988"
3
+ 10-Yard Fight,Football Sim,October 1985
4
+ 1942,Shoot-'Em-Up,November 1986
5
+ 1943: The Battle of Midway,Shoot-'Em-Up,October 1988
6
+ "1999 Hore, Mitakotoka! Seikimatsu",Board,"Sep 18, 1992"
7
+ 2 in 1 Cosmocop / Cyber Monster,Light Gun Shooter,1993
8
+ 2 in 1 Geminim/Siamond,Logic Puzzle,"Jun 25, 2008"
9
+ 2 in 1 Tough Cop / Super Tough Cop,Light Gun Shooter,1993
10
+ 3 in 1 Supergun,Light Gun Shooter,1993
11
+ 3-D WorldRunner,Action,September 1987
12
+ 3D Block,Puzzle,1990
13
+ 4 Nin uchi Mahjong,Board,"Nov 2, 1984"
14
+ 6 in 1,Compilation,1992
15
+ 720 Degrees,Skateboarding,November 1989
16
+ 8 Eyes,2D Platformer,January 1990
17
+ A-Ressha de Ikou,Strategy,"Aug 21, 1991"
18
+ Aa Yakyuu Jinsei Icchokusen,Board,"Dec 25, 1992"
19
+ Abadox: The Deadly Inner War,Shoot-'Em-Up,March 1990
20
+ Action 52,Compilation,1991
21
+ Adam & Eve,Action,1992
22
+ The Addams Family,2D Platformer,January 1992
23
+ The Addams Family: Pugsley's Scavenger Hunt,2D Platformer,August 1993
24
+ Advanced Dungeons & Dragons: Dragons of Flame,Action Role-Playing,"Feb 21, 1992"
25
+ Advanced Dungeons & Dragons: DragonStrike,Action,July 1992
26
+ Advanced Dungeons & Dragons: Heroes of the Lance,Action Role-Playing,January 1991
27
+ Advanced Dungeons & Dragons: Hillsfar,Role-Playing,February 1993
28
+ Advanced Dungeons & Dragons: Pool of Radiance,Role-Playing,April 1992
29
+ Adventure Island,2D Platformer,September 1988
30
+ Adventure Island 3,2D Platformer,September 1992
31
+ Adventure Island II,2D Platformer,February 1991
32
+ Adventures in the Magic Kingdom,Action,June 1990
33
+ The Adventures of Bayou Billy,Beat-'Em-Up,June 1989
34
+ Adventures of Dino Riki,Shoot-'Em-Up,September 1989
35
+ The Adventures of Dr. Franken,2D Platformer,Canceled
36
+ The Adventures of Gilligan's Island,Action,July 1990
37
+ Adventures of Lolo,Action Puzzle,April 1989
38
+ Adventures of Lolo 2,Action Puzzle,March 1990
39
+ Adventures of Lolo 3,Action Puzzle,September 1991
40
+ The Adventures of Rad Gravity,2D Platformer,December 1990
41
+ The Adventures of Rocky and Bullwinkle and Friends,2D Platformer,December 1992
42
+ Adventures of Tom Sawyer,Action,August 1989
43
+ After Burner,Shoot-'Em-Up,1989
44
+ Ai Sensei no Oshiete: Watashi no Hoshi,Miscellaneous,"Mar 26, 1993"
45
+ Aigiina no Yogen: Balubalouk no Densetsu Yori,2D Platformer,"Nov 21, 1986"
46
+ Air Fortress,Action,September 1989
47
+ Airball,Action,Canceled
48
+ Airwolf,Action,June 1989
49
+ Airwolf (Japan),Shoot-'Em-Up,"Dec 24, 1988"
50
+ Akagawa Jirou no Yuurei Ressha,Adventure,"Feb 8, 1991"
51
+ Akira,Adventure,"Dec 24, 1988"
52
+ Akuma-kun: Makai no Wana,Role-Playing,"Feb 24, 1990"
53
+ Akumajou Special: Boku Dracula-kun,2D Platformer,"Oct 19, 1990"
54
+ Al Unser Jr.'s Turbo Racing,Formula One Racing,March 1990
55
+ Alfred Chicken,2D Platformer,February 1994
56
+ Alien 3,Action,March 1993
57
+ Alien Syndrome,Action,1988
58
+ All-Pro Basketball,Basketball,December 1989
59
+ Alpha Mission,Shoot-'Em-Up,October 1987
60
+ Amagon,Action,April 1989
61
+ America Daitouryou Senkyo: United State Presidental Race,Strategy,"Oct 28, 1988"
62
+ America Oudan Ultra Quiz: Shijou Saidai no Tatakai,Trivia / Game Show,"Nov 29, 1991"
63
+ American Dream,Casino,"Sep 23, 1989"
64
+ American Gladiators,Sports,October 1991
65
+ Ankoku Shinwa: Yamato Takeru Densetsu,Adventure,"Mar 24, 1989"
66
+ Antarctic Adventure,On-foot Racing,"Apr 22, 1985"
67
+ Anticipation,Trivia / Game Show,November 1988
68
+ Aoki Ookami to Shiroki Meshika: Genchou Hishi,Strategy,"Mar 25, 1993"
69
+ Arch Rivals: A Basket Brawl!,Basketball,November 1990
70
+ Archon,Board,December 1989
71
+ Arctic,Puzzle,"Feb 23, 1990"
72
+ Argus,Shoot-'Em-Up,"Apr 17, 1986"
73
+ Arkanoid,Action,August 1987
74
+ Arkanoid II,Action,"Mar 8, 1988"
75
+ Arkista's Ring,Action,June 1990
76
+ Armadillo,Action,"Aug 9, 1991"
77
+ Artelius,Action Role-Playing,"Nov 13, 1987"
78
+ Asmik-Kun Land,2D Platformer,"Dec 20, 1991"
79
+ Asterix,2D Platformer,1993
80
+ Astro Fang: Super Machine,Car Combat,"Oct 26, 1990"
81
+ Astro Robo Sasa,Shoot-'Em-Up,"Aug 9, 1985"
82
+ Astyanax,2D Platformer,March 1990
83
+ Athena,2D Platformer,August 1987
84
+ Athletic World,Olympic Sports,July 1987
85
+ Atlantis no Nazo,2D Platformer,"Apr 17, 1986"
86
+ Attack Animal Gakuen,Shoot-'Em-Up,"Dec 26, 1987"
87
+ Attack of the Killer Tomatoes,Action,January 1992
88
+ Aussie Rules Footy,Sports,1991
89
+ Auto-Upturn,Puzzle,1991
90
+ AV Hanafuda Club,Miscellaneous,1991
91
+ B-Wings,Shoot-'Em-Up,"Jun 3, 1986"
92
+ Babel no Tou,Puzzle,"Jul 18, 1986"
93
+ Baby Boomer,Light Gun Shooter,1989
94
+ Back to the Future,Action,September 1989
95
+ Back to the Future II & III,2D Platformer,September 1990
96
+ Bad Dudes,Beat-'Em-Up,July 1990
97
+ Bad News Baseball,Baseball Sim,June 1990
98
+ Bad Street Brawler,Beat-'Em-Up,September 1989
99
+ Baken Hisshou Gaku: Gate In,Horse Racing,"May 25, 1990"
100
+ Bakushou: Ai no Gekijou,Board,"Dec 29, 1990"
101
+ Bakushou!! Jinsei Gekijou,Board,"Mar 17, 1989"
102
+ Bakushou!! Jinsei Gekijou 2,Board,"Mar 22, 1991"
103
+ Bakushou!! Jinsei Gekijou 3,Board,"Dec 20, 1991"
104
+ Ballblazer,Action,"Mar 4, 1988"
105
+ Balloon Fight,Action,June 1986
106
+ Balloon Monster,Action,1991
107
+ Baltron,Shoot-'Em-Up,"Mar 19, 1986"
108
+ Banana,Puzzle,"Sep 8, 1986"
109
+ Banana Prince,2D Platformer,1992
110
+ Bandit Kings of Ancient China,Historic Turn-Based Strategy,December 1990
111
+ Barbie,2D Platformer,December 1991
112
+ Barcode World,Sci-Fi Turn-Based Strategy,"Dec 18, 1992"
113
+ The Bard's Tale II: The Destiny Knight,Role-Playing,"Jan 25, 1992"
114
+ The Bard's Tale,Role-Playing,November 1991
115
+ Barker Bill's Trick Shooting,Light Gun Shooter,August 1990
116
+ Cyber Stadium Series: Base Wars,Baseball,June 1991
117
+ Baseball,Baseball,October 1985
118
+ Baseball Fighter,Baseball,"Jul 5, 1991"
119
+ Baseball Simulator 1.000,Baseball Sim,March 1990
120
+ Baseball Stars,Baseball,July 1989
121
+ Baseball Stars II,Baseball,July 1992
122
+ Bases Loaded,Baseball Sim,July 1988
123
+ Bases Loaded 3,Baseball Sim,September 1991
124
+ Bases Loaded 4,Baseball Sim,April 1993
125
+ Bases Loaded II: Second Season,Baseball Sim,January 1990
126
+ Batman,2D Platformer,February 1990
127
+ Batman Returns,Beat-'Em-Up,January 1993
128
+ Batman: Return of the Joker,2D Platformer,December 1991
129
+ Bats & Terry,Action,"Jul 22, 1987"
130
+ Battle Baseball,Baseball Sim,"Feb 19, 1993"
131
+ Battle Chess,Board,July 1990
132
+ Battle City,Action,"Sep 9, 1985"
133
+ Battle Fleet,Strategy,"Jun 22, 1990"
134
+ Battle Kid: Fortress of Peril,2D Platformer,"Feb 22, 2010"
135
+ The Battle of Olympus,Historic Action Adventure,December 1989
136
+ Battle Rush: Build Up Robot Tournament,Action,"Nov 13, 1993"
137
+ Battle Stadium: Senbatsu Pro Yakyuu,Baseball Sim,"Dec 19, 1990"
138
+ Battle Storm,Strategy,"Dec 21, 1991"
139
+ Battle Tank,Tank Sim,September 1990
140
+ Battleship,Wargame,September 1993
141
+ Battletoads,Beat-'Em-Up,June 1991
142
+ Battletoads & Double Dragon,Beat-'Em-Up,June 1993
143
+ Be-Bop High School: Koukousei Gokuraku Densetsu,Adventure,"Mar 30, 1988"
144
+ Disney's Beauty and the Beast,2D Platformer,1994
145
+ Bee 52,Action,1992
146
+ Beetlejuice,2D Platformer,May 1991
147
+ Best Keiba Derby Stallion,Horse Racing,"Dec 21, 1991"
148
+ Best of the Best: Championship Karate,2D Fighting,December 1992
149
+ Best Play Pro Yakyuu,Baseball Sim,"Jul 15, 1988"
150
+ Best Play Pro Yakyuu '90,Baseball Sim,"Dec 13, 1990"
151
+ Best Play Pro Yakyuu II,Baseball Sim,"Mar 30, 1990"
152
+ Best Play Pro Yakyuu Special,Baseball Sim,"Oct 16, 1992"
153
+ Bible Adventures,2D Platformer,1990
154
+ Bible Buffet,Board,1993
155
+ Big Nose Freaks Out,2D Platformer,1992
156
+ Big Nose the Caveman,2D Platformer,1991
157
+ Bigfoot,Truck Racing,July 1990
158
+ Bikkuriman World: Gekitou Sei Senshi,Role-Playing,"Jul 27, 1990"
159
+ Bill & Ted's Excellent Video Game Adventure,Action,August 1991
160
+ Bill Elliott's NASCAR Challenge,Stock Car Racing,April 1991
161
+ Binary Land,Action,"Dec 19, 1985"
162
+ Bingo,Casino,1991
163
+ Bingo 75,Casino,1990
164
+ Bio Senshi Dan: Increaser tono Tatakai,Sci-Fi Action Adventure,"Sep 22, 1987"
165
+ Bio-Miracle Bokutte Upa,2D Platformer,"Feb 26, 1993"
166
+ Bionic Commando,2D Platformer,December 1988
167
+ Bird Week,Action,"Jun 3, 1986"
168
+ The Black Bass (Japan),Fishing,"Feb 6, 1987"
169
+ The Black Bass,Fishing,September 1989
170
+ Blackjack,Casino,1992
171
+ Blades of Steel,Ice Hockey,December 1988
172
+ Blaster Master,2D Platformer,November 1988
173
+ Blodia Land: Puzzle Quest,Puzzle,"Aug 11, 1990"
174
+ Bloody Warriors: Shango no Gyakushuu,Role-Playing,"Oct 19, 1990"
175
+ The Blue Marlin,Fishing,July 1992
176
+ The Blues Brothers,2D Platformer,September 1992
177
+ Bo Jackson Baseball,Baseball Sim,October 1991
178
+ Bokosuka Wars,Action,"Dec 14, 1985"
179
+ Bomberman,Puzzle,January 1989
180
+ Bomberman II,Action,February 1993
181
+ Bonk's Adventure,2D Platformer,January 1994
182
+ Booby Kids,Action,"Jul 10, 1987"
183
+ Bookyman,Action Puzzle,1992
184
+ Boulder Dash,Action Puzzle,June 1990
185
+ A Boy and His Blob: Trouble on Blobolonia,Action,January 1990
186
+ Bram Stoker's Dracula,2D Platformer,September 1993
187
+ Break Time: The National Pool Tour,Billiards,January 1993
188
+ BreakThru,Shoot-'Em-Up,November 1987
189
+ Brush Roller,Puzzle,1990
190
+ Bubble Bobble,2D Platformer,November 1988
191
+ Bubble Bobble Part 2,2D Platformer,August 1993
192
+ Bucky O'Hare,2D Platformer,January 1992
193
+ The Bugs Bunny Birthday Blowout,2D Platformer,September 1990
194
+ The Bugs Bunny Crazy Castle,2D Platformer,August 1989
195
+ Bump 'n' Jump,Racing,December 1988
196
+ Burai Fighter,Shoot-'Em-Up,March 1990
197
+ BurgerTime,Action,May 1987
198
+ Business Wars,Adventure,"Jan 24, 1992"
199
+ Buzz & Waldog,2D Platformer,May 1993
200
+ Cabal,Action,June 1990
201
+ Cadillac,Board,"Feb 2, 1990"
202
+ Caesars Palace,Casino,December 1992
203
+ California Games,Sports,June 1989
204
+ Capcom's Gold Medal Challenge '92,Olympic Sports,August 1992
205
+ Captain America and the Avengers,2D Platformer,December 1991
206
+ Captain Comic: The Adventure,2D Platformer,1989
207
+ Captain Ed,Shoot-'Em-Up,"Aug 25, 1989"
208
+ Captain Planet and the Planeteers,2D Platformer,September 1991
209
+ Captain Silver,Action,"Dec 16, 1988"
210
+ Captain Skyhawk,Shoot-'Em-Up,June 1990
211
+ Captain Tsubasa II: Super Striker,Soccer Sim,"Jul 20, 1990"
212
+ Casino Derby & Super Bingo,Alt. Sports,"Mar 19, 1993"
213
+ Casino Kid,Casino,October 1989
214
+ Casino Kid II,Casino,April 1993
215
+ Castelian,Action,June 1991
216
+ Castle of Deceit,2D Platformer,1990
217
+ Castle of Dragon,Action,June 1990
218
+ Castle Quest,Fantasy Turn-Based Strategy,"May 18, 1990"
219
+ Castlequest,Action Role-Playing,September 1989
220
+ Castlevania,2D Platformer,May 1987
221
+ Castlevania II: Simon's Quest,2D Platformer,December 1988
222
+ Castlevania III: Dracula's Curse,2D Platformer,September 1990
223
+ Caveman Games,Action,October 1990
224
+ Chack'n Pop,Action,"May 24, 1985"
225
+ Challenge of the Dragon,Beat-'Em-Up,1990
226
+ Challenge of the Dragon (Asia),Beat-'Em-Up,1990
227
+ Bandai Golf: Challenge Pebble Beach,Golf Sim,February 1989
228
+ Challenger,Action,"Oct 15, 1985"
229
+ Championship Bowling,Bowling,December 1989
230
+ Championship Lode Runner,Action Puzzle,"Apr 17, 1985"
231
+ Championship Pool,Billiards,October 1993
232
+ Championship Rally,Rally / Offroad Racing,1991
233
+ Chaos World,Role-Playing,"Oct 25, 1991"
234
+ Cheetahmen II,Action,1993
235
+ Chess Academy,Board,1991
236
+ The Chessmaster,Board,January 1990
237
+ Chester Field: Ankoku Shin e no Chousen,Action,"Jul 30, 1987"
238
+ Chibi Maruko-Chan: Uki Uki Shopping,Board,"Oct 4, 1991"
239
+ Chiisana Obake: Acchi Socchi Kocchi,Puzzle,"Dec 4, 1992"
240
+ Chiller,Light Gun Shooter,1990
241
+ Chinese Checkers,Board,1991
242
+ Chinese Chess,Board,1991
243
+ Chip 'n Dale: Rescue Rangers,2D Platformer,June 1990
244
+ Chip 'n Dale: Rescue Rangers 2,2D Platformer,January 1994
245
+ Chiyonofuji no Ooichou,Sports,"Dec 7, 1990"
246
+ Choplifter,Shoot-'Em-Up,"Jun 26, 1986"
247
+ Choujikuu Yousai Macross,Shoot-'Em-Up,"Dec 10, 1985"
248
+ Choujin Sentai Jetman,2D Platformer,"Dec 21, 1991"
249
+ Chubby Cherub,Action,October 1986
250
+ Chuka Taisen,Shoot-'Em-Up,"Sep 22, 1989"
251
+ Chuugoku Janshi Story: Tonpuu,Board,"Dec 23, 1989"
252
+ Chuugoku Senseijutsu,Miscellaneous,"Nov 29, 1988"
253
+ Circus Caper,2D Platformer,July 1990
254
+ Circus Charlie,Action,"Mar 4, 1986"
255
+ City Connection,Action,May 1988
256
+ Clash at Demonhead,2D Platformer,January 1990
257
+ Classic Concentration,Trivia / Game Show,September 1990
258
+ Cliffhanger,2D Platformer,November 1993
259
+ Clu Clu Land,Action,October 1985
260
+ Cobra Command,Shoot-'Em-Up,November 1988
261
+ Cobra Triangle,Action,July 1989
262
+ Cocoron,2D Platformer,"May 3, 1991"
263
+ Code Name: Viper,Action,March 1990
264
+ Color a Dinosaur,Edutainment,July 1993
265
+ Columbus: Ougon no Yoake,Role-Playing,"Nov 20, 1992"
266
+ Commando,Action,November 1986
267
+ Conan,Action,February 1991
268
+ Conflict,Strategy,March 1990
269
+ Conquest of the Crystal Palace,Action,November 1990
270
+ Contra,Shoot-'Em-Up,February 1988
271
+ Contra Force,Shoot-'Em-Up,September 1992
272
+ Cool World,Action,June 1993
273
+ Cosmic Epsilon,Shoot-'Em-Up,"Nov 24, 1989"
274
+ Cosmic Wars,Strategy,"Aug 4, 1989"
275
+ Cosmo Police Galivan,Action,"Jun 3, 1988"
276
+ Cosmos Cop,Rail Shooting,1991
277
+ Cowboy Kid,Action,January 1992
278
+ Crackout,Action,1991
279
+ Crash 'n the Boys: Ice Challenge,Ice Hockey,"Feb 7, 1992"
280
+ Crash 'n the Boys: Street Challenge,Alt. Sports,October 1992
281
+ Crayon Shin-Chan: Orato to Poi Poi,Puzzle,"Aug 27, 1993"
282
+ Crazy Climber,Action,"Dec 26, 1986"
283
+ Creatom,Puzzle,1991
284
+ Crime Busters,Light Gun Shooter,1989
285
+ Crisis Force,Shoot-'Em-Up,"Aug 27, 1991"
286
+ CrossFire,2D Platformer,"Nov 2, 1990"
287
+ Crystal Mines,Puzzle,1989
288
+ Crystalis,Action Role-Playing,July 1990
289
+ Cue Stick,Billiards,Cancelled
290
+ Cyberball,Futuristic Sports,1992
291
+ Cybernoid: The Fighting Machine,Shoot-'Em-Up,December 1989
292
+ Cycle Race: Road Man,Biking,"Dec 17, 1988"
293
+ Dai Meiro: Meikyu no Tatsujin,Role-Playing,"Nov 30, 1990"
294
+ Dai-2-Ji Super Robot Taisen,Strategy,"Dec 19, 1991"
295
+ Daikaijyu Deburasu,Strategy,"Dec 21, 1990"
296
+ Daiku no Gen-San 2: Akage no Dan no Gyakushuu,2D Platformer,"Oct 22, 1993"
297
+ Daisenryaku,Strategy,"Oct 11, 1988"
298
+ Daiva Story 6: Imperial of Nirsartia,Action,"Dec 5, 1986"
299
+ Dance Aerobics,Rhythm / Dancing,March 1989
300
+ Dancing Blocks,Action,1990
301
+ Danny Sullivan's Indy Heat,Racing,August 1992
302
+ Dark Lord,Role-Playing,"Feb 8, 1991"
303
+ Darkman,Action,October 1991
304
+ Darkwing Duck,2D Platformer,June 1992
305
+ Dash Galaxy in the Alien Asylum,Action,February 1990
306
+ Day Dreamin' Davey,Action,June 1992
307
+ Days of Thunder,Stock Car Racing,October 1990
308
+ De-Block,Puzzle,"Aug 9, 1991"
309
+ Deadly Towers,Action Role-Playing,September 1987
310
+ Death Race,Car Combat,1991
311
+ Deathbots,Action,1990
312
+ Deep Dungeon III: Yuushi heno Tabi,Role-Playing,"May 13, 1988"
313
+ Deep Dungeon IV: Kuro no Youjutsushi,Role-Playing,"Apr 6, 1990"
314
+ Defender II,Shoot-'Em-Up,July 1988
315
+ Defender of the Crown,Fantasy Turn-Based Strategy,July 1989
316
+ Defenders of Dynatron City,Action,July 1992
317
+ Deja Vu,Adventure,December 1990
318
+ Demon Sword,Action,January 1990
319
+ Derby Stallion Zengokuban,Horse Racing,"Aug 29, 1992"
320
+ Desert Commander,Historic Turn-Based Strategy,June 1989
321
+ Destination Earthstar,Flight Action,February 1990
322
+ Destiny of an Emperor,Role-Playing,September 1990
323
+ Devil Man,Action,"Apr 25, 1989"
324
+ Devil World,Action,"Jul 15, 1987"
325
+ Dezaemon,Shoot-'Em-Up,"Sep 13, 1991"
326
+ Dick Tracy,Action,August 1990
327
+ Die Hard,Action,January 1992
328
+ Dig Dug,Puzzle,"Jun 4, 1985"
329
+ Dig Dug II: Trouble In Paradise,Action,December 1989
330
+ Digger T. Rock: The Legend of the Lost City,2D Platformer,December 1990
331
+ Digital Devil Monogatari: Megami Tensei,Role-Playing,"Sep 11, 1987"
332
+ Digital Devil Monogatari: Megami Tensei II,Role-Playing,"Apr 6, 1990"
333
+ Dirty Harry,Action,December 1990
334
+ Disney's Aladdin,2D Platformer,1994
335
+ Disney's The Jungle Book,2D Platformer,August 1994
336
+ Dizzy the Adventurer,Adventure,1993
337
+ Dokuganryu Masamune,Strategy,"Apr 5, 1988"
338
+ Don Doko Don,2D Platformer,"Mar 9, 1990"
339
+ Don Doko Don 2,2D Platformer,"Jan 31, 1992"
340
+ Donald Land,Action,"Jan 29, 1988"
341
+ Donkey Kong,2D Platformer,June 1986
342
+ Donkey Kong 3,Action,June 1986
343
+ Donkey Kong Classics,2D Platformer,October 1988
344
+ Donkey Kong Jr.,2D Platformer,June 1986
345
+ Donkey Kong Jr. Math,Edutainment,October 1985
346
+ Door Door,Puzzle,"Jul 18, 1985"
347
+ Doraemon,Action,"Dec 12, 1986"
348
+ Doraemon: Giga Zombie no Gyakushuu,Role-Playing,"Sep 14, 1990"
349
+ Double Dare,Trivia / Game Show,April 1990
350
+ Double Dragon,Beat-'Em-Up,June 1988
351
+ Double Dragon II: The Revenge,Beat-'Em-Up,January 1990
352
+ Double Dragon III: The Sacred Stones,Beat-'Em-Up,February 1991
353
+ Double Dribble,Basketball,September 1987
354
+ Double Moon Densetsu,Role-Playing,"Oct 30, 1992"
355
+ Double Strike,Shoot-'Em-Up,1990
356
+ Dough Boy,Action,"Dec 11, 1985"
357
+ Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai,Action,"Oct 12, 1990"
358
+ Downtown Special: Kunio-kun no Jidaigeki Dayo Zenin Shuugou!,Beat-'Em-Up,"Jul 26, 1991"
359
+ Dr. Chaos,Adventure,November 1988
360
+ Dr. Jekyll and Mr. Hyde,Action,April 1989
361
+ Dr. Mario,Matching Puzzle,October 1990
362
+ Drac's Night Out,Action,Canceled
363
+ Dragon Ball 3: Gokuuden,Role-Playing,"Oct 27, 1989"
364
+ Dragon Ball Z: Kyoushuu! Saiyajin,Role-Playing,"Oct 27, 1990"
365
+ Dragon Ball Z Gaiden: Saiya-jin Zetsumetsu Keikaku,Role-Playing,"Aug 6, 1993"
366
+ Dragon Ball Z II: Gekigami Freeza!!,Role-Playing,"Aug 10, 1991"
367
+ Dragon Ball Z III: Ressen Jinzou Ningen,Role-Playing,"Aug 7, 1992"
368
+ Dragon Ball Z: Gekitou Tenkaichi Budokai,2D Fighting,"Dec 29, 1992"
369
+ Dragon Ball: Daimaou Fukkatsu,Role-Playing,"Aug 12, 1988"
370
+ Dragon Buster,Action Role-Playing,"Jan 7, 1987"
371
+ Dragon Buster II: Yami no Fuuin,Action Role-Playing,"Apr 27, 1989"
372
+ Dragon Fighter,Action,January 1992
373
+ Dragon Power,Action,March 1988
374
+ Dragon Scroll: Yomigaerishi Maryuu,Action Role-Playing,"Dec 4, 1987"
375
+ Dragon Spirit: The New Legend,Shoot-'Em-Up,June 1990
376
+ Dragon Warrior,Role-Playing,August 1989
377
+ Dragon Warrior II,Role-Playing,September 1990
378
+ Dragon Warrior III,Role-Playing,March 1992
379
+ Dragon Warrior IV,Role-Playing,October 1992
380
+ Dragon Wars,Role-Playing,"Aug 9, 1991"
381
+ Dragon's Lair,2D Platformer,December 1990
382
+ Dream Master,Role-Playing,"Sep 22, 1992"
383
+ Dropzone,Shoot-'Em-Up,1992
384
+ Duck Hunt,Light Gun Shooter,"Oct 18, 1985"
385
+ Duck Maze,Puzzle,1990
386
+ DuckTales,2D Platformer,September 1989
387
+ DuckTales 2,2D Platformer,June 1993
388
+ Dudes With Attitude,Action,1990
389
+ Dungeon Kid,Miscellaneous,"Aug 31, 1990"
390
+ Dungeon Magic: Sword of the Elements,Role-Playing,July 1990
391
+ Dusty Diamond's All-Star Softball,Baseball,July 1990
392
+ Dynamite Bowl,Bowling,"May 24, 1987"
393
+ Dynowarz: The Destruction of Spondylus,Action,April 1990
394
+ Eggerland: Meikyuu no Fukkatsu,Action,"Aug 9, 1988"
395
+ Egypt,Puzzle,"May 31, 1991"
396
+ Elevator Action,2D Platformer,August 1987
397
+ Eliminator Boat Duel,Snow / Water Racing,November 1991
398
+ Elite,Space Combat Sim,1991
399
+ Elnark no Zaihou,Action,"Aug 10, 1987"
400
+ Elysion,Action Role-Playing,"Apr 28, 1988"
401
+ Emoyan no 10-bai Pro Yakyuu,Baseball Sim,"Dec 19, 1989"
402
+ Erika to Satoru no Yume Bouken,Adventure,"Sep 27, 1988"
403
+ The Escape from Atlantis,Action,Canceled
404
+ Esper Boukentai,2D Platformer,"Oct 13, 1987"
405
+ Esper Dream 2: Aratanaru Tatakai,Action Role-Playing,"Jun 26, 1992"
406
+ Excitebike,Action,"Oct 18, 1985"
407
+ Exciting Boxing,Boxing,"Dec 16, 1987"
408
+ Exed Exes,Shoot-'Em-Up,"Dec 21, 1985"
409
+ Exerion,Shoot-'Em-Up,"Feb 11, 1985"
410
+ Exodus: Journey to the Promised Land,Puzzle,1990
411
+ Exploding Fist,2D Fighting,Canceled
412
+ F-1 Sensation,Formula One Racing,1993
413
+ F-117A Stealth Fighter,Jet Sim,December 1992
414
+ F-15 City War,Jet Sim,1990
415
+ F-15 Strike Eagle,Jet Sim,February 1992
416
+ F1 Circus,Formula One Racing,"Feb 7, 1992"
417
+ F1 Race,Formula One Racing,"Nov 2, 1984"
418
+ Famicom Doubutsu Seitai Zukan! Katte ni Shirokuma: Mori o Sukue no Maki!,Adventure,"Dec 15, 1989"
419
+ Famicom Igo Nyuumon,Board,"Nov 29, 1991"
420
+ Famicom Jump II: Saikyou no 7-nin,Action Role-Playing,"Dec 2, 1991"
421
+ Famicom Jump: Eiyuu Retsuden,Action Role-Playing,"Feb 15, 1989"
422
+ Famicom Meijinsen,Board,"Sep 2, 1988"
423
+ Famicom Shogi: Ryuu-Ou-Sen,Board,"Feb 15, 1991"
424
+ Famicom Wars,Modern Turn-Based Strategy,"Aug 12, 1988"
425
+ Famicom Yakyuuban,Baseball Sim,"Dec 15, 1989"
426
+ Family Basic,Miscellaneous,"Jun 21, 1984"
427
+ Family Basic V3,Miscellaneous,"Feb 21, 1985"
428
+ Family Circuit,Formula One Racing,"Jan 6, 1988"
429
+ Family Circuit '91,Formula One Racing,"Jul 19, 1991"
430
+ Family Feud,Trivia / Game Show,May 1991
431
+ Family Jockey,Horse Racing,"Apr 24, 1987"
432
+ Family Mahjong,Board,"Aug 11, 1987"
433
+ Family Mahjong II: Shanghai he no Michi,Board,"Nov 25, 1988"
434
+ Family Quiz: 4-nin wa Rival,Trivia / Game Show,"Nov 16, 1988"
435
+ Family Tennis,Tennis,"Dec 11, 1987"
436
+ Family Trainer: Fuuun! Takeshi Shiro 2,Sports,"Dec 20, 1988"
437
+ Family Trainer: Jogging Race,Sports,"May 28, 1987"
438
+ Family Trainer: Meiro Daisakusen,Miscellaneous,"Jul 31, 1987"
439
+ Family Trainer: Rairai Kyonshizu: Baby Kyonshii no Amida Daibouken,Miscellaneous,"Jan 26, 1989"
440
+ Family Trainer: Tostugeki! Fuuun Takeshi Shiro,Action,"Dec 28, 1987"
441
+ Famista '89: Kaimaku Han!!,Baseball Sim,"Jul 28, 1989"
442
+ Famista '90,Baseball Sim,"Dec 19, 1989"
443
+ Famista '91,Baseball Sim,"Dec 21, 1990"
444
+ Famista '92,Baseball Sim,"Dec 20, 1991"
445
+ Famista '93,Baseball Sim,"Dec 22, 1992"
446
+ Famista '94,Baseball Sim,"Dec 1, 1993"
447
+ The Fantastic Adventures of Dizzy,Adventure,1993
448
+ Fantasy Zone,Shoot-'Em-Up,"Jul 20, 1987"
449
+ Fantasy Zone (Tengen),2D Platformer,1989
450
+ Faria: A World of Mystery & Danger!,Action Role-Playing,June 1991
451
+ Faxanadu,Action Role-Playing,August 1989
452
+ Felix the Cat,2D Platformer,October 1992
453
+ Ferrari Grand Prix Challenge,Racing,June 1992
454
+ Fester's Quest,Horror Action Adventure,September 1989
455
+ Field Combat,Shoot-'Em-Up,"Jul 9, 1985"
456
+ Fighting Hero,2D Fighting,1991
457
+ Fighting Hero III,2D Fighting,1993
458
+ Fighting Road,2D Fighting,"Dec 13, 1988"
459
+ Final Combat,Action,1992
460
+ Final Fantasy,Role-Playing,May 1990
461
+ Final Fantasy I & II,Role-Playing,"Feb 27, 1994"
462
+ Final Fantasy II,Role-Playing,"Dec 17, 1988"
463
+ Final Fantasy III,Role-Playing,"Apr 27, 1990"
464
+ Final Lap,Formula One Racing,"Aug 12, 1988"
465
+ Fire 'N Ice,Puzzle,March 1993
466
+ Fire Emblem Gaiden,Fantasy Turn-Based Strategy,"Mar 14, 1992"
467
+ Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,Fantasy Turn-Based Strategy,"Apr 20, 1990"
468
+ Firehawk,Action,1991
469
+ Fisher Price: Firehouse Rescue,Action,March 1992
470
+ Fisher Price: I Can Remember,Edutainment,March 1990
471
+ Fisher Price: Perfect Fit,Edutainment,March 1990
472
+ Fist of the North Star,Action,April 1989
473
+ Flappy,Puzzle,"Jun 14, 1985"
474
+ Fleet Commander,Strategy,"Mar 29, 1988"
475
+ Flight of the Intruder,Action,May 1991
476
+ The Flintstones: The Surprise at Dinosaur Peak!,2D Platformer,August 1994
477
+ The Flintstones: The Rescue of Dino & Hoppy,2D Platformer,December 1991
478
+ Flipull: An Exciting Cube Game,Puzzle,"Dec 15, 1989"
479
+ Flying Dragon: The Secret Scroll,Action,August 1989
480
+ Flying Hero,Action,"Feb 17, 1989"
481
+ Flying Warriors,Action,February 1991
482
+ Formation Z,Shoot-'Em-Up,"Apr 4, 1985"
483
+ Formula One: Built to Win,Formula One Racing,November 1990
484
+ Frankenstein: The Monster Returns,Action,July 1991
485
+ Freedom Force,Light Gun Shooter,April 1988
486
+ Friday the 13th,2D Platformer,February 1989
487
+ Frog Adventure,Action,1992
488
+ Front Line,Shoot-'Em-Up,"Aug 1, 1985"
489
+ Fun House,Action,January 1991
490
+ Funblaster Pack,Compilation,1990
491
+ Fushigi no Umi Nadia: The Secret of Blue Water,Fantasy Turn-Based Strategy,"Mar 15, 1991"
492
+ Fuzzical Fighter,Shoot-'Em-Up,"May 17, 1991"
493
+ G.I. Joe: A Real American Hero,2D Platformer,January 1991
494
+ G.I. Joe: The Atlantis Factor,2D Platformer,March 1992
495
+ Gaiapolis,Fantasy Action Adventure,1990
496
+ Galactic Crusader,Shoot-'Em-Up,1990
497
+ Galaga: Demons of Death,Shoot-'Em-Up,September 1988
498
+ Galaxian,Shoot-'Em-Up,"Sep 7, 1984"
499
+ Galaxy 5000: Racing in the 51st Century,Futuristic Racing,February 1991
500
+ Gambler Jiko Chuushinha,Board,"Nov 11, 1988"
501
+ Gambler Jiko Chuushinha 2,Board,"Dec 7, 1990"
502
+ Game Party,Compilation,"Aug 3, 1990"
503
+ Ganbare Goemon 2,Action,"Jan 4, 1989"
504
+ Ganbare Goemon Gaiden 2: Tenka no Zaihou,Role-Playing,"Jan 3, 1992"
505
+ Ganbare Goemon Gaiden: Kieta Ougon Kiseru,Role-Playing,"Jan 5, 1990"
506
+ Ganbare Goemon! Karakuri Douchuu,Action,"Jul 30, 1986"
507
+ Ganbare Pennant Race!,Baseball Sim,"Feb 28, 1989"
508
+ Garfield no Isshukan: A Week of Garfield,Action,"Apr 7, 1989"
509
+ Gargoyle's Quest II,Horror Action Adventure,October 1992
510
+ Gauntlet,Action,1987
511
+ Gauntlet II,Action,September 1990
512
+ Gegege no Kitarou 2: Youkai Gundan no Chousen,Role-Playing,"Dec 22, 1987"
513
+ Geimos,Shoot-'Em-Up,"Aug 28, 1985"
514
+ Gekitotsu Yonku Battle,Car Combat,"Nov 27, 1989"
515
+ Gemfire,Historic Turn-Based Strategy,March 1992
516
+ Genghis Khan,Historic Turn-Based Strategy,January 1990
517
+ Genpei Toumaden,Action Role-Playing,"Oct 21, 1988"
518
+ George Foreman's KO Boxing,Boxing,December 1992
519
+ Getsufuu Maden,Action Role-Playing,"Jul 7, 1987"
520
+ Ghost Lion,Role-Playing,October 1992
521
+ Ghostbusters,Action,October 1988
522
+ Ghostbusters II,Action,April 1990
523
+ Ghosts 'n Goblins,2D Platformer,November 1986
524
+ Ghoul School,Action,March 1992
525
+ Gimme a Break: Shijou Saikyou no Quiz Ou Ketteisen,Trivia / Game Show,"Dec 13, 1991"
526
+ Gimme a Break: Shijou Saikyou no Quiz Ou Ketteisen 2,Trivia / Game Show,"Aug 28, 1992"
527
+ Ginga Eiyuu Densetsu,Strategy,"Dec 21, 1988"
528
+ Ginga no Sannin,Role-Playing,"Dec 15, 1987"
529
+ Go! Benny!,Shoot-'Em-Up,1992
530
+ Goal!,Soccer Sim,October 1989
531
+ Goal! Two,Soccer,November 1992
532
+ Godzilla 2: War of the Monsters,Strategy,February 1992
533
+ Godzilla: Monster of Monsters!,Action,October 1989
534
+ Golf,Golf Sim,October 1985
535
+ The Golf '92,Golf Sim,"Jul 3, 1992"
536
+ Golf Club: Birdie Rush,Golf Sim,"Dec 9, 1987"
537
+ Golf Grand Slam,Golf Sim,December 1991
538
+ Golf-kko Open,Golf Sim,"Nov 25, 1989"
539
+ Golgo 13: Top Secret Episode,Action,September 1988
540
+ Gomoku Narabe Renju,Board,"Aug 27, 1983"
541
+ The Goonies II,Modern Action Adventure,November 1987
542
+ The Goonies,2D Platformer,"Feb 21, 1986"
543
+ Gorby no Pipeline Daisakusen,Puzzle,"Apr 12, 1991"
544
+ The Gorilla Man,Board,"Apr 28, 1993"
545
+ Gotcha! The Sport!,Light Gun Shooter,November 1987
546
+ Gozonji: Yaji Kita Chin Douchuu,Adventure,"Nov 17, 1989"
547
+ Gradius,Shoot-'Em-Up,December 1986
548
+ Gradius II,Shoot-'Em-Up,"Dec 16, 1988"
549
+ Grand Master,Action,"Feb 26, 1991"
550
+ Great Battle Cyber,Beat-'Em-Up,"Dec 25, 1992"
551
+ Great Deal,Board,"Oct 25, 1991"
552
+ The Great Waldo Search,Miscellaneous,December 1992
553
+ The Great Wall,Stacking Puzzle,1992
554
+ Greg Norman's Golf Power,Golf Sim,July 1992
555
+ Gremlins 2: The New Batch,Action,October 1990
556
+ The Guardian Legend,Shoot-'Em-Up,April 1989
557
+ Guerrilla War,Shoot-'Em-Up,June 1989
558
+ Gumshoe,Light Gun Shooter,"Jun 6, 1986"
559
+ Gun Hed: Aratanaru Tatakai,Strategy,"Apr 13, 1990"
560
+ Gun Nac,Shoot-'Em-Up,September 1991
561
+ Gun.Smoke,Shoot-'Em-Up,February 1988
562
+ Gyrodine,Shoot-'Em-Up,"Mar 13, 1986"
563
+ Gyromite,2D Platformer,October 1985
564
+ Gyruss,Shoot-'Em-Up,February 1989
565
+ Hammerin' Harry,2D Platformer,1992
566
+ Hana no Star Kaidou,2D Platformer,"Mar 17, 1987"
567
+ Hanafuda Yuukyou Den: Nagarebana Oryuu,Miscellaneous,1991
568
+ Hanjuku Hero,Strategy,"Dec 2, 1988"
569
+ Happy Camper,2D Platformer,Canceled
570
+ Happy Pairs,Puzzle,1991
571
+ Harlem Globetrotters,Basketball,March 1991
572
+ Hatris,Puzzle,April 1992
573
+ Hatris (Japan),Matching Puzzle,"Jul 6, 1990"
574
+ Hayauchi Super Igo,Board,"Mar 3, 1989"
575
+ Heavy Barrel,Action,March 1990
576
+ Heavy Shreddin',Snowboarding,June 1990
577
+ Heisei Tensai Bakabon,Action,"Dec 6, 1991"
578
+ Hell Fighter,2D Platformer,1992
579
+ Hello Kitty no Hanabatake,Action,"Dec 11, 1992"
580
+ Hello Kitty World,Action,"Mar 27, 1992"
581
+ Heracles no Eikou: Toujin Makyouden,Role-Playing,"Jun 12, 1987"
582
+ Heracles no Eikou II: Titan no Metsubou,Role-Playing,"Dec 23, 1989"
583
+ HeroQuest,Action Role-Playing,Canceled
584
+ Hi no Tori: Gaou no Bouken,2D Platformer,"Jan 4, 1987"
585
+ Hidden Chinese Chess,Board,1989
586
+ Higemaru Makaijima: Nanatsu no Shima Daibouken,Action,"Apr 14, 1987"
587
+ High Speed,Pinball,July 1991
588
+ Hirake! Ponkikki,Miscellaneous,"Apr 17, 1992"
589
+ Hiryu no Ken II: Dragon no Tsubasa,Beat-'Em-Up,"Jul 29, 1988"
590
+ Hiryu no Ken III: 5 Nin no Ryuu Senshi,Beat-'Em-Up,"Jul 6, 1990"
591
+ Hiryu no Ken Special: Fighting Wars,2D Fighting,"Jun 21, 1991"
592
+ Hissatsu Doujou Yaburi,Role-Playing,"Jul 18, 1989"
593
+ Hissatsu Shigoto Nin,Adventure,"Dec 15, 1990"
594
+ Hit Marmot,Light Gun Shooter,1991
595
+ Hogan's Alley,Light Gun Shooter,October 1985
596
+ Hokkaidou Rensa Satsujin: Ohotsuku ni Kiyu,Adventure,"Jun 27, 1987"
597
+ Hokuto no Ken,Beat-'Em-Up,"Aug 10, 1986"
598
+ Hokuto no Ken 3: Shinseiki Souzou Seiken Retsuden,Role-Playing,"Oct 19, 1989"
599
+ Hokuto no Ken 4: Shichisei Hakenden: Hokuto Shinken no Kanata e,Role-Playing,"Mar 29, 1991"
600
+ Hollywood Squares,Trivia / Game Show,September 1989
601
+ Home Alone,Action,October 1991
602
+ Home Alone 2: Lost in New York,Action,October 1992
603
+ Home Run Nighter: Pennant League!!,Baseball Sim,"Mar 31, 1989"
604
+ Home Run Night '90: The Pennant League,Baseball Sim,"Jul 24, 1990"
605
+ Hon Shogi: Naitou Kudan Shogi Hiden,Board,"Aug 10, 1985"
606
+ Honey Peach,Casino,1990
607
+ Honoo no Doukyuuji: Dodge Danpei,Sports,"Mar 28, 1992"
608
+ Honoo no Doukyuuji: Dodge Danpei 2,Sports,"Mar 26, 1993"
609
+ Hook,2D Platformer,April 1992
610
+ Hoops,Basketball,June 1989
611
+ 1991 Du Ma Racing,Horse Racing,1991
612
+ Hoshi o Miru Hito,Role-Playing,"Oct 27, 1987"
613
+ Hot Slots,Casino,1991
614
+ Hottaman no Chisoko Tanken,Action,"Dec 6, 1986"
615
+ Hudson Hawk,2D Platformer,February 1992
616
+ The Hunt for Red October,Strategy,January 1991
617
+ Hyakkiyakou,Role-Playing,"Feb 22, 1989"
618
+ Hyaku no Sekai no Monogatari: The Tales on a Watery Wilderness,Board,"Aug 9, 1991"
619
+ Hydlide,Action Role-Playing,June 1989
620
+ Hydlide 3: Yami Kara no Houmonsha,Action Role-Playing,"Feb 17, 1989"
621
+ Hyokkori Hyoutanjima: Nazo no Kaizokusen,Action,"Apr 25, 1992"
622
+ Ice Climber,2D Platformer,October 1985
623
+ Ice Hockey,Ice Hockey,March 1988
624
+ Ide Yosuke Meijin no Jissen Mahjong,Board,"Sep 24, 1987"
625
+ Ide Yosuke Meijin no Jissen Mahjong II,Board,"Feb 22, 1991"
626
+ Idol Hakkenden,Adventure,"Sep 14, 1989"
627
+ Igo Meikan,Board,"Jan 10, 1990"
628
+ Igo Shinan,Board,"Jul 14, 1989"
629
+ Igo Shinan '91,Board,"Jul 5, 1991"
630
+ Igo Shinan '92,Board,"Mar 10, 1992"
631
+ Igo Shinan '93,Board,"Nov 20, 1992"
632
+ Igo Shinan '94,Board,"Dec 17, 1993"
633
+ Igo: Kyuu Roban Taikyoku,Board,"Aug 11, 1987"
634
+ Ikari III: The Rescue,Beat-'Em-Up,February 1991
635
+ Ikari Warriors,Shoot-'Em-Up,May 1987
636
+ Ikari Warriors II: Victory Road,Shoot-'Em-Up,April 1988
637
+ Image Fight,Shoot-'Em-Up,July 1990
638
+ The Immortal,Fantasy Action Adventure,November 1990
639
+ Impossible Mission-II,Sci-Fi Action Adventure,1990
640
+ Seiryaku Simulation: Inbou no Wakusei: Shancara,Strategy,"Jun 26, 1992"
641
+ The Incredible Crash Dummies,2D Platformer,August 1994
642
+ Indiana Jones and the Last Crusade (Taito),Action,March 1991
643
+ Indiana Jones and the Last Crusade (UBI),Action,December 1993
644
+ Indiana Jones and the Temple of Doom,2D Platformer,1988
645
+ Indora no Hikari,Role-Playing,"Oct 20, 1987"
646
+ Infiltrator,Helicopter Sim,January 1990
647
+ Insector X,Shoot-'Em-Up,"Sep 20, 1990"
648
+ International Cricket,Cricket,1992
649
+ Iron Tank: The Invasion of Normandy,Action,July 1988
650
+ Ironsword: Wizards & Warriors II,2D Platformer,December 1989
651
+ Isaki Shuugorou no Keiba Hisshou Gaku,Horse Racing,"Mar 20, 1990"
652
+ Ishin no Arashi,Strategy,"Sep 15, 1990"
653
+ Isolated Warrior,Shoot-'Em-Up,February 1991
654
+ Itadaki Street: Watashi no Oten ni Yottette,Board,"Mar 21, 1991"
655
+ "Ivan ""Ironman"" Stewart's Super Off Road",Rally / Offroad Racing,April 1990
656
+ J-League Fighting Soccer: The King of Ace Strikers,Soccer Sim,"Jun 19, 1993"
657
+ J-League Winning Goal,Soccer Sim,"May 27, 1994"
658
+ Jack Nicklaus' Greatest 18 Holes of Major Championship Golf,Golf Sim,March 1990
659
+ Jack the Giant Slayer,Action,"Dec 19, 1990"
660
+ Jackal,Action,September 1988
661
+ Jackie Chan's Action Kung Fu,2D Platformer,December 1990
662
+ Jackpot,Casino,1990
663
+ Jajamaru Gekimaden: Maboroshi no Kinmajou,Action Role-Playing,"May 29, 1990"
664
+ Jajamaru Ninpou Chou,Role-Playing,"Mar 28, 1989"
665
+ Jajamaru no Daibouken,2D Platformer,"Aug 22, 1986"
666
+ James Bond Jr.,2D Platformer,November 1992
667
+ Jarin-Ko Chie: Bakudan Musume no Shiawase Sagashi,Adventure,"Jul 15, 1988"
668
+ Jaws,Action,November 1987
669
+ Jeopardy!,Trivia / Game Show,September 1988
670
+ Jeopardy! 25th Anniversary Edition,Trivia / Game Show,June 1990
671
+ Jeopardy! Junior Edition,Trivia / Game Show,October 1989
672
+ JESUS: Kyoufu no Bio Monster,Sci-Fi Adventure,"Mar 17, 1989"
673
+ The Jetsons: Cogswell's Caper!,2D Platformer,December 1992
674
+ Jikuu Yuten: Debias,Action Role-Playing,"Nov 27, 1987"
675
+ Jimmy Connors Tennis,Tennis,November 1993
676
+ JJ: Tobidase Daisakusen Part II,Shoot-'Em-Up,"Dec 7, 1987"
677
+ Joe & Mac,2D Platformer,December 1992
678
+ John Elway's Quarterback,Football Sim,March 1989
679
+ Jongbou,Board,"Jul 18, 1987"
680
+ Jordan vs Bird: One on One,Basketball Sim,August 1989
681
+ Joshua & the Battle of Jericho,Action,1992
682
+ Journey to Silius,2D Platformer,September 1990
683
+ Journey to the West,2D Platformer,1994
684
+ Joust,2D Platformer,October 1988
685
+ Jovial Race,Car Combat,1989
686
+ Joy Mech Fight,2D Fighting,"May 21, 1993"
687
+ Jurassic Park,Sci-Fi Action Adventure,June 1993
688
+ Juuouki,Beat-'Em-Up,"Jul 20, 1990"
689
+ Juvei Quest,Role-Playing,"Jan 4, 1991"
690
+ Kabuki Quantum Fighter,2D Platformer,January 1991
691
+ Kabushiki Doujou: The Stock Speculation,Strategy,"May 2, 1989"
692
+ Kaettekita! Gunjin Shogi: Nanya Sore!?,Board,"May 26, 1989"
693
+ Kagerou Densetsu,Action Role-Playing,"May 11, 1990"
694
+ Kaguya Hime Densetsu,Adventure,"Dec 16, 1988"
695
+ Kai no Bouken: The Quest of Ki,2D Platformer,"Jul 22, 1988"
696
+ Kaijuu Monogatari,Role-Playing,"Nov 18, 1988"
697
+ Kaiketsu Yancha Maru 2: Karakuri Land,Action,"Aug 30, 1991"
698
+ Kaiketsu Yancha Maru 3: Taiketsu! Zouringen,Action,"Mar 30, 1993"
699
+ Kamen no Ninja: Akakage,2D Platformer,"May 20, 1988"
700
+ Kamen Rider Club: Gekitotsu Shocker Land,Action,"Feb 3, 1988"
701
+ Kamen Rider SD: Guranshokkaa no Yabou,Board,"Jan 22, 1993"
702
+ Kanshakudama Nage Kantarou no Toukaidou Gojuusan Tsugi,2D Platformer,"Jul 3, 1986"
703
+ Karakuri Kengoden Musashi Lord: Karakuri Jin Shissouru,Action Role-Playing,"Oct 5, 1991"
704
+ Karaoke Studio,Rhythm / Music,"Jul 30, 1987"
705
+ Karaoke Studio Senyou Cassette Vol. 1,Rhythm / Music,"Oct 28, 1987"
706
+ Karaoke Studio Senyou Cassette Vol. 2,Rhythm / Music,"Feb 18, 1988"
707
+ Karate Champ,2D Fighting,November 1986
708
+ The Karate Kid,Action,November 1987
709
+ Karateka,Action,"Dec 5, 1985"
710
+ Karnov,2D Platformer,January 1988
711
+ Kart Fighter,2D Fighting,1990
712
+ Kawa no Nushi Tsuri,Role-Playing,"Aug 10, 1990"
713
+ Keisan Game: Sansuu 1 Toshi,Edutainment,"Apr 25, 1986"
714
+ Keisan Game: Sansuu 2 Toshi,Edutainment,"Apr 25, 1986"
715
+ Keisan Game: Sansuu 3 Toshi,Edutainment,"Apr 25, 1986"
716
+ Keisan Game: Sansuu 4 Toshi,Edutainment,"Oct 30, 1986"
717
+ Keisan Game: Sansuu 5+6 Toshi,Edutainment,"Oct 30, 1986"
718
+ Kero Kero Keroppi no Daibouken,Action,"Mar 29, 1991"
719
+ Kero Kero Keroppi no Daibouken 2: Donuts Ike ha Oosawagi!,Action,"Feb 19, 1993"
720
+ Kick Off,Soccer Sim,"Jul 22, 1992"
721
+ Kickle Cubicle,Puzzle,September 1990
722
+ KickMaster,Action,January 1992
723
+ Kid Icarus,2D Platformer,July 1987
724
+ Kid Klown in Night Mayor World,2D Platformer,April 1993
725
+ Kid Kool and the Quest for the Seven Wonder Herbs,2D Platformer,March 1990
726
+ Kid Niki: Radical Ninja,2D Platformer,November 1987
727
+ Kidou Senshi Z-Gundam: Hot Scramble,Shoot-'Em-Up,"Aug 28, 1986"
728
+ King Kong 2: Ikari no Megaton Punch,Action Role-Playing,"Dec 18, 1986"
729
+ King Neptune's Adventure,Action,1990
730
+ The King of Kings: The Early Years,2D Platformer,1991
731
+ King's Knight,Shoot-'Em-Up,September 1989
732
+ King's Quest V,Adventure,June 1992
733
+ Kings of the Beach,Volleyball,January 1990
734
+ Kirby's Adventure,2D Platformer,May 1993
735
+ Kiteretsu Daihyakka,2D Platformer,"Feb 23, 1990"
736
+ Kiwi Kraze,2D Platformer,March 1991
737
+ KlashBall,Futuristic Sports,July 1991
738
+ Klax,Matching Puzzle,1990
739
+ Knight Rider,Racing,December 1989
740
+ Konami Hyper Soccer,Soccer Sim,1992
741
+ Koufuku o Yobu Game: Dora Dora Dora,Board,"Jan 25, 1991"
742
+ Kouryu Densetsu Villgust Gaiden,Role-Playing,"Jul 30, 1993"
743
+ Koushien,Baseball Sim,"Oct 6, 1989"
744
+ Krazy Kreatures,Puzzle,1990
745
+ The Krion Conquest,2D Platformer,January 1991
746
+ Krusty's Fun House,Puzzle,September 1992
747
+ Kung Fu,Beat-'Em-Up,October 1985
748
+ Kung-Fu Heroes,Action,March 1989
749
+ Kunio-Kun no Nekketsu Soccer League,Soccer Sim,"Apr 23, 1993"
750
+ Kurogane Hiroshi no Yosou Daisuki! Kachiuma Densetsu,Alt. Sports,"Apr 20, 1990"
751
+ Kyatto Ninden Teyandee,Action,"Jul 19, 1991"
752
+ Kyuukyoku Harikiri Stadium Heisei Gannenhan,Baseball Sim,"Jul 21, 1989"
753
+ L'Empereur,Historic Turn-Based Strategy,November 1991
754
+ La Salle Ishii no Child's Quest,Role-Playing,"Jun 23, 1989"
755
+ Lagrange Point,Role-Playing,"Apr 26, 1991"
756
+ Laser Invasion,Light Gun Shooter,June 1991
757
+ Last Action Hero,Beat-'Em-Up,October 1993
758
+ Last Armageddon,Role-Playing,"Nov 10, 1990"
759
+ The Last Ninja,Modern Action Adventure,February 1991
760
+ The Last Starfighter,Shoot-'Em-Up,June 1990
761
+ Law of the West,Action,"Mar 6, 1987"
762
+ Lee Trevino's Fighting Golf,Golf Sim,September 1988
763
+ Legacy of the Wizard,Action Role-Playing,April 1989
764
+ The Legend of Kage,2D Platformer,August 1987
765
+ The Legend of Prince Valiant,Historic Action Adventure,1992
766
+ The Legend of Zelda,Fantasy Action Adventure,"Aug 22, 1987"
767
+ Legendary Wings,Shoot-'Em-Up,July 1988
768
+ Legends of the Diamond: The Baseball Championship Game,Baseball Sim,January 1992
769
+ Lemmings,Action Puzzle,November 1992
770
+ Lethal Weapon,Beat-'Em-Up,April 1993
771
+ Life Force,Shoot-'Em-Up,August 1988
772
+ Linus Spacehead's Cosmic Crusade,Adventure,1991
773
+ The Lion King,2D Platformer,1994
774
+ Little League Baseball: Championship Series,Baseball,July 1990
775
+ Little Magic,Strategy,"Sep 14, 1990"
776
+ The Little Mermaid,2D Platformer,July 1991
777
+ Little Nemo: The Dream Master,2D Platformer,September 1990
778
+ Little Ninja Brothers,Action Role-Playing,December 1990
779
+ Little Red Hood,Fantasy Action Adventure,1990
780
+ Little Samson,2D Platformer,November 1992
781
+ Lode Runner,Action Puzzle,September 1987
782
+ The Lone Ranger,Action Role-Playing,August 1991
783
+ Loopz,Puzzle,October 1990
784
+ Lost Word of Jenny: Ushinawareta Message,2D Platformer,"Mar 25, 1987"
785
+ Low G Man: The Low Gravity Man,2D Platformer,September 1990
786
+ Lunar Pool,Billiards,October 1987
787
+ Lupin Sansei: Pandora no Isan,Action,"Nov 6, 1987"
788
+ M.C. Kids,2D Platformer,February 1992
789
+ M.U.L.E.,Strategy,September 1990
790
+ M.U.S.C.L.E.,Wrestling,October 1986
791
+ Mach Rider,Motorcycle Racing,"Oct 18, 1985"
792
+ Mad Max,Action,July 1990
793
+ The Mafat Conspiracy,Action,June 1990
794
+ Magic Block,Puzzle,1991
795
+ Magic Carpet 1001,Shoot-'Em-Up,1991
796
+ Magic Darts,Sports,September 1991
797
+ Magic Jewelry,Puzzle,1990
798
+ Magic Jewelry II,Puzzle,1991
799
+ Magic Johnson's Fast Break,Basketball Sim,March 1990
800
+ The Magic of Scheherazade,Action Role-Playing,December 1989
801
+ Magical * Taru Ruto-Kun: Fantastic World!!,2D Platformer,"Mar 21, 1991"
802
+ Magical Tower,Action,1992
803
+ Magician,Adventure,February 1991
804
+ Magmax,Shoot-'Em-Up,October 1988
805
+ Magnum Kiki Ippatsu: Empire City 1931,Shoot-'Em-Up,"Dec 15, 1987"
806
+ Mahjang Companion,Board,1990
807
+ Mahjong,Board,"Aug 27, 1983"
808
+ Mahjong Academy,Casino,1992
809
+ Mahjong Block,Stacking Puzzle,1991
810
+ Mahjong Taikai,Casino,"Oct 31, 1989"
811
+ Mahjong Taisen,Board,"May 20, 1992"
812
+ Mahou no Princess Minkiimomo Remember Dream,Party,"Jul 29, 1992"
813
+ Majaventure: Mahjong Senki,Board,"Oct 19, 1990"
814
+ Majin Eiyuuden Wataru Gaiden,Action Role-Playing,"Mar 23, 1990"
815
+ Major League,Baseball Sim,"Oct 27, 1989"
816
+ Major League Baseball,Baseball,April 1988
817
+ Majou Densetsu II: Daimashikyou Galious,Action Role-Playing,"Aug 11, 1987"
818
+ Maniac Mansion,Adventure,September 1990
819
+ Mappy,2D Platformer,"Nov 14, 1984"
820
+ Mappy-Land,2D Platformer,April 1989
821
+ Marble Madness,Puzzle,March 1989
822
+ Mario Bros.,2D Platformer,June 1986
823
+ Mario Is Missing!,Edutainment,July 1993
824
+ Mario's Time Machine,Edutainment,June 1994
825
+ Marusa no Onna,Adventure,"Sep 19, 1989"
826
+ Master Chu and the Drunkard Hu,2D Platformer,1989
827
+ Master Fighter II: The World Warrior,2D Fighting,1992
828
+ Master Shooter,Light Gun Shooter,1993
829
+ Masuzoe Youichi: Asa Made Famicom,Adventure,"Apr 17, 1992"
830
+ Maxi 15,Compilation,1992
831
+ Mechanized Attack,Light Gun Shooter,June 1990
832
+ Mega Man,2D Platformer,December 1987
833
+ Mega Man 2,2D Platformer,June 1989
834
+ Mega Man 3,2D Platformer,November 1990
835
+ Mega Man 4,2D Platformer,January 1992
836
+ Mega Man 5,2D Platformer,December 1992
837
+ Mega Man 6,2D Platformer,March 1994
838
+ Meitantei Holmes: Kiri no London Satsujin Jiken,Adventure,"May 13, 1988"
839
+ Meitantei Holmes: M-Kara no Chousenjou,Adventure,"May 1, 1989"
840
+ Menace Beach,2D Platformer,1990
841
+ Mendel Palace,Action,October 1990
842
+ Mermaids of Atlantis: The Riddle of the Magic Bubble,Puzzle,1991
843
+ Metal Fighter,Shoot-'Em-Up,1989
844
+ Metal Force,2D Platformer,1993
845
+ Metal Gear,Modern Action Adventure,June 1988
846
+ Metal Mech: Man & Machine,Action,March 1991
847
+ Metal Storm,Action,February 1991
848
+ Metroid,Sci-Fi Action Adventure,August 1986
849
+ Mezase! Top Pro Green ni Kakeru Yume,Golf Sim,"Mar 5, 1993"
850
+ Michael Andretti's World Grand Prix,Formula One Racing,June 1990
851
+ Mickey Mousecapade,2D Platformer,October 1988
852
+ Mickey's Adventure in Numberland,Edutainment,March 1994
853
+ Mickey's Safari in Letterland,Edutainment,March 1993
854
+ Micro Machines,Racing,1991
855
+ MiG 29 Soviet Fighter,Shoot-'Em-Up,1992
856
+ Might & Magic: Secret of the Inner Sanctum,Role-Playing,August 1992
857
+ Mighty Bomb Jack,Action,July 1987
858
+ Mighty Final Fight,Beat-'Em-Up,July 1993
859
+ Mike Tyson's Punch-Out!!,Boxing,October 1987
860
+ Millionaire,Board,1990
861
+ Millipede,Shoot-'Em-Up,October 1988
862
+ Milon's Secret Castle,Action,September 1988
863
+ Mindblower Pak,Compilation,1990
864
+ Mine Sweeper,Puzzle,1989
865
+ Mine Sweeper 2,Puzzle,1989
866
+ Mine Sweeper 3,Puzzle,1989
867
+ The Miracle Piano Teaching System,Rhythm / Music,1990
868
+ Mission Cobra,Action,1990
869
+ Mission: Impossible,Action,September 1990
870
+ Mississippi Satsujin Jiken: Murder on the Mississippi,Adventure,"Oct 31, 1986"
871
+ Moero!! Judo Warriors,2D Fighting,"Jun 29, 1990"
872
+ Moeru! Oniisan,Action,"Aug 8, 1989"
873
+ Mezase Pachi Pro: Pachiokun,Casino,"Dec 18, 1987"
874
+ The Money Game,Strategy,"Aug 10, 1988"
875
+ Monopoly,Board,May 1991
876
+ Monster in My Pocket,2D Platformer,January 1992
877
+ Monster Maker: 7-tsu no Hihou,Role-Playing,"Dec 20, 1991"
878
+ Monster Party,2D Platformer,June 1989
879
+ Monster Truck Rally,Rally / Offroad Racing,September 1991
880
+ Moon Crystal,Action,"Aug 28, 1992"
881
+ Moon Ranger,Action,1990
882
+ Mother,Role-Playing,"Jul 27, 1989"
883
+ Motocross Champion,Motocross Racing,"Jan 27, 1989"
884
+ Motor City Patrol,Mission-based Driving,January 1992
885
+ Mr. Gimmick,2D Platformer,"May 19, 1993"
886
+ Ms. Pac-Man,Action,November 1993
887
+ Ms. Pac-Man (Tengen),Action,1990
888
+ Jim Henson's Muppet Adventure: Chaos at the Carnival,Action,November 1990
889
+ Murder Club,Adventure,"Jun 30, 1989"
890
+ Musashi no Bouken,Role-Playing,"Dec 22, 1990"
891
+ The Mutant Virus: Crisis in a Computer World,Action,April 1992
892
+ Mystery Quest,2D Platformer,April 1989
893
+ Nagagutsu o Haita Neko: Sekai Isshuu 80 Nichi Dai Bouken,2D Platformer,"Nov 21, 1986"
894
+ Nakashima Satoshi: F-1 Hero 2,Formula One Racing,"Sep 27, 1991"
895
+ Nantettatte!! Baseball,Baseball Sim,"Oct 26, 1990"
896
+ Nantettatte!! Baseball Ko-Game Set OB All Star Hen,Baseball Sim,"Feb 26, 1991"
897
+ Nantettatte!! Baseball Kogame Casette '91 Kaimakuban,Baseball Sim,"May 31, 1991"
898
+ Napoleon Senki,Strategy,"Mar 18, 1988"
899
+ NARC,Shoot-'Em-Up,August 1990
900
+ Navy Blue,Wargame,"Feb 14, 1992"
901
+ Nekketsu Kakutou Densetsu,2D Fighting,"Dec 23, 1992"
902
+ Nekketsu! Street Basket: Ganbare Dunk Heroes,Basketball,"Dec 22, 1993"
903
+ NES Open Tournament Golf,Golf,September 1991
904
+ NES Play Action Football,Football Sim,September 1990
905
+ New Ghostbusters II,Action,1990
906
+ NFL Football,Football Sim,September 1989
907
+ Nigel Mansell's World Championship Racing,Racing,October 1993
908
+ A Nightmare on Elm Street,2D Platformer,October 1990
909
+ Nightshade,Adventure,January 1992
910
+ Niji no Silkroad,Role-Playing,"Feb 22, 1991"
911
+ Ninja Crusaders,2D Platformer,December 1990
912
+ Ninja Gaiden,2D Platformer,March 1989
913
+ Ninja Gaiden II: The Dark Sword of Chaos,2D Platformer,May 1990
914
+ Ninja Gaiden III: The Ancient Ship of Doom,2D Platformer,August 1991
915
+ Ninja Jajamaru Kun,2D Platformer,"Nov 15, 1985"
916
+ Ninja Jajamaru: Ginga Daisakusen,Action,"Mar 29, 1991"
917
+ Ninja Kid,2D Platformer,"Oct 29, 1986"
918
+ Nintendo World Championships 1990,Compilation,1990
919
+ Nintendo World Cup,Soccer,December 1990
920
+ Nishimura Kyoutarou Mystery: Blue Train Satsujin Jiken,Adventure,"Jan 20, 1989"
921
+ Nishimura Kyoutarou Mystery: Super Express Satsujin Jiken,Adventure,"Mar 2, 1990"
922
+ Nobunaga's Ambition,Historic Turn-Based Strategy,June 1989
923
+ Nobunaga's Ambition II,Historic Turn-Based Strategy,April 1991
924
+ North and South,Historic Real-Time Strategy,December 1990
925
+ Nuts & Milk,Puzzle,"Jul 28, 1984"
926
+ Oeka Kids: Anpanman no Hiragana Daisuki,Miscellaneous,"Mar 26, 1991"
927
+ Oeka Kids: Anpanman to Oekaki Shiyou!!,Miscellaneous,"Oct 25, 1990"
928
+ Oishinbo: Kyukyoku no Menu 3bon Syoubu,Adventure,"Jul 25, 1989"
929
+ Operation: Secret Storm,Action,1992
930
+ Operation Wolf,Light Gun Shooter,May 1989
931
+ Orb 3-D,Action,October 1990
932
+ Othello,Board,December 1988
933
+ Othello (HES),Board,1988
934
+ Outlanders,Action Role-Playing,"Dec 4, 1987"
935
+ Over Horizon,Shoot-'Em-Up,1991
936
+ Overlord,Strategy,January 1993
937
+ P'radikus Conflict,Action,1990
938
+ P.O.W.: Prisoners of War,Beat-'Em-Up,September 1989
939
+ Paaman: Enban o Torikaese,Action,"Dec 14, 1990"
940
+ Pac-Land,Action,"Nov 21, 1985"
941
+ Pac-Man,Action,November 1993
942
+ Pac-Man (Tengen),Puzzle,1987
943
+ Pac-Mania,Action,1991
944
+ Palamedes,Puzzle,November 1990
945
+ Panic Restaurant,2D Platformer,October 1992
946
+ Paperboy,Action,December 1988
947
+ Paperboy 2,Action,April 1992
948
+ Parasol Henbee,2D Platformer,"Feb 15, 1991"
949
+ Parasol Stars: Rainbow Islands II,2D Platformer,1991
950
+ Paris-Dakar Rally Special!,Rally / Offroad Racing,"Feb 1, 1988"
951
+ Parodius Da!,Shoot-'Em-Up,1992
952
+ Peek A Boo Poker,Casino,1991
953
+ Perfect Bowling,Bowling,"Jul 25, 1989"
954
+ Pescatore,Puzzle,Canceled
955
+ Pesterminator: The Western Exterminator,Action,1990
956
+ Fox's Peter Pan & the Pirates: The Revenge of Captain Hook,2D Platformer,January 1991
957
+ Phantom Fighter,Action,April 1990
958
+ Hikari no Senshi Photon: The Ultimate Game on Planet Earth,Shoot-'Em-Up,"Aug 28, 1987"
959
+ Pictionary,Board,July 1990
960
+ Pinball,Pinball,"Oct 18, 1985"
961
+ Pinball Quest,Pinball,June 1990
962
+ Pinbot,Pinball,April 1990
963
+ Pipe Dream,Puzzle,September 1990
964
+ Pipemania,Puzzle,1991
965
+ Pirates!,Strategy,October 1991
966
+ Plasma Ball,Action,"Mar 27, 1992"
967
+ Platoon,Action,December 1988
968
+ Poke Block,Stacking Puzzle,Canceled
969
+ Poker Mahjong,Casino,1991
970
+ Pooyan,Shoot-'Em-Up,"Sep 20, 1985"
971
+ Popeye,2D Platformer,June 1986
972
+ Popeye no Eigo Asobi,Edutainment,"Nov 22, 1983"
973
+ Porter,Action Puzzle,1991
974
+ Portopia Renzoku Satsujin Jiken,Adventure,"Nov 29, 1985"
975
+ Power Blade,2D Platformer,March 1991
976
+ Power Blade 2,2D Platformer,October 1992
977
+ Power Punch II,Boxing,June 1992
978
+ Power Soccer,Soccer,"Mar 30, 1990"
979
+ Predator,Action,April 1989
980
+ Prince of Persia,2D Platformer,November 1992
981
+ Princess Tomato in the Salad Kingdom,Adventure,February 1991
982
+ Pro Sport Hockey,Ice Hockey,November 1993
983
+ Pro Wrestling,Wrestling,March 1987
984
+ Pro Yakyuu? Satsujin Jiken!,Adventure,"Dec 24, 1988"
985
+ Punch-Out!!,Boxing,August 1990
986
+ The Punisher,Sci-Fi First-Person Shooter,November 1990
987
+ Puss 'N Boots: Pero's Great Adventure,2D Platformer,June 1990
988
+ Puzzle,Puzzle,1990
989
+ Puzznic,Matching Puzzle,November 1990
990
+ Pyramid,Puzzle,1992
991
+ Q*bert,Action,February 1989
992
+ Qix,Puzzle,January 1991
993
+ Quarth,Puzzle,"Apr 13, 1990"
994
+ Quattro Adventure,Compilation,1991
995
+ Quattro Arcade,Compilation,1992
996
+ Quattro Sports,Sports,1991
997
+ Quiz Project Q: Cutie Project & Battle 10000,Trivia / Game Show,"May 29, 1992"
998
+ R.B.I. Baseball,Baseball Sim,1988
999
+ R.B.I. Baseball 2,Baseball Sim,1990
1000
+ R.B.I. Baseball 3,Baseball Sim,1991
1001
+ R.C. Pro-Am,Racing,February 1988
1002
+ R.C. Pro-Am II,Racing,December 1992
1003
+ Race America,Racing,May 1992
1004
+ Racer Mini Yonku: Japan Cup,Board,"Aug 25, 1989"
1005
+ Racket Attack,Tennis,October 1988
1006
+ Rackets & Rivals,Tennis,1993
1007
+ Rad Racer,Racing,October 1987
1008
+ Rad Racer II,Racing,June 1990
1009
+ Rad Racket: Deluxe Tennis II,Tennis,1991
1010
+ Radia Senki: Reimeihen,Action Role-Playing,"Nov 15, 1991"
1011
+ Raid 2020,Action,1989
1012
+ Raid on Bungeling Bay,Shoot-'Em-Up,September 1987
1013
+ Rainbow Islands,2D Platformer,June 1991
1014
+ Rainbow Islands: Bubble Bobble 2,2D Platformer,1991
1015
+ Rally Bike,Motorcycle Racing,September 1990
1016
+ Rambo,2D Platformer,May 1988
1017
+ Rampage,Action,December 1988
1018
+ Rampart,Action,January 1992
1019
+ Rampart (Japan),Puzzle,"Nov 29, 1991"
1020
+ Recca,Shoot-'Em-Up,"Jul 17, 1992"
1021
+ Remote Control,Trivia / Game Show,May 1990
1022
+ The Ren & Stimpy Show: Buckaroo$!,Action,November 1993
1023
+ Renegade,Beat-'Em-Up,January 1988
1024
+ Rescue: The Embassy Mission,Modern Tactical Shooter,January 1990
1025
+ Ring King,Boxing,September 1987
1026
+ River City Ransom,Beat-'Em-Up,January 1990
1027
+ Road Fighter,Racing,"Jun 18, 1992"
1028
+ Road Runner,Action,1989
1029
+ RoadBlasters,Racing,January 1990
1030
+ Robin Hood: Prince of Thieves,Historic Action Adventure,November 1991
1031
+ Robo Warrior,Action,December 1988
1032
+ RoboCop,Shoot-'Em-Up,December 1989
1033
+ RoboCop 2,2D Platformer,April 1991
1034
+ RoboCop 3,2D Platformer,August 1992
1035
+ RoboCop Versus The Terminator,2D Platformer,Canceled
1036
+ Robodemons,Action,December 1989
1037
+ Rock 'n Ball,Pinball,January 1990
1038
+ Rockball,Action,1993
1039
+ Rocket Ranger,Action,June 1990
1040
+ The Rocketeer,2D Platformer,May 1991
1041
+ Rockin' Kats,2D Platformer,September 1991
1042
+ Roger Clemens' MVP Baseball,Baseball,October 1991
1043
+ Rokudenashi Blues,Adventure,"Oct 29, 1993"
1044
+ Rollerball,Pinball,February 1990
1045
+ Rollerblade Racer,Skating,February 1993
1046
+ Rollergames,Beat-'Em-Up,September 1990
1047
+ Rolling Thunder,Shoot-'Em-Up,1989
1048
+ Romance of the Three Kingdoms,Historic Turn-Based Strategy,October 1989
1049
+ Romance of the Three Kingdoms II,Historic Turn-Based Strategy,September 1991
1050
+ Roundball 2-on-2 Challenge,Basketball,May 1992
1051
+ RPG Jinsei Game,Board,"Nov 26, 1993"
1052
+ Rush'n Attack,2D Platformer,April 1987
1053
+ Rygar,2D Platformer,July 1987
1054
+ S.C.A.T.: Special Cybernetic Attack Team,Shoot-'Em-Up,June 1991
1055
+ Saint Seiya: Ougon Densetsu,Role-Playing,1987
1056
+ Saint Seiya: Ougon Densetsu Kanketsu Hen,Role-Playing,"May 30, 1988"
1057
+ San Goku Shi II: Haou no Tairiku,Strategy,"Jun 10, 1992"
1058
+ San Goku Shi: Chuugen no Hasha,Strategy,"Jul 29, 1988"
1059
+ Sanrio Carnival,Puzzle,"Nov 22, 1990"
1060
+ Sanrio Carnival 2,Puzzle,"Jan 14, 1993"
1061
+ SD Gundam World: Gachapon Senshi 2 - Capsule Senki,Sci-Fi Turn-Based Strategy,"Jun 25, 1989"
1062
+ SD Gundam World Gachapon Senshi 3: Eiyuu Senki,Sci-Fi Turn-Based Strategy,"Dec 22, 1990"
1063
+ SD Gundam World Gachapon Senshi 4: New Type Story,Sci-Fi Turn-Based Strategy,"Dec 21, 1991"
1064
+ SD Gundam World Gachapon Senshi 5: Battle of Universal Century,Sci-Fi Turn-Based Strategy,"Dec 22, 1992"
1065
+ SD Gundam Gaiden: Knight Gundam Monogatari,Role-Playing,"Aug 11, 1990"
1066
+ SD Gundam Gaiden: Knight Gundam Monogatari 2 - Hikari no Kishi,Role-Playing,"Oct 12, 1991"
1067
+ SD Gundam Gaiden: Knight Gundam Monogatari 3 - Densetsu no Kishi Dan,Role-Playing,"Oct 23, 1992"
1068
+ SD Gundam: Gundam Wars,Sci-Fi Turn-Based Strategy,"Apr 23, 1993"
1069
+ SD Hero Soukessen: Taose! Aku no Gundan,2D Platformer,"Jul 7, 1990"
1070
+ Sea of Dreamland,Shoot-'Em-Up,1992
1071
+ Secret Scout in the Temple of Demise,Action,1991
1072
+ Section-Z,Shoot-'Em-Up,July 1987
1073
+ Seicross,Shoot-'Em-Up,October 1988
1074
+ Sesame Street: 123,Edutainment,January 1989
1075
+ Sesame Street: ABC,Edutainment,September 1989
1076
+ Sesame Street: ABC/123,Edutainment,November 1991
1077
+ Sesame Street: Big Bird's Hide & Speak,Puzzle,October 1990
1078
+ Sesame Street: Countdown,Edutainment,February 1992
1079
+ Shadow Brain,Role-Playing,"Mar 21, 1991"
1080
+ Shadow of the Ninja,2D Platformer,December 1990
1081
+ Shadowgate,Adventure,December 1989
1082
+ Shanghai,Puzzle,"Dec 4, 1987"
1083
+ Shanghai II,Puzzle,"Aug 24, 1990"
1084
+ Shatterhand,2D Platformer,December 1991
1085
+ Sheng Hen Pao,Casino,1988
1086
+ Sherlock Holmes: Hakushaku Reijou Yuukai Jiken,Action,"Dec 11, 1986"
1087
+ Shin Moero!! Pro Yakyuu,Baseball Sim,"Jul 27, 1989"
1088
+ Shingen the Ruler,Strategy,June 1990
1089
+ Shinobi,2D Platformer,1989
1090
+ Shockwave,Puzzle,1990
1091
+ Shogi Meikan '92,Board,"Jan 30, 1992"
1092
+ Shogun,Strategy,"May 27, 1988"
1093
+ Shooting Range,Light Gun Shooter,June 1989
1094
+ Short Order / Eggsplode,Action,December 1989
1095
+ Shounen Ashibe: Nepal Daibouken no Maki,Adventure,"Nov 15, 1991"
1096
+ Shuffle Fight,Board,"Oct 9, 1992"
1097
+ Shufflepuck Cafe,Action,"Oct 21, 1990"
1098
+ Side Pocket,Billiards,June 1987
1099
+ Silent Assault,2D Platformer,1990
1100
+ Silent Service,Submarine Sim,December 1989
1101
+ Silkworm,Shoot-'Em-Up,June 1990
1102
+ Silver Surfer,Shoot-'Em-Up,November 1990
1103
+ The Simpsons: Bart vs. the Space Mutants,2D Platformer,February 1991
1104
+ The Simpsons: Bart vs. the World,2D Platformer,December 1991
1105
+ The Simpsons: Bartman Meets Radioactive Man,2D Platformer,December 1992
1106
+ Skate Or Die 2: The Search for Double Trouble,Skateboarding,September 1990
1107
+ Skate Or Die!,Skateboarding,December 1988
1108
+ Ski or Die,Alt. Sports,February 1991
1109
+ Skull & Crossbones,Action,1990
1110
+ Sky Destroyer,Shoot-'Em-Up,"Nov 14, 1985"
1111
+ Sky Kid,Action,September 1987
1112
+ Sky Shark,Shoot-'Em-Up,September 1989
1113
+ Slalom,Skiing,August 1987
1114
+ Smash T.V.,Shoot-'Em-Up,September 1991
1115
+ The Smurfs,2D Platformer,1994
1116
+ Snake Rattle 'n Roll,Action,July 1990
1117
+ Snake's Revenge,Modern Action Adventure,April 1990
1118
+ Snoopy's Silly Sports Spectacular!,Sports,April 1990
1119
+ Snow Brothers,2D Platformer,November 1991
1120
+ Soccer,Soccer Sim,March 1987
1121
+ Soccer League - Winner's Cup,Soccer Sim,"Aug 12, 1988"
1122
+ Solar Jetman: Hunt for the Golden Warpship,Action,September 1990
1123
+ Solitaire,Board,1992
1124
+ Solomon's Key,Puzzle,July 1987
1125
+ Solstice: The Quest for the Staff of Demnos,Puzzle,June 1990
1126
+ Soreike! Anpanman: Minna de Hiking Game!,Board,"Mar 20, 1992"
1127
+ Space Harrier,Shoot-'Em-Up,"Jan 6, 1989"
1128
+ Space Invaders,Shoot-'Em-Up,"Apr 17, 1985"
1129
+ Space Shadow,Light Gun Shooter,"Feb 15, 1989"
1130
+ Space Shuttle Project,Action,November 1991
1131
+ Spelunker,Action,September 1987
1132
+ Spelunker II: Yuushahe no Chousen,Action Role-Playing,"Sep 18, 1987"
1133
+ Spider-Man: Return of the Sinister Six,2D Platformer,October 1992
1134
+ Spiritual Warfare,Action,1992
1135
+ Splatterhouse: Wanpaku Graffiti,Action,"Jul 31, 1989"
1136
+ Spot: The Video Game,Puzzle,September 1990
1137
+ Spy Hunter,Racing,September 1987
1138
+ Spy vs. Spy,Action,October 1988
1139
+ Sqoon,Shoot-'Em-Up,September 1987
1140
+ Stack-Up,Action,"Oct 18, 1985"
1141
+ Stadium Events,Olympic Sports,September 1987
1142
+ Stanley: The Search for Dr. Livingston,Adventure,October 1992
1143
+ Star Force,Shoot-'Em-Up,November 1987
1144
+ Star Luster,Space Combat Sim,"Dec 6, 1985"
1145
+ Star Soldier,Shoot-'Em-Up,January 1989
1146
+ Star Trek: 25th Anniversary,Adventure,February 1992
1147
+ Star Trek V: The Final Frontier,2D Platformer,Canceled
1148
+ Star Trek: The Next Generation,Action,September 1993
1149
+ Star Voyager,Action,September 1987
1150
+ Star Wars,2D Platformer,November 1991
1151
+ Star Wars: The Empire Strikes Back,2D Platformer,March 1992
1152
+ Starship Hector,Shoot-'Em-Up,June 1990
1153
+ StarTropics,Modern Action Adventure,December 1990
1154
+ Stealth ATF,Jet Sim,October 1989
1155
+ Stinger,Shoot-'Em-Up,September 1987
1156
+ Strategist,Wargame,1991
1157
+ Street Cop,Beat-'Em-Up,June 1989
1158
+ Street Fighter 2010: The Final Fight,Beat-'Em-Up,September 1990
1159
+ Street Heroes,2D Fighting,1995
1160
+ Strider,2D Platformer,July 1989
1161
+ Strike Wolf,Light Gun Shooter,1992
1162
+ Stunt Kids,Motocross Racing,1992
1163
+ Sugoro Quest: Dice no Senshi Tachi,Board,"Jun 28, 1991"
1164
+ Sunday Funday: The Ride,2D Platformer,1995
1165
+ Super Black Onyx,Role-Playing,"Jul 14, 1988"
1166
+ Super C,Shoot-'Em-Up,April 1990
1167
+ Super Cars,Racing,February 1991
1168
+ Super Dodge Ball,Sports,June 1989
1169
+ Super Glove Ball,Action,October 1990
1170
+ Super Jeopardy!,Trivia / Game Show,September 1991
1171
+ Super Mario Bros.,2D Platformer,"Oct 18, 1985"
1172
+ Super Mario Bros. / Duck Hunt,Compilation,November 1988
1173
+ Super Mario Bros. / Duck Hunt / World Class Track Meet,Compilation,December 1990
1174
+ Super Mario Bros. / Tetris / Nintendo World Cup,Compilation,November 1988
1175
+ Super Mario Bros. 2,2D Platformer,October 1988
1176
+ Super Mario Bros. 3,2D Platformer,"Feb 12, 1990"
1177
+ Super Maruo,Action,December 1986
1178
+ Super Pinball,Pinball,"Aug 23, 1988"
1179
+ Super Pitfall,2D Platformer,November 1987
1180
+ Super Real Baseball '88,Baseball Sim,"Jul 30, 1988"
1181
+ Super Spike V'Ball,Volleyball,February 1990
1182
+ Super Spike V'Ball / Nintendo World Cup,Compilation,December 1990
1183
+ Super Sprint,Racing,1989
1184
+ Super Spy Hunter,Racing,February 1992
1185
+ Super Star Pro Wrestling,Wrestling,"Dec 9, 1989"
1186
+ Super Team Games,Olympic Sports,November 1988
1187
+ Super Turrican,2D Platformer,"Jul 22, 1993"
1188
+ Super Xevious: Ganpu no Nazo,Shoot-'Em-Up,"Sep 19, 1986"
1189
+ Superman,2D Platformer,December 1988
1190
+ Swamp Thing,2D Platformer,December 1992
1191
+ Sweet Home,Role-Playing,"Dec 15, 1989"
1192
+ Sword Master,2D Platformer,January 1992
1193
+ Swords and Serpents,Role-Playing,August 1990
1194
+ T&C Surf Designs: Thrilla's Surfari,Action,March 1992
1195
+ T&C Surf Designs: Wood & Water Rage,Alt. Sports,February 1988
1196
+ Taboo: The Sixth Sense,Miscellaneous,April 1989
1197
+ Tag Team Wrestling,Wrestling,October 1986
1198
+ Tagin' Dragon,Action,1989
1199
+ Taito Chase H.Q.,Mission-based Driving,"Dec 8, 1989"
1200
+ Taito Grand Prix: Eikou e no License,Formula One Racing,"Dec 18, 1987"
1201
+ Taiyou no Yuusha Fighbird,Shoot-'Em-Up,"Jan 11, 1992"
1202
+ Takahashi Meijin no Bouken Jima IV,2D Platformer,"Jun 24, 1994"
1203
+ Takeshi no Chousenjou,Adventure,"Dec 10, 1986"
1204
+ Disney's TaleSpin,Shoot-'Em-Up,December 1991
1205
+ Tanigawa Kouji no Shogi Shinan III,Board,"Sep 14, 1989"
1206
+ Tantei Jinguuji Saburo: Yokohama Minato Renzoku Satsujin Jiken,Adventure,"Feb 26, 1988"
1207
+ Target: Renegade,Beat-'Em-Up,March 1990
1208
+ Tashiro Masashi no Princess ga Ippai,2D Platformer,"Oct 27, 1989"
1209
+ Tecmo Baseball,Baseball Sim,January 1989
1210
+ Tecmo Bowl,Football,February 1989
1211
+ Tecmo Cup Soccer Game,Soccer Sim,September 1992
1212
+ Tecmo NBA Basketball,Basketball Sim,November 1992
1213
+ Tecmo Super Bowl,Football Sim,December 1991
1214
+ Tecmo World Cup Soccer,Soccer Sim,1991
1215
+ Tecmo World Wrestling,Wrestling,April 1990
1216
+ Teenage Mutant Ninja Turtles,2D Platformer,June 1989
1217
+ Teenage Mutant Ninja Turtles II: The Arcade Game,Beat-'Em-Up,December 1990
1218
+ Teenage Mutant Ninja Turtles III: The Manhattan Project,Beat-'Em-Up,February 1992
1219
+ Teenage Mutant Ninja Turtles: Tournament Fighters,2D Fighting,February 1994
1220
+ Tenchi o Kurau II: Shokatsu Koumei Den,Role-Playing,"Apr 5, 1991"
1221
+ Tennis,Tennis,October 1985
1222
+ Terao no Dosukoi Oozumou,Sports,"Nov 24, 1989"
1223
+ Terminator 2: Judgment Day,2D Platformer,February 1992
1224
+ The Terminator,Action,December 1992
1225
+ Terra Cresta,Shoot-'Em-Up,March 1990
1226
+ Tetra Star: The Fighter,Shoot-'Em-Up,"May 24, 1991"
1227
+ Tetris,Stacking Puzzle,November 1989
1228
+ Tetris (BPS),Puzzle,"Dec 22, 1988"
1229
+ Tetris (Tengen),Stacking Puzzle,1989
1230
+ Tetris 2,Stacking Puzzle,October 1993
1231
+ Tetris 2 + Bombliss,Stacking Puzzle,"Dec 13, 1991"
1232
+ Tetsudou-Oh,Board,"Dec 12, 1987"
1233
+ Thexder,Shoot-'Em-Up,"Dec 19, 1985"
1234
+ The Three Stooges,Action,October 1989
1235
+ Thunder & Lightning,Action,December 1990
1236
+ Thunder Blaster Man,2D Platformer,1995
1237
+ Thunder Warrior,2D Platformer,1992
1238
+ Thunderbirds,Shoot-'Em-Up,September 1990
1239
+ Thundercade,Shoot-'Em-Up,July 1989
1240
+ Tiger-Heli,Shoot-'Em-Up,September 1987
1241
+ Tiles of Fate,Puzzle,1990
1242
+ Time Diver: Eon Man,2D Platformer,Cancelled
1243
+ Time Lord,Action,September 1990
1244
+ Times of Lore,Action Role-Playing,May 1991
1245
+ Tiny Toon Adventures,2D Platformer,December 1991
1246
+ Tiny Toon Adventures 2: Trouble in Wackyland,2D Platformer,April 1993
1247
+ Tiny Toon Adventures: Cartoon Workshop,Miscellaneous,December 1992
1248
+ Titan Warriors,Shoot-'Em-Up,Cancelled
1249
+ TM Network Live in Power Bowl,Adventure,"Dec 22, 1989"
1250
+ To the Earth,Light Gun Shooter,November 1989
1251
+ Toki,2D Platformer,December 1991
1252
+ Toki no Tabibito: Time Stranger,Adventure,"Dec 26, 1986"
1253
+ Tom & Jerry: The Ultimate Game of Cat and Mouse!,2D Platformer,December 1991
1254
+ Tombs & Treasure,Role-Playing,June 1991
1255
+ Toobin',Action,1989
1256
+ Top Gun,Jet Sim,November 1987
1257
+ Top Gun: The Second Mission,Jet Sim,January 1990
1258
+ Top Players Tennis,Tennis,January 1990
1259
+ Total Funpak,Compilation,1990
1260
+ Total Recall,2D Platformer,August 1990
1261
+ Totally Rad,2D Platformer,March 1991
1262
+ Touch Down Fever,Football Sim,February 1991
1263
+ Toxic Crusaders,Beat-'Em-Up,April 1992
1264
+ Track & Field,Olympic Sports,April 1987
1265
+ Track & Field II,Olympic Sports,June 1989
1266
+ Transformers: Convoy no Nazo,2D Platformer,"Dec 5, 1986"
1267
+ Treasure Master,Action,December 1991
1268
+ Trog!,Action,October 1991
1269
+ Trojan,2D Platformer,February 1987
1270
+ The Trolls in Crazyland,2D Platformer,1991
1271
+ Trolls on Treasure Island,Action Puzzle,1994
1272
+ Tsuru Pikahage Maru: Mezase! Tsuruseko no Akashi,Action,"Dec 13, 1991"
1273
+ Twin Cobra,Shoot-'Em-Up,January 1990
1274
+ Twin Eagle,Shoot-'Em-Up,October 1989
1275
+ TwinBee,Shoot-'Em-Up,"Jan 4, 1986"
1276
+ TwinBee 3: Poko Poko Dai Maou,Shoot-'Em-Up,"Sep 29, 1989"
1277
+ Uchuu Keibitai SDF,Shoot-'Em-Up,"Sep 7, 1990"
1278
+ Uchuusen Cosmo Carrier,Strategy,"Nov 6, 1987"
1279
+ U-four-ia: The Saga,2D Platformer,"Nov 19, 1992"
1280
+ Ultima: Exodus,Computer Role-Playing,February 1989
1281
+ Ultima: Quest of the Avatar,Computer Role-Playing,December 1990
1282
+ Ultima: Warriors of Destiny,Computer Role-Playing,January 1993
1283
+ Ultimate Air Combat,Jet Sim,April 1992
1284
+ Ultimate Basketball,Basketball Sim,September 1990
1285
+ Ultimate Frogger Champion,Action,2009
1286
+ Ultimate League Soccer,Soccer,1992
1287
+ The Ultimate Stuntman,Action,1990
1288
+ The Uncanny X-Men,Action,December 1989
1289
+ Uncharted Waters,Strategy,November 1991
1290
+ Uninvited,Adventure,June 1991
1291
+ The Untouchables,Action,January 1991
1292
+ Urban Champion,2D Fighting,June 1986
1293
+ Utsurun Desu.: Kawauso Hawaii e Iku,2D Platformer,"Mar 6, 1992"
1294
+ Valkyrie no Bouken: Toki no Kagi Densetsu,Action Role-Playing,"Aug 1, 1986"
1295
+ Vegas Connection: Casino Kara Ai o Komete,Casino,"Nov 24, 1989"
1296
+ Vegas Dream,Casino,March 1990
1297
+ Venice Beach Volleyball,Volleyball,1991
1298
+ Vice: Project Doom,Action,November 1991
1299
+ Videomation,Miscellaneous,June 1991
1300
+ Vindicators,Action,1988
1301
+ Volleyball,Volleyball,March 1987
1302
+ Wacky Races,2D Platformer,May 1992
1303
+ Wagyan Land,2D Platformer,"Feb 9, 1989"
1304
+ Wai Wai World,2D Platformer,"Jan 14, 1988"
1305
+ Wai Wai World 2: SOS!! Paseri Jou,2D Platformer,"Jan 5, 1991"
1306
+ Wall Street Kid,Business Strategy,June 1990
1307
+ Wally Bear and the NO! Gang,Action,1992
1308
+ War in the Gulf,Shoot-'Em-Up,January 1991
1309
+ Wario's Woods,Puzzle,"Dec 10, 1994"
1310
+ Warpman,Action,"Jul 12, 1985"
1311
+ Wayne Gretzky Hockey,Ice Hockey Sim,January 1991
1312
+ Wayne's World,Action,November 1993
1313
+ WCW World Championship Wrestling,Wrestling,April 1990
1314
+ Werewolf: The Last Warrior,2D Platformer,November 1990
1315
+ Wheel of Fortune,Trivia / Game Show,September 1988
1316
+ Wheel of Fortune: Family Edition,Trivia / Game Show,March 1990
1317
+ Wheel of Fortune: Featuring Vanna White,Trivia / Game Show,January 1992
1318
+ Wheel of Fortune: Junior Edition,Trivia / Game Show,October 1989
1319
+ Where in Time is Carmen Sandiego?,Puzzle,October 1991
1320
+ Where's Waldo?,Puzzle,September 1991
1321
+ Who Framed Roger Rabbit,Action,September 1989
1322
+ Whomp 'Em,2D Platformer,March 1991
1323
+ Widget,2D Platformer,November 1992
1324
+ Wild Gunman,Light Gun Shooter,October 1985
1325
+ Willow,Action Role-Playing,December 1989
1326
+ Wily and Light no Rock Board: That's Paradise,Board,"Jan 15, 1993"
1327
+ "Win, Lose or Draw",Puzzle,March 1990
1328
+ Winter Games,Olympic Sports,September 1987
1329
+ Wizardry II: Legacy of Llylgamyn - The Third Scenario,Role-Playing,"Feb 21, 1989"
1330
+ Wizardry: Knight of Diamonds - The Second Scenario,Role-Playing,April 1992
1331
+ Wizardry: Proving Grounds of the Mad Overlord,Role-Playing,July 1990
1332
+ Wizards & Warriors,2D Platformer,December 1987
1333
+ Wizards & Warriors III: Kuros: Visions of Power,Fantasy Action Adventure,March 1992
1334
+ Wolverine,Action,October 1991
1335
+ World Champ,Boxing,April 1991
1336
+ World Games,Sports,March 1989
1337
+ The World of Card Games,Casino,1990
1338
+ Worm Visitor,Action,1992
1339
+ Wrath of the Black Manta,2D Platformer,April 1990
1340
+ Wrecking Crew,2D Platformer,October 1985
1341
+ Wurm: Journey to the Center of the Earth,2D Platformer,November 1991
1342
+ WWF King of the Ring,Wrestling,November 1993
1343
+ WWF WrestleMania,Wrestling,January 1989
1344
+ WWF Wrestlemania Challenge,Wrestling,November 1990
1345
+ WWF Wrestlemania: Steel Cage Challenge,Wrestling,September 1992
1346
+ Xenophobe,Action,December 1988
1347
+ Xevious,Shoot-'Em-Up,September 1988
1348
+ Xexyz,2D Platformer,April 1990
1349
+ Yamamura Misa Suspense: Kyouto Hana no Misshitsu Satsujin Jiken,Adventure,"Feb 11, 1989"
1350
+ Yamamura Misa Suspense: Kyouto Ryuu no Tera Satsujin Jiken,Adventure,"Dec 11, 1987"
1351
+ Yamamura Misa Suspense: Kyouto Zaiteku Satsujin Jiken,Adventure,"Nov 2, 1990"
1352
+ Yie Ar Kung Fu,2D Fighting,"Apr 22, 1985"
1353
+ Yo! Noid,2D Platformer,November 1990
1354
+ Yoshi,Puzzle,June 1992
1355
+ Yoshi's Cookie,Puzzle,April 1993
1356
+ Youkai Douchuuki,Action,"Jun 24, 1988"
1357
+ The Young Indiana Jones Chronicles,Action,December 1992
1358
+ Ys,Action Role-Playing,"Aug 26, 1988"
1359
+ Ys II,Action Role-Playing,"May 25, 1990"
1360
+ Yume Penguin Monogatari,2D Platformer,"Jan 25, 1991"
1361
+ Yuu Yuu Hakusho: Bakutou Ankoku Bujutsu Kai,2D Fighting,"Oct 22, 1993"
1362
+ Zanac,Shoot-'Em-Up,October 1987
1363
+ Zelda II: The Adventure of Link,Action Role-Playing,December 1988
1364
+ Zen: Intergalactic Ninja,2D Platformer,March 1993
1365
+ Zippy Race,Racing,"Jul 18, 1985"
1366
+ Zoda's Revenge: Star Tropics II,Modern Action Adventure,March 1994
1367
+ Zoids 2: Zenebasu no Gyakushuu,Role-Playing,"Jan 27, 1989"
1368
+ Zoids: Chuuou Tairiku no Tatakai,Action Role-Playing,"Sep 5, 1987"
1369
+ Zoids: Mokushiroku,Strategy,"Dec 21, 1990"
1370
+ Zombie Hunter,Action Role-Playing,"Jul 3, 1987"
1371
+ Zombie Nation,Shoot-'Em-Up,September 1991