Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beforan/illnes
- Owner: beforan
- License: mit
- Created: 2015-03-05T18:17:36.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T15:27:00.000Z (about 2 years ago)
- Last Synced: 2023-02-28T00:23:07.480Z (almost 2 years 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
[![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 | ❌ |