Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beforan/illnes

An ill-conceived NES emulator
https://github.com/beforan/illnes

csharp dotnet-core emulator nes-emulator

Last synced: about 1 month ago
JSON representation

An ill-conceived NES emulator

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/licence-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# illNES

An ill-conceived NES emulator.

# 📂 Repo guide

## 🌿 Branches

This repository contains a number of "orphaned" branches, which are essentially primary branches for different parts of the project:

| Branch | Description | Current |
|-|-|-|
| `main` | The current source code, including the application and documentation | ✔️ |
| `gh-pages` | Hosted documentation | ✔️ |
| `assembly` | Contains useful 6502 assembly source and binaries for testing | ✔️ |
| `c++` | Now defunct C++ codebase | ❌ |