Files
gameboy-rs/src
Ajurna cc0278508e Refactor CPU execution flow and improve program counter handling
Introduced `ExecutionReturn` struct to standardize program counter and cycle updates across instructions. Removed redundant handling of program counter increments and refactored control flow for clarity. Also removed unused `Address` target variant from `Target` enum.
2025-05-15 16:43:42 +01:00
..