Nintaco -- NES / Famicom emulator

http://nintaco.com

Nintaco is a cycle-accurate Nintendo Entertainment System (NES) / Famicom emulator and NES Sound Format (NSF) player written in Java, ostensibly making it cross-platform. It supports the vast majority of games including those for the Famicom Disk System (FDS), Dendy and Vs. UniSystem along with a plethora of peripherals. It tracks play history, enabling the player to rewind time to undo mistakes, and to watch, export, edit and resume play at any point in the past. It supports netplay, save states, video and audio recording, video filters, screenshots, cheat codes, a debugger and a TAS editor. It can be controlled programmatically via an API. It provides automatic capturing of sprites and level maps. It even simulates R.O.B., the Robotic Operating Buddy.

this is so cool. I recently coded a Chip8 emulator to moderate success (some games wouldnt work despite my best efforts :slight_smile: but the process was a lot fun. Good work! :point:

This is cool! Emulators have always been beyond me, so major props on making this.

I’ve always been fascinated by emulators and the technology behind them. I can’t make them however, which is why they probably still seem that cool. +1

You should look at this Chip8 tutorial. I had no idea how to make emulators until I made a CHip8 one. If you have some experience in bit wise operations, it isn’t super hard.

Oh, this seems very interesting. Can I get some more information on this?
Does it use some kind of local port and packet system, or something else?