Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ target/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode

# So no games can be submitted to github
*.nes

*.log
output.txt
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/nes.iml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/remote-targets.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Nes Emulator
This project was made in Rust and emulates the Nintendo Entertainment System including the CPU(MOS Technology 6502), PPU, and APU.

At the moment, the MOS 6502 CPU is complete. Running this specific version of the repository can let the user play a game of Snake from this cpu.

This is currently a work in progress and may encounter bugs.
This project was made in Rust and emulates the Nintendo Entertainment System including the CPU(MOS Technology 6502) and PPU.

At the moment, the MOS 6502 CPU and most of the PPU is complete. Background and Sprite data can be loaded and displayed, however no input nor scrolling is implemented(yet).
## Running the Emulator

To run, look inside `main.rs` and enter the path of the `.nes` file to run. Then, run `cargo run` to run the application.
## Pictures
Loading
Loading