Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

User/afe123x/establish architecture#4

Open
AFE123x wants to merge 10 commits intomainfrom
user/afe123x/establish-architecture
Open

User/afe123x/establish architecture#4
AFE123x wants to merge 10 commits intomainfrom
user/afe123x/establish-architecture

Conversation

@AFE123x
Copy link
Owner

@AFE123x AFE123x commented Dec 22, 2025

Establishing basic framework for NES Emulator

  • Created Bus structure, containing the Main CPU bus (will house PPU bus once bridge is closed).
  • Created basic structure for Cpu (creating registers, clock function, etc).
  • Created NES Type (instead of using main.rs to house bus and cpu type).

AFE123x and others added 10 commits December 10, 2025 23:42
- The old NES Emulator Implementation was messy, lacking a good logging system, ugly UI, various other issues.
- The commit history was messy, making contributing harder.
- rewording all commits would've been too difficult, hence the best course of action was a rewrite
…lator

Removed old NES Code, favoring a full rewrite
- Based on benchmarks, slog provides the best performance.
- added slog, and various libraries to cargo.toml, and cargo.lock
- added example usage to main.rs
- Based on benchmarks, slog provides the best performance.
- added slog, and various other supporting libraries to cargo.toml, and cargo.lock
- added example usage to main.rs
@AFE123x AFE123x force-pushed the user/afe123x/establish-architecture branch from b08aa4a to c62a749 Compare December 22, 2025 08:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant