https://github.com/beforan/illnes
An ill-conceived NES emulator
https://github.com/beforan/illnes
csharp dotnet-core emulator nes-emulator
Last synced: over 1 year ago
JSON representation
An ill-conceived NES emulator
- Host: GitHub
- URL: https://github.com/beforan/illnes
- Owner: beforan
- License: mit
- Created: 2015-03-05T18:17:36.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T15:27:00.000Z (over 3 years ago)
- Last Synced: 2025-01-22T11:47:47.558Z (over 1 year ago)
- Topics: csharp, dotnet-core, emulator, nes-emulator
- Language: C#
- Size: 362 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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 | ❌ |