- 76
- 83 138
Dash9 Computing
United States
เข้าร่วมเมื่อ 21 พ.ย. 2013
Welcome! My name is Ben and I am a computer engineer by trade and a gardener by accident.
80's Arcade games using a Wii Nunchuck and ESP32
Today we will be building a fun handheld 80's arcade on an ESP32 using a Wii nunchuck as a controller!
I am using Galaginocode by Till Harbaum, a Cheap Yellow Display (CYD) and a knock off Wii nunchuck.
Code:
github.com/harbaum/galagino/tree/3d1ad9fc3dd388cb0e3775387067d38441843330?tab=readme-ov-file
Cheap Yellow Display (which has a ESP32 built in):
www.aliexpress.us/item/3256804774970998.html?spm=a2g0o.order_list.order_list_main.11.21ef1802E2j9BO&gatewayAdapt=glo2usa
I am using Galaginocode by Till Harbaum, a Cheap Yellow Display (CYD) and a knock off Wii nunchuck.
Code:
github.com/harbaum/galagino/tree/3d1ad9fc3dd388cb0e3775387067d38441843330?tab=readme-ov-file
Cheap Yellow Display (which has a ESP32 built in):
www.aliexpress.us/item/3256804774970998.html?spm=a2g0o.order_list.order_list_main.11.21ef1802E2j9BO&gatewayAdapt=glo2usa
มุมมอง: 1 019
วีดีโอ
NES Cartridge Game Art Slide Show
มุมมอง 2079 หลายเดือนก่อน
Today we are making a slide show of NES game cover art in a NES game cartridge! Just kind of a fun little bit of shelf art. Required Components: ESP32 WROOM TFT LCD 4.0'' / 3.5'' (ST7796 / ILI9488) NES Game Shell SD/MicroSD Card Reader Original author code site: github.com/davidxgames/NES-Label-Slider My slightly modified code: github.com/bdash9/ESP32-Wroom-NES-slideshow
PacMan Handheld Conversion to ESP32!
มุมมอง 1.7K11 หลายเดือนก่อน
Today we are going to convert a cheap store bought handheld Pacman game from an LCD display snooze fest to a TFT color screen running on an ESP32 with 6 classic arcade games! The games: -Pacman -Galaga -Donkey Kong -Dig Dug -1941 -Frogger The code is called Galagino and is made by Dr. Til Harbaum: github.com/harbaum/galagino The screen I used: www.aliexpress.us/item/3256803750221125.html?spm=a2...
Pine64 Pinecil Soldering Iron
มุมมอง 630ปีที่แล้ว
Let's check out the open source Pinecil Smart Soldering Iron from PINE64! This little thing is pretty sweet! Small, powerful and open source! Github documentation for the Iron: ralim.github.io/IronOS/Flashing/Pinecil V2/ Blisp on Github (used to flash the Pinecil): github.com/pine64/blisp github.com/pine64/blisp/releases/ Pine flash on GitHub: github.com/Spagett1/PineFlash/releases/ Github how ...
X6 handheld Game by Yasi (PSP handheld knock off)
มุมมอง 1.1Kปีที่แล้ว
Today we are going to open up the X6, see what's inside, fix an issue and create a new one...then fix it :) I bought this cheap knock off in 2019 and it comes loaded with a lot of PSP games and an NES emulator with 1000 ROMS! Now you do get what you pay for (I think I saw it for sale in the low $20 range) it is kind of flimsy and the battery life is so-so but mine has been sitting in a drawer s...
ESP32 Breakout Classic Arcade Game
มุมมอง 314ปีที่แล้ว
Here is a little clone of the old classic arcade game Breakout! I used an Adafuit ESP32-S2 TFT Feather, Thonny (MicroPython) and some basic Arcade buttons. I started with some code I found online but I can't remember where! I am sorry about that. The code is fairly modified but I wish I could site my original source. github.com/bdash9/ESP32-BREAKOUT-game/tree/main
Bluetooth ESP32 game controller
มุมมอง 1.2Kปีที่แล้ว
I built a very basic Arcade controller using Bluetooth and ArduinoIDE so I could play old school arcade games on my laptop with a Joystick and button(s). The code is based on the BleGamepad.h library github.com/lemmingDev/ESP32-BLE-Gamepad and the code example in Arduino IDE (File - Example - ESP32-BLE-Gamepad - SingleButton) My code: github.com/bdash9/Bluetooth-ESP32-Game-Controller Retroarch ...
RaspberryPi/RetroPi Exercise Bike Game Controller
มุมมอง 122ปีที่แล้ว
Today I am using a magnetic Hall sensor on my exercise bike in some old school arcade games! I love old school arcade games and I was thinking about some games that used pedals as part of the controller like ProCycle. I used a RaspberryPi 4B and a Hall effects magnetic sensor with some rare earth batteries. Download RetroPi OS: retropie.org.uk/download/ RaspberryPi Pinout for GPIO's: www.raspbe...
ESP32 DNS Tunneling/Data Exfiltration
มุมมอง 1.1Kปีที่แล้ว
DNS tunneling can be used to get around firewall's to send data off of a network. Today we will be scanning for wireless access points and sending the list (in hex code format) through and open AP via a DNS request to a remote DNS server. I set up an open network but this technique could be used in a captive portal situation as well. My Github repository: github.com/bdash9/ESP32-DNS_Tunneling-O...
MicroPython code examples on RaspberryPi 2040
มุมมอง 953ปีที่แล้ว
I am going to demo some code written by Russ Hughes on my LilyGo T-PicoC3. These show off some of the cool stuff you can do with this board. Russes Github: github.com/russhughes My Github repository: github.com/bdash9/Lilygo_T-PicoC3_code_examples/tree/main
LilyGo T-PicoC3 (RP2040 and ESP32 chips) Unboxing and demo code!
มุมมอง 6Kปีที่แล้ว
An ESP32 and a RP2040 on the same board...YES! It is kind of crazy. This board comes with both chips, TFT, wifi, a/b buttons and more for $15...but is it worth it? Let's find out. FYI- I am not sponsored by any company mentioned in this video....just having fun! Hope you do too :) The Hello code on Github: github.com/bdash9/LilyGo-T-PicoC3-hello My notes on how to recover this when it get's loc...
ESP NOW Protocol: ESP32 talks to ESP8266
มุมมอง 519ปีที่แล้ว
Let's get an ESP32 to manage an ESP8226! In this video we will see how a ESP32 can send data and turn a LED on and off on a ESP8266. This code could be used to manage many ESP8266's or other ESP32's with sensors. My GitHub repository: github.com/bdash9/ESP32-Communicates-ESP8266-ESPNow Origional code is found here: github.com/arvindr21 I am using the Adafruit ESP32-S2 TFT feather: www.adafruit....
ESP-8266 Deauther
มุมมอง 562ปีที่แล้ว
Today we will be checking out SpacehuhnTech's deauther code on a ESP-8266! It is slick and functional. Here is SpacehuhnTech GitHub repository: github.com/SpacehuhnTech/esp8266_deauther
ESP32 YouTube Channel Statistics
มุมมอง 272ปีที่แล้ว
Today we are going to use the TH-cam API (via Google Developer) to grab some stats on the Dash9Computing channel. Github repository for the code: github.com/bdash9/ESP32-TH-cam_stats_reader/tree/main Adafruit Feather TFT EPS32: www.adafruit.com/product/5300
ESP32 Random Projects
มุมมอง 601ปีที่แล้ว
I have been busier than a one armed wallpaper hanger with poison ivy! So here is a smattering of projects I have that might be of interest. Most of it is other peoples modified code and i will put links to the code below. I am using the Adafruit ESP32-S2 TFT feather: www.adafruit.com/product/5300 T-Rex: github.com/bdash9/ESP32-T-Rex/tree/main Basic http server: Orig code: github.com/espressif/a...
ESP32 Fileserver/web server with wifi and HTTPS control!
มุมมอง 4.3Kปีที่แล้ว
ESP32 Fileserver/web server with wifi and HTTPS control!
Hacking/De-authenticating my WIZ lights and HP printer!
มุมมอง 598ปีที่แล้ว
Hacking/De-authenticating my WIZ lights and HP printer!
ESP32 ChatGPT Inspirational Quote Generator
มุมมอง 702ปีที่แล้ว
ESP32 ChatGPT Inspirational Quote Generator
ESP32 Control LED/NeoPixel from a webpage
มุมมอง 700ปีที่แล้ว
ESP32 Control LED/NeoPixel from a webpage
ESP32: Capacitive touch sensitive controller
มุมมอง 897ปีที่แล้ว
ESP32: Capacitive touch sensitive controller
Batocera: Retro-gaming emulator on RaspberryPi
มุมมอง 135ปีที่แล้ว
Batocera: Retro-gaming emulator on RaspberryPi
thank you !!
For anyone mounting anything to the acrylic case. Make sure you use flat washers against the acrylic ! Anything that tightens with a point will cause cracks !!
Did you ever figure out the controls? I’m stumped! I’ve tried reconfiguring the axis in several different locations to no avail
I am sorry to say I didn't! I tried a couple things and then I was unable to connect to the watch. LilyGo said the port died and refunded my money.
@@dash9computing thanks for the reply its driving me bonkers, Ive remapped it several different ways within the code with no change at all
Neat kinda what I was looking for , lol more steps than I thought it would be. Thank you for sharing.
@4:00 "The USB-C cord, you have to change the polarity in order to connect" ..... siiiigggghhh, 1 hour of troubleshooting and all I needed to do was flip the USB C cord around!
I have been there! Took me a while to figure it out too! It is a cool idea but confusing.
There are 3d printable shells with openings. Tried one?
I didn't;t know they made these! Sweet! I will check them out. Thanks
This is perfect, just curious if you have any estimates of file speed or file size maximums? I know a lot of other esp32 projects with wifi or asyncwebserver use have low speeds and 500mb transfer limits. With WIFI through router off, does this still perform as an access point? Im searching for a real simple solution for a mobile AP Storage system. A web GUI seems the most user friendly. But i am needing something as seamless as a flash drive transfer.
I am sorry, I never did any speed testing. It isn't "fast" as it is 2.4Ghz wifi. There are controllers out or coming out soon that are 5G! I didn't upload big files. I was just using the onboard memory so it was fast but on the smaller side 8MB. You could use a USB but that will slow transfer speeds down a hair. Wish I could help more. If you give it a go please let me know!
Hi can you share the list or the zip of games that you found if possible? Im trying to find all the games, i used to play them when i was a kid, but i dont remember the names anymore. Ill appreciate the help ☺️
001. Super Mario Bros.nes 002. Super Mario Bros2.nes 003. Super Mario Bros3.nes 004. Contra 1.nes 005. Contra 2.nes 006. Kunio Down Town (Original).nes 007. Kunio Downtown (New) (J).nes 008. Kunio Samurai (J).nes 009. Kunio Downtown Sports.nes 010. Kunio Dodgeball.nes 011. Kunio Soccer.nes 012. Kunio Basketball.nes 013. Kunio Hockey.nes 014. Kunio Crash n The Boys Street Challenge.nes 015. Captain Tsubasa 1 (Jap).nes 016. Captain Tsubasa 2 (Jap).nes 017. Rockman 1.nes 018. Rockman 2.nes 019. Rockman 3.nes 020. Rockman 4.nes 021. Rockman 5.nes 022. Rockman 6.nes 023. Adventure_island1.nes 024. Adventure_island2.nes 025. Adventure_island3.nes 026. Chip n Dale 1.nes 027. Chip n Dale 2.nes 028. Castlevania 1.nes 029. Castlevania 2.nes 030. castlevania3.nes 031. Turtle Ninja 1.nes 032. Turtle Ninja 2.nes 033. Turtle Ninja 3.nes 034.10-Yard Fight (U).nes 035. Kamen no Ninja - Akakage.nes 036. Solomon's Key.nes 037. Jump World.nes 038.1942 (JU).nes 039. Dragon Ball 2.nes 040. Dragon Ball 3.nes 041. Dragon Ball Z.nes 042. Dragon Ball Z II.nes 043.100 Man $ Kid - Maboroshi no Teiou Hen (J).nes 044. Nin Uchi Mahjong (J).nes 045.1943 (J).nes 046. 1943.nes 047.1999 - Hore, Mitakotoka! Seikimatsu (J).nes 048. Amagon.nes 049. B-wing.nes 050. Dragon Ball Z Special.nes 051. Batman.nes 052.Nin Uchi Mahjong (J).nes 053. Batman_returns.nes 054. Battle_toads.nes 055. Battle City.nes 056. Bomber_man.nes 057. Bomber_man2.nes 058. Circus charlie.nes 059. Double_dragon1.nes 060. Double_dragon2.nes 061. Double_dragon3.nes 062.Eyes (J).nes 063. Duck_tales.nes 064. Duck_tales2.nes 065. Dig_dug1.nes 066.Eyes (J).nes 067. Donkey_kong.nes 068. Donkey_kong_classics.nes 069. Donkey_kong_jr.nes 070. Donkey_kong_jr_math.nes 071. Donkey_kong3.nes 072. Dr. Mario.nes 073. Excite_bike.nes 074. F-1 Race.nes 075. Cat Ninden Teyandee.nes 076. Faxanadu (USA).nes 077. Galaga.nes 078. Goonies1.nes 079. Goonies2.nes 080. Gradius.nes 081. Gunsmoke.nes 082. Ice Climber (J).nes 083. Ice_hockey.nes 084. Ikari_warriors1.nes 085.Abadox (J).nes 086. Ikari_warriors3.nes 087. Jackal.nes 088. Joe_&_mac.nes 089. Karnov.nes 090. Kung-Fu.nes 091. Yie Ar Kung-Fu.nes 092. Legend_of_kage.nes 093. Lode_runner.nes 094. Metal_gear.nes 095. Metroid.nes 096. Ninja_gaiden1.nes 097. Ninja_gaiden2.nes 098. Ninja_gaiden3.nes 099. Punch_out.nes 100. Prince_of_persia.nes 101. Pro_wrestling.nes 102. pacman.nes 103. Rambo.nes 104. Robo_cop 1.nes 105. Robo_cop 2.nes 106. Robo_cop 3.nes 107. Rush_n_attack.nes 108. Rygar.nes 109. Saint Seiya 1.nes 110.Abadox (U).nes 111. Sidepocket.nes 112. Saint Seiya 2.nes 113. Star Wars 2.nes 114. TwinBee 1.nes 115. TwinBee 2.nes 116. Felix The Cat.nes 117. Hitler Top Secret.nes 118. Zelda 1.nes 119. Zelda 2.nes 120. 720.nes 121. 10_yard_fight.nes 122. a_boy_and_his_blob.nes 123. Abadox.nes 124. Addams_family.nes 125. Adventures_in_the_magic_kingdom.nes 126. adventures_of_bayou_billy.nes 127. adventures_of_dino_riki.nes 128. Star Wars 1.nes 129.Yard Fight (U).nes 130.Adventure Island Classic (E).nes 131. adventures_of_Tom_sawyer.nes 132. Air_fortress.nes 133. Airwolf.nes 134. Al_unser_racing.nes 135. alfred_Chicken.nes 136. Alien_syndrome.nes 137. alien3.nes 138. All_pro_basketball.nes 139. American_gladiators.nes 140. Anticipation.nes 141. Arch_rivals.nes 142. Archon.nes 143. Arkanoid.nes 144. Astyanax.nes 145. Athena.nes 146. Athletic_world.nes 147. Attack_of_the_killer_tomatoes.nes 148. Baby_Boomer.nes 149.Adventures in the Magic Kingdom (E).nes 150. Back_to_the_future_23.nes 151. Bad_dudes.nes 152.Adventures in the Magic Kingdom (U).nes 153. Bad_street_brawler.nes 154.Adventures of Lolo (U).nes 155.Adventures of Lolo (J).nes 156. Barbie.nes 157. Bard's_tale.nes 158. Base_wars.nes 159. Baseball.nes 160. Baseball_simulator.nes 161. Baseball_stars.nes 162. Baseball_stars2.nes 163. Bases_loaded.nes 164. Bases_loaded2.nes 165. Bases_loaded3.nes 166. Bases_loaded4.nes 167. Battle_chess.nes 168.Adventures of Lolo 2 (J).nes 169.Adventures of Lolo 2 (U).nes 170. Battletoads_and_double_dragon.nes 171. beetle_juice.nes 172. Best_of_the_best.nes 173. big_bird's_hide_and_speak.nes 174. Big_foot.nes 175. bill_and_ted's_excellent_adventure.nes 176. bill_elliot's_nascar_challenge.nes 177. Bionic_commando.nes 178. Black_bass.nes 179. blades_of_steel.nes 180.Adventures of Lolo 3 (U).nes 181. Bo_jackson_baseball.nes 182. Boulder_dash.nes 183. Breakthru.nes 184. bub.nes 185. Bubble_bobble.nes 186. Bubble_bobble2.nes 187. Bucky_O'hare.nes 188. bugs_bunny_birthday_blowout.nes 189. Bugs_bunny_crazy_castle.nes 190. Bump_n_jump.nes 191. Burai_fighter.nes 192. Burger_time.nes 193. Cabal.nes 194. Caesar's_palace.nes 195. California_games.nes 196. Captain_america.nes 197. Captain_planet.nes 198. Captain_skyhawk.nes 199. Casino_kid.nes 200.Adventures of Rocky and Bullwinkle and Friends, The (U).nes 201.Adventures of Tom Sawyer (U).nes 202. Castle_of_dragon.nes 203. Caveman_games.nes 204. Championship_bowling.nes 205. Championship_pool.nes 206. Chase_hq.nes 207. Chiller.nes 208. Chubby_cherub.nes 209. Circus_caper.nes 210.After Burner (U).nes 211.After Burner 2 (J).nes 212. clash_at_demonhead.nes 213. Clu_clu_land.nes 214. Cobra_command.nes 215. Cobra_triangle.nes 216. codename_viper.nes 217.Aigiina no Yogen - From The Legend of Balubalouk (J).nes 218. Conan.nes 219.Air Fortress (J).nes 220. Conqest_of_the_crystal_palace.nes 221. Contra Force (U).nes 222. Contra_force.nes 223. Crash_dummies.nes 224. Crash_n_the_boys_street_challenge.nes 225.Air Fortress (U).nes 226. Crystalis.nes 227. Cyberball.nes 228. Cybernoid.nes 229. Darkman.nes 230. Darkwing_duck.nes 231. Day_dreamin'_davey.nes 232.Akumajou Densetsu (J).nes 233. Deadly_towers.nes 234. defender.nes 235. Defender_of_the_crown.nes 236. Defender2.nes 237. Defenders_of_the_dynatron_city.nes 238. Deja_vu.nes 239. Demon_sword.nes 240. Destiny_of_an_emperor.nes 241. Dick_tracy.nes 242. Die_hard.nes 243. Digger.nes 244. Dirty_harry.nes 245. dk.nes 246. Double_dribble.nes 247.Akumajou Dracula (J).nes 248. dracula.nes 249. Dragon_fighter.nes 250. Dragon_power.nes 251. Dragon_spirit.nes 252. Dragon_strike.nes 253. Dragon_warrior.nes 254. Dragon_warrior2.nes 255. Dragon_warrior3.nes 256.Alpha Mission (U).nes 257. Dragons'_lair.nes 258.Arabian Dream Sherazaado (J).nes 259.Arkanoid (J).nes 260. Dungeon_magic.nes 261.Arkanoid (U).nes 262. Dynowarz.nes 263. Elevator_action.nes 264. Eliminator_boat_duel.nes 265. Empire_strikes_back.nes 266. excite.nes 267. exodus.nes 268. f_117_stealth.nes 269.Arkista's Ring (U).nes 270.ASO - Armored Scrum Object (J).nes 271. Family_feud.nes 272.Asterix (E).nes 273. faria.nes 274. Fast_break.nes 275. Felix_the_cat.nes 276. Fester's_quest.nes 277. Fighting_golf.nes 278.Astro Robo Sasa (J).nes 279. flintstones.nes 280. Flying_dragon.nes 281. Flying_warriors.nes 282. formula_one_built_to_win.nes 283. Frankenstein.nes 284. freedom_force.nes 285. friday_the_13th.nes 286. Galaxy_5000.nes 287.Attack Animal Gakuen (J).nes 288. Gargoyle's_quest2.nes 289. Gauntlet.nes 290. Gauntlet2.nes 291. George_foreman's_KO_boxing.nes 292. Ghost_&_goblins.nes 293. Ghost_busters.nes 294. Ghost_busters2.nes 295. GI_joe.nes 296. GI_joe_atlantis_factor.nes 297. Gilligan's_island.nes 298. goal.nes 299. Godzilla.nes 300. Godzilla2.nes 301. Gold_medal_challenge.nes 302. Golf.nes 303. Golf_grand_slam.nes 304. Golgo_13.nes 305. Gotcha.nes 306. Gremlins2.nes 307. Guardian_legend.nes 308. Guerilla_war.nes 309.Babel no Tou (J).nes 310. Gun_nac.nes 311. Gyromite.nes 312. Gyruss.nes 313. Harlem_globetrotters.nes 314. Hatris.nes 315.Bad News Baseball (U).nes 316. Heavy_shreddin'.nes 317. Heroes_of_the_lance.nes 318. Hogan's_alley.nes 319. Home_alone.nes 320. Home_alone2.nes 321. Hook.nes 322. Hoops.nes 323.Balloon Fight (E).nes 324.Balloon Fight (JU).nes 325. hunt_for_red_october.nes 326. Hydlide.nes 327. Immortal.nes 328. Indiana_jones_and_the_last_crusade.nes 329. Indiana_jones_and_the_temple_of_doom.nes 330. Indy_heat.nes 331.Baltron (J).nes 332. Iron_tank.nes 333. Isolated_warrior.nes 334. Jack_nicklaus_golf.nes 335.Batman (E).nes 336. james_bond_jr.nes 337. Jaws.nes 338. Jeopardy_25th_anniversary.nes 339. Jeopardy_jr.nes 340. Jetsons.nes 341. Jimmy_connors_tennis.nes 342. Jordan_vs_bird.nes 343. Journey_to_silius.nes 344.Batsu & Terii (J).nes 345. Jungle_book.nes 346. Jurassic_park.nes 347.Battle City (J).nes 348. Karate_kid.nes 349. Kick_master.nes 350. Kickle_cubicle.nes 351. Kid_icarus.nes 352. Kid_kool.nes 353. Kid_niki.nes 354.Battle of Olympus, The (E).nes 355. king_of_the_ring.nes 356. Kings_knight.nes 357. King's_quest_5.nes 358. Kirby's_adventure.nes 359. Kiwi_kraze.nes 360. Klash_ball.nes 361.Battle of Olympus, The (U).nes 362. Knight_rider.nes 363.Battle Storm (J).nes 364. Krion_conquest.nes 365. Krusty's_fun_house.nes 366. Kung_fu_heroes.nes 367. laser_invasion.nes 368. Legacy_of_the_wizard.nes 369.Battleship (U).nes 370. Legends_of_the_diamond.nes 371.Bionic Commando (U).nes 372. Life_force.nes 373.Blades of Steel (E).nes 374. little_mermaid.nes 375. little_nemo.nes 376. Little_ninja_brothers.nes 377. Lone_ranger.nes 378. Loopz.nes 379. Low_g_man.nes 380. Lunar_pool.nes 381. M_c_kids.nes 382. Mach_rider.nes 383. Mad_max.nes 384. Mafat_conspiracy.nes 385. magic_darts.nes 386. magic_of_scheherazade.nes 387. Magician.nes 388. Magmax.nes 389. Maniac_mansion.nes 390. Mappy_land.nes 391. Marble_madness.nes 392. Mario_brothers.nes 393. mario_is_missing.nes 394. Mario's_time_machine.nes 395. marvel's_x-men.nes 396. Master_chu_&_the_drunkard_hu.nes 397. Mechanized_attack.nes 398. Mendel_palace.nes 399. Metal_fighter.nes 400. Metal_mech.nes 401. Metal_storm.nes 402. Micro_machines.nes 403. Might_&_magic.nes 404. mighty_bombjack.nes 405. Mighty_final_fight.nes 406.Blades of Steel (U).nes 407. Milon's_secret_castle.nes 408. Mission_cobra.nes 409. Mission_impossible.nes 410. Monopoly.nes 411. Monster_in_my_pocket.nes 412. Motor_city_patrol.nes 413. Ms_pacman.nes 414. Mule.nes
001. Super Mario Bros.nes 002. Super Mario Bros2.nes 003. Super Mario Bros3.nes 004. Contra 1.nes 005. Contra 2.nes 006. Kunio Down Town (Original).nes 007. Kunio Downtown (New) (J).nes 008. Kunio Samurai (J).nes 009. Kunio Downtown Sports.nes 010. Kunio Dodgeball.nes 011. Kunio Soccer.nes 012. Kunio Basketball.nes 013. Kunio Hockey.nes 014. Kunio Crash n The Boys Street Challenge.nes 015. Captain Tsubasa 1 (Jap).nes 016. Captain Tsubasa 2 (Jap).nes 017. Rockman 1.nes 018. Rockman 2.nes 019. Rockman 3.nes 020. Rockman 4.nes 021. Rockman 5.nes 022. Rockman 6.nes 023. Adventure_island1.nes 024. Adventure_island2.nes 025. Adventure_island3.nes 026. Chip n Dale 1.nes 027. Chip n Dale 2.nes 028. Castlevania 1.nes 029. Castlevania 2.nes 030. castlevania3.nes 031. Turtle Ninja 1.nes 032. Turtle Ninja 2.nes 033. Turtle Ninja 3.nes 034.10-Yard Fight (U).nes 035. Kamen no Ninja - Akakage.nes 036. Solomon's Key.nes 037. Jump World.nes 038.1942 (JU).nes 039. Dragon Ball 2.nes 040. Dragon Ball 3.nes 041. Dragon Ball Z.nes 042. Dragon Ball Z II.nes 043.100 Man $ Kid - Maboroshi no Teiou Hen (J).nes 044. Nin Uchi Mahjong (J).nes 045.1943 (J).nes 046. 1943.nes 047.1999 - Hore, Mitakotoka! Seikimatsu (J).nes 048. Amagon.nes 049. B-wing.nes 050. Dragon Ball Z Special.nes 051. Batman.nes 052.Nin Uchi Mahjong (J).nes 053. Batman_returns.nes 054. Battle_toads.nes 055. Battle City.nes 056. Bomber_man.nes 057. Bomber_man2.nes 058. Circus charlie.nes 059. Double_dragon1.nes 060. Double_dragon2.nes 061. Double_dragon3.nes 062.Eyes (J).nes 063. Duck_tales.nes 064. Duck_tales2.nes 065. Dig_dug1.nes 066.Eyes (J).nes 067. Donkey_kong.nes 068. Donkey_kong_classics.nes 069. Donkey_kong_jr.nes 070. Donkey_kong_jr_math.nes 071. Donkey_kong3.nes 072. Dr. Mario.nes 073. Excite_bike.nes 074. F-1 Race.nes 075. Cat Ninden Teyandee.nes 076. Faxanadu (USA).nes 077. Galaga.nes 078. Goonies1.nes 079. Goonies2.nes 080. Gradius.nes 081. Gunsmoke.nes 082. Ice Climber (J).nes 083. Ice_hockey.nes 084. Ikari_warriors1.nes 085.Abadox (J).nes 086. Ikari_warriors3.nes 087. Jackal.nes 088. Joe_&_mac.nes 089. Karnov.nes 090. Kung-Fu.nes 091. Yie Ar Kung-Fu.nes 092. Legend_of_kage.nes 093. Lode_runner.nes 094. Metal_gear.nes 095. Metroid.nes 096. Ninja_gaiden1.nes 097. Ninja_gaiden2.nes 098. Ninja_gaiden3.nes 099. Punch_out.nes 100. Prince_of_persia.nes 101. Pro_wrestling.nes 102. pacman.nes 103. Rambo.nes 104. Robo_cop 1.nes 105. Robo_cop 2.nes 106. Robo_cop 3.nes 107. Rush_n_attack.nes 108. Rygar.nes 109. Saint Seiya 1.nes 110.Abadox (U).nes 111. Sidepocket.nes 112. Saint Seiya 2.nes 113. Star Wars 2.nes 114. TwinBee 1.nes 115. TwinBee 2.nes 116. Felix The Cat.nes 117. Hitler Top Secret.nes 118. Zelda 1.nes 119. Zelda 2.nes 120. 720.nes 121. 10_yard_fight.nes 122. a_boy_and_his_blob.nes 123. Abadox.nes 124. Addams_family.nes 125. Adventures_in_the_magic_kingdom.nes 126. adventures_of_bayou_billy.nes 127. adventures_of_dino_riki.nes 128. Star Wars 1.nes 129.Yard Fight (U).nes 130.Adventure Island Classic (E).nes 131. adventures_of_Tom_sawyer.nes 132. Air_fortress.nes 133. Airwolf.nes 134. Al_unser_racing.nes 135. alfred_Chicken.nes 136. Alien_syndrome.nes 137. alien3.nes 138. All_pro_basketball.nes 139. American_gladiators.nes 140. Anticipation.nes 141. Arch_rivals.nes 142. Archon.nes 143. Arkanoid.nes 144. Astyanax.nes 145. Athena.nes 146. Athletic_world.nes 147. Attack_of_the_killer_tomatoes.nes 148. Baby_Boomer.nes 149.Adventures in the Magic Kingdom (E).nes 150. Back_to_the_future_23.nes 151. Bad_dudes.nes 152.Adventures in the Magic Kingdom (U).nes 153. Bad_street_brawler.nes 154.Adventures of Lolo (U).nes 155.Adventures of Lolo (J).nes 156. Barbie.nes 157. Bard's_tale.nes 158. Base_wars.nes 159. Baseball.nes 160. Baseball_simulator.nes 161. Baseball_stars.nes 162. Baseball_stars2.nes 163. Bases_loaded.nes 164. Bases_loaded2.nes 165. Bases_loaded3.nes 166. Bases_loaded4.nes 167. Battle_chess.nes 168.Adventures of Lolo 2 (J).nes 169.Adventures of Lolo 2 (U).nes 170. Battletoads_and_double_dragon.nes 171. beetle_juice.nes 172. Best_of_the_best.nes 173. big_bird's_hide_and_speak.nes 174. Big_foot.nes 175. bill_and_ted's_excellent_adventure.nes 176. bill_elliot's_nascar_challenge.nes 177. Bionic_commando.nes 178. Black_bass.nes 179. blades_of_steel.nes 180.Adventures of Lolo 3 (U).nes 181. Bo_jackson_baseball.nes 182. Boulder_dash.nes 183. Breakthru.nes 184. bub.nes 185. Bubble_bobble.nes 186. Bubble_bobble2.nes 187. Bucky_O'hare.nes 188. bugs_bunny_birthday_blowout.nes 189. Bugs_bunny_crazy_castle.nes 190. Bump_n_jump.nes 191. Burai_fighter.nes 192. Burger_time.nes 193. Cabal.nes 194. Caesar's_palace.nes 195. California_games.nes 196. Captain_america.nes 197. Captain_planet.nes 198. Captain_skyhawk.nes 199. Casino_kid.nes 200.Adventures of Rocky and Bullwinkle and Friends, The (U).nes
201.Adventures of Tom Sawyer (U).nes 202. Castle_of_dragon.nes 203. Caveman_games.nes 204. Championship_bowling.nes 205. Championship_pool.nes 206. Chase_hq.nes 207. Chiller.nes 208. Chubby_cherub.nes 209. Circus_caper.nes 210.After Burner (U).nes 211.After Burner 2 (J).nes 212. clash_at_demonhead.nes 213. Clu_clu_land.nes 214. Cobra_command.nes 215. Cobra_triangle.nes 216. codename_viper.nes 217.Aigiina no Yogen - From The Legend of Balubalouk (J).nes 218. Conan.nes 219.Air Fortress (J).nes 220. Conqest_of_the_crystal_palace.nes 221. Contra Force (U).nes 222. Contra_force.nes 223. Crash_dummies.nes 224. Crash_n_the_boys_street_challenge.nes 225.Air Fortress (U).nes 226. Crystalis.nes 227. Cyberball.nes 228. Cybernoid.nes 229. Darkman.nes 230. Darkwing_duck.nes 231. Day_dreamin'_davey.nes 232.Akumajou Densetsu (J).nes 233. Deadly_towers.nes 234. defender.nes 235. Defender_of_the_crown.nes 236. Defender2.nes 237. Defenders_of_the_dynatron_city.nes 238. Deja_vu.nes 239. Demon_sword.nes 240. Destiny_of_an_emperor.nes 241. Dick_tracy.nes 242. Die_hard.nes 243. Digger.nes 244. Dirty_harry.nes 245. dk.nes 246. Double_dribble.nes 247.Akumajou Dracula (J).nes 248. dracula.nes 249. Dragon_fighter.nes 250. Dragon_power.nes 251. Dragon_spirit.nes 252. Dragon_strike.nes 253. Dragon_warrior.nes 254. Dragon_warrior2.nes 255. Dragon_warrior3.nes 256.Alpha Mission (U).nes 257. Dragons'_lair.nes 258.Arabian Dream Sherazaado (J).nes 259.Arkanoid (J).nes 260. Dungeon_magic.nes 261.Arkanoid (U).nes 262. Dynowarz.nes 263. Elevator_action.nes 264. Eliminator_boat_duel.nes 265. Empire_strikes_back.nes 266. excite.nes 267. exodus.nes 268. f_117_stealth.nes 269.Arkista's Ring (U).nes 270.ASO - Armored Scrum Object (J).nes 271. Family_feud.nes 272.Asterix (E).nes 273. faria.nes 274. Fast_break.nes 275. Felix_the_cat.nes 276. Fester's_quest.nes 277. Fighting_golf.nes 278.Astro Robo Sasa (J).nes 279. flintstones.nes 280. Flying_dragon.nes 281. Flying_warriors.nes 282. formula_one_built_to_win.nes 283. Frankenstein.nes 284. freedom_force.nes 285. friday_the_13th.nes 286. Galaxy_5000.nes 287.Attack Animal Gakuen (J).nes 288. Gargoyle's_quest2.nes 289. Gauntlet.nes 290. Gauntlet2.nes 291. George_foreman's_KO_boxing.nes 292. Ghost_&_goblins.nes 293. Ghost_busters.nes 294. Ghost_busters2.nes 295. GI_joe.nes 296. GI_joe_atlantis_factor.nes 297. Gilligan's_island.nes 298. goal.nes 299. Godzilla.nes 300. Godzilla2.nes 301. Gold_medal_challenge.nes 302. Golf.nes 303. Golf_grand_slam.nes 304. Golgo_13.nes 305. Gotcha.nes 306. Gremlins2.nes 307. Guardian_legend.nes 308. Guerilla_war.nes 309.Babel no Tou (J).nes 310. Gun_nac.nes 311. Gyromite.nes 312. Gyruss.nes 313. Harlem_globetrotters.nes 314. Hatris.nes 315.Bad News Baseball (U).nes 316. Heavy_shreddin'.nes 317. Heroes_of_the_lance.nes 318. Hogan's_alley.nes 319. Home_alone.nes 320. Home_alone2.nes 321. Hook.nes 322. Hoops.nes 323.Balloon Fight (E).nes 324.Balloon Fight (JU).nes 325. hunt_for_red_october.nes 326. Hydlide.nes 327. Immortal.nes 328. Indiana_jones_and_the_last_crusade.nes 329. Indiana_jones_and_the_temple_of_doom.nes 330. Indy_heat.nes 331.Baltron (J).nes 332. Iron_tank.nes 333. Isolated_warrior.nes 334. Jack_nicklaus_golf.nes 335.Batman (E).nes 336. james_bond_jr.nes 337. Jaws.nes 338. Jeopardy_25th_anniversary.nes 339. Jeopardy_jr.nes 340. Jetsons.nes 341. Jimmy_connors_tennis.nes 342. Jordan_vs_bird.nes 343. Journey_to_silius.nes 344.Batsu & Terii (J).nes 345. Jungle_book.nes 346. Jurassic_park.nes 347.Battle City (J).nes 348. Karate_kid.nes 349. Kick_master.nes 350. Kickle_cubicle.nes 351. Kid_icarus.nes 352. Kid_kool.nes 353. Kid_niki.nes 354.Battle of Olympus, The (E).nes 355. king_of_the_ring.nes 356. Kings_knight.nes 357. King's_quest_5.nes 358. Kirby's_adventure.nes 359. Kiwi_kraze.nes 360. Klash_ball.nes 361.Battle of Olympus, The (U).nes 362. Knight_rider.nes 363.Battle Storm (J).nes 364. Krion_conquest.nes 365. Krusty's_fun_house.nes 366. Kung_fu_heroes.nes 367. laser_invasion.nes 368. Legacy_of_the_wizard.nes 369.Battleship (U).nes 370. Legends_of_the_diamond.nes 371.Bionic Commando (U).nes 372. Life_force.nes 373.Blades of Steel (E).nes 374. little_mermaid.nes 375. little_nemo.nes 376. Little_ninja_brothers.nes 377. Lone_ranger.nes 378. Loopz.nes 379. Low_g_man.nes 380. Lunar_pool.nes 381. M_c_kids.nes 382. Mach_rider.nes 383. Mad_max.nes 384. Mafat_conspiracy.nes 385. magic_darts.nes 386. magic_of_scheherazade.nes 387. Magician.nes 388. Magmax.nes 389. Maniac_mansion.nes 390. Mappy_land.nes 391. Marble_madness.nes 392. Mario_brothers.nes 393. mario_is_missing.nes 394. Mario's_time_machine.nes 395. marvel's_x-men.nes 396. Master_chu_&_the_drunkard_hu.nes 397. Mechanized_attack.nes 398. Mendel_palace.nes 399. Metal_fighter.nes 400. Metal_mech.nes
401. Metal_storm.nes 402. Micro_machines.nes 403. Might_&_magic.nes 404. mighty_bombjack.nes 405. Mighty_final_fight.nes 406.Blades of Steel (U).nes 407. Milon's_secret_castle.nes 408. Mission_cobra.nes 409. Mission_impossible.nes 410. Monopoly.nes 411. Monster_in_my_pocket.nes 412. Motor_city_patrol.nes 413. Ms_pacman.nes 414. Mule.nes 415. Muscle.nes 416. Mystery_quest.nes 417. Narc.nes 418. Nes_open_golf.nes 419. NFL.nes 420. Nightmare_on_elm_street.nes 421. Nightshade.nes 422.Blaster Master (E).nes 423. Nobunaga's_ambition.nes 424.Blaster Master (Prototype) (U).nes 425. North_&_south.nes 426. Operation_wolf.nes 427. Orb-3d.nes 428. Othello.nes 429. Overlord.nes 430. Pac_manL.nes 431. Pac_manU.nes 432. paperboy.nes 433. Paperboy2.nes 434. pan_&_the_pirates.nes 435. Phantom_fighter.nes 436. Pictionary.nes 437. Pinball.nes 438. Pinball_quest.nes 439.Blaster Master (U).nes 440. Pirates.nes 441. Platoon.nes 442. play_action_football.nes 443. po.nes 444. Popeye.nes 445. Pow.nes 446. Power_blade.nes 447. Power_blade2.nes 448. Power_punch2.nes 449. Predator.nes 450. princess_tomato.nes 451. pro.nes 452. pro_am.nes 453. pro_am2.nes 454. Punisher.nes 455. Puss_N_boot.nes 456. Puzzle.nes 457.Blues Brothers, The (U).nes 458. Q_bert.nes 459. quantum_fighter.nes 460.Bokosuka Wars (J).nes 461. Race_america.nes 462. Racket_attack.nes 463. Rad_gravity.nes 464. Rad_racer.nes 465. Rad_racer2.nes 466. Man $ Kid - Maboroshi no Teiou Hen (J).nes 467.1942 (JU).nes 468. Rampage.nes 469. Rampart.nes 470. Rbi_baseball.nes 471. Rbi_baseball2.nes 472. Rbi_baseball3.nes 473. Remote_control.nes 474. Ren_&_stimpy_buckaroos.nes 475. Renegade.nes 476.1943 (J).nes 477. rescue_rangers.nes 478. rescue_rangers2.nes 479. Ring_king.nes 480. river_city_ransom.nes 481. Road_blasters.nes 482. Road_runner.nes 483. Robin_hood.nes 484. Robo_warrior.nes 485. Rock_n_ball.nes 486. Rocketeer.nes 487. Rockin_kats.nes 488. Rocky_&_bullwinkle.nes 489. Roger_clemens.nes 490. Roller_games.nes 491. Rollerball.nes 492. Rolling_thunder.nes 493. Romance_of_the_three_kingdoms.nes 494.Hore, Mitakotoka! Seikimatsu (J).nes 495.1942.nes 496. Roundball.nes 497. Scat.nes 498. Section_z.nes 499. Seicross.nes 500. Sesame_abc.nes 501. Shadow_of_the_ninja.nes 502. Shadowgate.nes 503. Shatter_hand.nes 504. Shingen_the_ruler.nes 505.Abadox (J).nes 506.Abadox (U).nes 507. Silent_service.nes 508. Silk_worm.nes 509. Silver_surfer.nes 510. simpsons_bart_meets_radioactive_man.nes 511. simpsons_bart_vs_space_mutants.nes 512. simpsons_bart_vs_the_world.nes 513. Skate_or_die.nes 514. Skate_or_die2.nes 515. Ski_or_die.nes 516. Sky_kid.nes 517. Sky_shark.nes 518. Slalom.nes 519. Smash_tv.nes 520. Smb3.nes 521. Snake_rattle_&_roll.nes 522. Snakes_revenge.nes 523. Snoopy_silly_sports.nes 524. Snow_brothers.nes 525. Soccer.nes 526. Solar_jetman.nes 527. Solomon's_key.nes 528.Action in New York (E).nes 529. Sonic The Hedgehog (Unl) [!].nes 530. space.nes 531.AD&D Dragon Strike (U).nes 532. Spiderman.nes 533.AD&D Hillsfar (U).nes 534. Spy_hunter.nes 535. Spy_vs_spy.nes 536. Sqoon.nes 537. Stack_up.nes 538. Star_force.nes 539. Star_soldier.nes 540. Star_trek_25th_anniversary.nes 541. Star_trek_next_generation.nes 542.AD&D Hillsfar (J).nes 543. Startropics.nes 544. Stealth.nes 545. Stinger.nes 546. Street_cop.nes 547. Street_fighter_2010.nes 548. Strider.nes 549.Adventure Island Classic (E).nes 550. Super Donkey Kong 2.nes 551. Super Mario Bros. + Duck Hunt.nes 552.Adventures in the Magic Kingdom (E).nes 553. Super Mario World.nes 554. Super_c.nes 555. Super_dodge_ball.nes 556. Super_glove_ball.nes 557.Adventures in the Magic Kingdom (U).nes 558.Adventures of Lolo 2 (J).nes 559. super_offroad.nes 560. Super_pitfall.nes 561.Adventures of Lolo 2 (U).nes 562.Adventures of Lolo 3 (U).nes 563. Super_spy_hunter.nes 564. SUPERC.NES 565.Adventures of Lolo (U).nes 566. swamp_thing.nes 567. Sword_master.nes 568. Swords_&_serpants.nes 569. T&c_surf_design.nes 570. Taboo.nes 571. Tag_team_pro_wrestling.nes 572.Adventures of Lolo (J).nes 573. Talespin.nes 574. Tecmo_baseball.nes 575. Tecmo_basketball.nes 576. Tecmo_bowl.nes 577. Tecmo_cup_soccer.nes 578. Tecmo_super_bowl.nes 579. Tecmo_wrestling.nes 580. Tennis.nes 581. Terminator_2_judgement_day.nes 582. Terra_cresta.nes 583. Tetris.nes 584. Tetris2.nes 585. Tetris-t.nes 586. three_stooges.nes 587. thrilla's_safari.nes 588.Adventures of Rocky and Bullwinkle and Friends, The (U).nes 589. Tiger_heli.nes 590. Time_lord.nes 591. Tiny_toon_adventures.nes 592. Tiny_toon_adventures2.nes 593. Tiny_toons_cartoon_workshop.nes 594. Toki.nes 595. Tom_&_jerry.nes 596. Tombs_and_treasure.nes 597. Toobin.nes 598. Top_gun.nes 599. Top_gun2.nes 600. Top_players_tennis.nes
601. Total_recall.nes 602. Totally_rad.nes 603. Touch_downd_fever.nes 604. Toxic_crusader.nes 605.Adventures of Tom Sawyer (U).nes 606. Track_&_field2.nes 607. Trog.nes 608. Trojan.nes 609.After Burner 2 (J).nes 610. Twin_cobra.nes 611. Ultima_exodus.nes 612. Ultima_quest_for_the_avatar.nes 613. Ultima_war_of_destiny.nes 614. Ultimate_air_combat.nes 615. Ultimate_basketball.nes 616. Ultimate_stuntman.nes 617.After Burner (U).nes 618.Aigiina no Yogen - From The Legend of Balubalouk (J).nes 619. Uninvited.nes 620. Untouchables.nes 621. Urban_champion.nes 622. Vegas_dreams.nes 623.Air Fortress (J).nes 624. Vice_project_doom.nes 625. Vindicators.nes 626. Volleyball.nes 627. Wacky_races.nes 628. Wall_street_kid.nes 629. Wario's_world.nes 630.Air Fortress (U).nes 631. Wayne's_world.nes 632. Werewolf.nes 633. Wheel_of_fortune.nes 634. Wheel_of_fortune_family_edition.nes 635. Wheel_of_fortune_starring_vanna_white.nes 636. where's_waldo.nes 637. who_framed_roger_rabbit.nes 638. Whomp_em.nes 639. Wild_gunman.nes 640. Willow.nes 641. Win_lose_or_draw.nes 642. Winter_games.nes 643. Wizardry.nes 644. Wizardry2.nes 645. Wizards_n_warriors.nes 646. Wizards_n_warriors2.nes 647. wizards_n_warriors3.nes 648. Wolverine.nes 649. World_championship_wrestling.nes 650. World_cup_soccer.nes 651. World_games.nes 652. Wrath_of_the_black_manta.nes 653. Wrecking_crew.nes 654. Wrestlemania.nes 655. Wrestlemania_challenge.nes 656. Wrestlemania_steel_cage_challenge.nes 657. Wurm.nes 658. Xenophobe.nes 659. Xevious.nes 660. Xexyz.nes 661. Yo_noid.nes 662. Yoshi.nes 663. Yoshi's_cookie.nes 664. Young_indiana_jones.nes 665. Zanac.nes 666. zen_intergalactic_ninja.nes 667. zoda's_revenge.nes 668. Zombie_nation.nes 669.Baseball Fighter (J).nes 670.Baseball (J).nes 671.Baseball (UE).nes 672.Akagawa Jirou no Yuurei Ressha (J).nes 673.Akumajou Densetsu (J).nes 674.Akumajou Dracula (J).nes 675.Alfred Chicken (U).nes 676.Alpha Mission (U).nes 677.Amagon (U).nes 678.Arabian Dream Sherazaado (J).nes 679.Arctic (J).nes 680.Argos no Senshi (J).nes 681.Argus (J).nes 682.Arkanoid 2 (J).nes 683.Arkanoid (J).nes 684.Arkanoid (U).nes 685.Arkista's Ring (U).nes 686.Artelius (J).nes 687.ASO - Armored Scrum Object (J).nes 688.Asterix (E).nes 689.Astro Robo Sasa (J).nes 690.Athena (J).nes 691.Athena (U).nes 692.Attack Animal Gakuen (J).nes 693.Aussie Rules Footy (E).nes 694.AV Pachi Slot (J).nes 695.Babel no Tou (J).nes 696.Baby Boomer (U).nes 697.Bad News Baseball (U).nes 698.Bakushou Jinsei Gekijoh 3 (J).nes 699.Bakushou! Star Monomane Shitennou (J).nes 700.Bakushou!! Jinsei Gekijoh 2 (J).nes 701.Balloon Fight (E).nes 702.Balloon Fight (JU).nes 703.Baltron (J).nes 704.Barker Bill's Trick Shooting (U).nes 705.Base Wars (U).nes 706.Baseball (UE).nes 707.Baseball (J).nes 708.Baseball Fighter (J).nes 709.Batman (E).nes 710.Batman (J).nes 711.Batman (Prototype) (U).nes 712.Batman (U).nes 713.Batman - Return of the Joker (U).nes 714.Batsu & Terii (J).nes 715.Battle City (J).nes 716.Battle Fleet (J).nes 717.Battle of Olympus, The (E).nes 718.Battle of Olympus, The (U).nes 719.Battle Storm (J).nes 720.Battleship (U).nes 721.Best of the Best Championship Karate (U).nes 722.Best Play Pro Yakyuu 2 (J).nes 723.Best Play Pro Yakyuu '90 (J).nes 724.Bible Adventures (V1.2) (U).nes 725.Bible Adventures (V1.3) (U).nes 726.Big Bird's Hide and Speak (U).nes 727.Big Nose the Caveman (U).nes 728.Bikkuriman World - Gekitou Sei Senshi (J).nes 729.Bill & Ted's Excellent Video Game Adventure (U).nes 730.Binary Land (J).nes 731.Bio Miracle Bokutte Upa (J).nes 732.Bionic Commando (E).nes 733.Bionic Commando (U).nes 734.Black Bass 2, The (J).nes 735.Black Bass USA, The (U).nes 736.Blades of Steel (E).nes 737.Blades of Steel (U).nes 738.Blaster Master (E).nes 739.Blaster Master (Prototype) (U).nes 740.Blaster Master (U).nes 741.Blues Brothers, The (U).nes 742.Bokosuka Wars (J).nes 743.Bomber King (J).nes 744.Bomberman 2 (J).nes 745.Bomberman 2 (U).nes 746.Bonk's Adventure (U).nes 747.Boulder Dash (E).nes 748.Boulder Dash (J).nes 749.Boulder Dash (U).nes 750.Breakthru (U).nes 751.Bubble Bath Babes (UE).nes 752.Bubble Bobble (E).nes 753.Bubble Bobble (U).nes 754.Bubble Bobble Part 2 (U).nes 755.Buggy Popper (J).nes 756.Bugs Bunny Crazy Castle, The (U).nes 757.Bugs Bunny Fun House (Prototype) (U).nes 758.Bump'n'Jump (U).nes 759.Cadillac (J).nes 760.Caesar's Palace (U).nes 761.Casino Derby (J).nes 762.Casino Kid (U).nes 763.Castle of Deceit (U).nes 764.Castle of Dragon (U).nes 765.Castlevania 2 - Simon's Quest (E).nes 766.Castlevania 2 - Simon's Quest (U).nes 767.Castlevania 3 - Dracula's Curse (E).nes 768.Castlevania 3 - Dracula's Curse (U).nes 769.Castlevania (E).nes 770.Castlevania (PRG 1) (U).nes 771.Castlevania (U).nes 772.Chack 'n Pop (J).nes 773.Challenge of the Dragon (U).nes 774.Championship Bowling (U).nes 775.Championship Bowling (J).nes 776.Championship Pool (U).nes 777.Chaos World (J).nes 778.Chiisana Obake - Acchi Socchi Kocchi (J).nes 779.Chip 'n Dale Rescue Rangers (U).nes 780.Chip 'n Dale Rescue Rangers (E).nes 781.Chip to Dale no Dai Sakusen 2 (J).nes 782.Chip to Dale no Dai Sakusen (J).nes 783.Chou Hen (Joy Van) (J).nes 784.Chou Jikuu Yousai - Macross (J).nes 785.Chou Wakusei Senki - Metafight (J).nes 786.Chu Da D (C).nes 787.Chubby Cherub (U).nes 788.Chuka Taisen (J).nes 789.Chuugoku Senseijutsu (J).nes 790.Circus Charlie (J).nes 791.City Connection (U).nes 792.Classic Concentration (U).nes 793.Clu Clu Land (JU).nes 794.Color A Dinosaur (U).nes 795.Commando (U).nes 796.Conan (U).nes 797.Contra (U).nes 798.Corvette ZR-1 Challenge (E).nes 799.Cosmic Wars (J).nes 800.Cosmo Genesis (J).nes
Is there a way to get the code I can’t seem to get it to upload.
You grabbed the code from here? github.com/harbaum/galagino Are you using ArduinoIDE? If yes, then you need to make sure you have the right settings to connect to the esp32. Check your baud, port and board type.
I see others building this and can’t find them for sale anywhere :(
Sorry to hear that! I picked up the NES cases on Amazon. Got he screen and esp32 on Aliexpress.
Is there a way to fix Super Mario Bros. crashing over and over again? I try to play Super Mario Bros. but then the game crashes at like World 4.
I am sorry to hear that it is crashing. I would try a different ROM. Different sites might have different revisions. I haven't tried any from the following article but you could try: www.reddit.com/r/nintendo/comments/ghh3sz/i_catalogued_all_the_releases_and_alternate/ Best of luck!
I need help finding replacement bulbs for my older phototron, any ideas?
Hi, I am pretty sure I used U-Bent Fluorescent Lamp, 40 W, Fluorescent Lamp, Bi-Pin G13 Medium Lamp Base, T12 Shape You can get them at most hardware stores like HomeDepot, etc. Looks like they make LED ones too now. They would have a different light spectrum but probably better than fluorescent: www.amazon.com/Luxrite-Equivalent-Fluorescent-Replacement-Certified/dp/B0B1GGQ53R/ref=sr_1_5?crid=9Y68Z4DXTYKO&dib=eyJ2IjoiMSJ9.dOFWcHVT--01Q6wA7wRKCymO-RNAhPaDMapMTqvCV6d_WTPlF8Z-XA-C9npiNiQNqGpKjo3y_OSY31Q4HdpjzxuPnZBSYW3kbRpUYarT4izUSrsgoYGy72jjBOFONja6T3A2q1ETBrf6ZR62cNl8i_xHZxYIqJiPHvj6XJoPZxqwFWFoecomtzJvWVip9z9gCM8ChH4cE1IAy1daqiewCa07hQxwrxqwuCdCGbTzMquCBN-jkhtskoYOgxGiBdS5L6uWfYz_HcTrX7IkOjmK-uHi0Ntcjyr7VhNrUEc_JVs.aj1IbwhXZJY0FEM5MBfcDF8KPDSsaG9WInkkN5RJj9k&dib_tag=se&keywords=fluorescent%2Blights%2Bu%2Bshape&qid=1725891374&sprefix=flourescent%2Blights%2Bu%2Bshap%2Caps%2C119&sr=8-5&th=1
Thanks, Sir...
good job. I used TTGO T-Display got some thing in serial monitor, nothing on its screen, what can be?
nice dude! Loving the potential with the CYD
verry cool
i tryed ALL, no luck for me compiling to cyd,, used well over 50 hours, now its time to give up 🕹
I am sorry to hear you are running into issues. I did build a very similar game with the same code on a CYD here th-cam.com/video/g8kiF1aezyA/w-d-xo.html . Hope that helps. Best of luck! Ben
I tried to upload example to check using arduino IDE & also thonny but non of the sketches are working on my T-PicoC3 screen. Could this be due to my OS windows 7
Will this not work on Arduino IDE if the laptop OS is windows 7 ? I read this somewhere !
what libraries should we download
Yo me lo hice portátil y con sonido
You made it portable and with sound....awesome!!! I found the video on your youtube page. Very nice! Lo hiciste portátil y con sonido... asombroso¡¡¡ Encontré el vídeo en tu página de youtube. ¡Muy lindo! th-cam.com/video/X9_iVhG0l6E/w-d-xo.html
Can I use without display ??
Absolutely! Just comment out anything that references the TFT. That or you could probably just leave it and if it compiles and loads, it should work you may have to install a library. I can’t remember.
Is there a step by step tutorial from scratch for using T-PicoC3
Hi, Did you get a chance to look at my Github page on the T-PicoC3? github.com/bdash9/T-picoC3-ESP32-RP2040 There is also some great info (where I got most of mine from) on Instructables.com: www.instructables.com/Parallelism-and-Much-More-on-the-T-Pico-C3/ Hope this helps, Ben
@@dash9computing Thanx for the github link. I did RP2040 Arduino procedure. & loaded & tried few example sketches & none where running & the screen shows blank. I will try with some other examples again.
@@videshx818 just make sure the correct color light is on the board when you plug in the power adapter. Remember it’s a polarized adapter so if you plug it in with one side facing up, you’ll access the RP 2040 and if you flip the connector over plug it in with the other side facing up you will access the ESP32.
@@dash9computing I did those example testing with blue light on
Wait… I recall I had to put a file on the RP 2040 with the python code in order to get the screen to work. I’m not in front of a computer right now, but it should be on my GitHub repository.
How to connect the game joystick
Check this out: github.com/harbaum/galagino/blob/main/hardware/NUNCHUCK.MD They have a link to an Adafruit adapter for the Nunchuck with will be easier than what I did. I am using an off brand nunchuck and had to do trial an error with the wiring. Let me know how it goes! Thanks, Ben
Hey so i was wondering if there was a specific file to put the roms in?
Hi, Yes, you need to create a directory called "nes" on the pybadge. I think about a minute or two into the video I show where and how. Thanks, Ben
I think the rom connection you chose is excellent. Could you share the package with all of them?
HI, I don't know about the legality of posting the ROM's. They should all be on the site I posted a link to above. There are a bunch of other sites out there (just google them up :) Thanks!
Thank you for putting this together along with the Github repositories. I was just trying it out and it looks like you made a LinkedList.h which is not in your github. around line 208 you have #include <LinkedList.h. Can you add that to your repository?
Hi Chris, I just uploaded LinkedList.h to the repo. Please let me know how it goes. Thanks, ben
you are a genius
HAHAHA! If by ham-fisting hardware and breaking things...then yes, I agree :)
You need a better mic, Hard to hear, your far away
Yes and sorry! You are 100% right. I have made strides to improve the sound in videos since then.
Can i achieve this with a rasberry pi zero with a screen r any other esp or uno ?
Absolutely! The code will need to be tweaked but the micro controllers you mentioned can handle it. Please give it a go and let me know!
what screen is it ? and thank you its a great iot device
Hi, It is a Adafruit ESP32-S2 Feather TFT. It has a built in TFT ST7789.
Couple quick questions i was wanting to pair lorawifi with a file sharing unit. Like this esp32. Will the esp32 function as a file server on its own, or does it need a support board such as arduino or rasbery pi zero as example. What i had in mind was transmit large files over lorawifi using the old p2p file sharing programs using torrents. Lora is limited on data but breaking it up sending chunks at a time being reassembled in full. Just some ideas im playing with. Trying to push lora tech. Sorry long winded but interested in your ideas
HI, The esp32 will unction as a file server on its own. You would need to use a SD card reader to store files long term. Fun ideas!
Can you make own watchfaces
Yes! You can. My watch broke unfortunately. Something in thing in the connector. LILYGO did refund my money so I can't fault them for that.
@@dash9computing how?
I recommend downloading the source code for an existing watch face and then modifying it. Here is a good video from ShotokuTech on how to do that (i think he also goes over the supporting software you need like Visual Studio Code, platformIO, etc: th-cam.com/video/Ns9cA-LP5X8/w-d-xo.html
Can i use this watch via wifi or bluetooth as a wireless microphone for a windows pc? When i tap on a button the mic is on and if i release button mic is off
That would be cool! I can say the watch has a microphone in it. As for integrating it with a Win PC....The watch does have an Analog to Digital Converters (ADC) and you could send the mic data from the watch (via wifi or bluetooth) but it might be hard to receive it on the PC. Not sure...This is out of my wheel house. Please let me know if you give it a go!
Is it possible to use it with LoRa Meshtastic ?
I bet you could as they support MQTT. meshtastic.org/docs/software/integrations/
Is Franklin holding a lightning rod?
Hi, yes he is holding a three pronged lightning rod. Good eye! Here is a link to their site chsi.harvard.edu/exhibitions/putnam-gallery
Any chance that i could convice you to be a really cool guy and make an app for the flipper zero for this to run on over gpio? The esp side should run out of the box on the devboard, im about to flash and test it, yet there's no display without the flipper and i can't write the custom code for the app to display it 🥲
Hello, I have a watch v3, please. I forgot the password. How can I restart or...
You can power cycle the watch by holding down the button on the side for 5 seconds (to turn off) then hold it down for 2 seconds (to turn it on). I never had a password. You could upload a sketch and over write the existing code and that will rest the password. Here is their code repository: github.com/Xinyuan-LilyGO/TTGO_TWatch_Library
Gmod Tool Gun
That would be way cool!
This is great work!! How did you code the games?
Thanks! No I did not code the games. The code is by Dr. Till Harbaum. There is a link in the description. It is great code!
yes games need to somehow be coded and downloaded, did you find a way ? im still stuck
Battery is very Bad 😮
I totally agree! It dies pretty quick.
Eu conheço sardinha "88", mas não é ínfimo
can you make a video and program which can display pihole data , pfsense data or notification from uptime kuma or news from google api
Display PiHole data...like query logging. Could be done...never tried. Would be say to print the query on screen. Here is a video and links to code where I send news to the ESP32 via WhatsApp. It could be modified to send news or other data from other sources. th-cam.com/video/q3a9h4hAbmE/w-d-xo.html
@@dash9computing Thanks dash
This would be super cool to see with a color e ink display. You could smooth it out a bit to make the display blend in better and it would literally look like a cartridge sitting there.
That is a very cool idea. I have never used a e-ink display. I like the idea of making the screen flush.
Buy an M17 Handheld and put MinUI on it. Way better build quality and software for emulation of everything up to and including PlayStation
I see, other people also struggle when trying to cut these plastic cases or something like that. Last time I had pretty good results clamping the plastic to the table and then use a steelruler to make the cuts, but I'm still looking for ways to improve it. With a dremel I had the same results as you, it's more melting than cutting.
Great idea to clamp it down! I will try that. Thanks!
i had it 😢
Great idea utilizing the old Bandai PAC-MAN hand held! Very entertaining video! Excellent job!
Thank you very much!
Do you have a link to this specific board?
HI, Yes here it is: www.adafruit.com/product/5300
No Board AGIN how are we to do this if we don't know the board you are using
I am using the Adafruit ESP32-S2 TFT feather: www.adafruit.com/product/5300