chore(cpu): refactor SM83 implementation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Instruction::decode no longer requires mutable access to the CPU
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pub use apu::gen::AudioSPSC;
|
||||
pub use instruction::Cycle;
|
||||
pub use instruction::cycle::Cycle;
|
||||
|
||||
pub const GB_WIDTH: usize = 160;
|
||||
pub const GB_HEIGHT: usize = 144;
|
||||
|
Reference in New Issue
Block a user