Giter Club home page Giter Club logo

singularity-emu's Introduction

General

The code in this repository was used as a learning exercise to understand the architecture and layout of the NES. It was also used as a learning tool for my first larger program in Rust. As such, it is not optimized and likely contains anti-patterns that experienced Rust programmers would avoid. Furthermore, there are lots of additional refinements that need to be done for this to be a production ready program (documentation, multi-threading clean-up, mapper additions, and much more).

Note that none of the code in this repository is intended to be used for bypassing copyright protections. It is solely intended to be used as a way to learn about video game console architecture of the 8-bit era.

Special Thanks

OneLoneCoder

This program could not have been created without the help of OneLoneCoder's YouTube tutorial series on how the NES architecture works. One of the bigger challenges in doing this in Rust was finding a game engine and sound engine that could be used in Rust to do some of the things that OneLoneCoder gets for 'free' from his pixel game engine.

If you want to see his implementation, you can find it here.

If you want to see his YouTube channel, you can find it here.

NES Dev Wiki

I'd also like to thank the folks at the NES Dev Wiki as it was instrumental in understanding some of the nuances and details of the system architecture. Specifically, implementing some of the illegal 6502 opcodes that are used by some games and the nestest.nes ROM which was used for verifying the 6502 implementation were indispensable to this project.

License

This code is released under the provided LICENSE file. Note that OLC_LICENSE contains the original OneLoneCoder license, as required, since his code was referenced during the making of this program.

singularity-emu's People

Contributors

jsmrcina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.