lots more docs in the instructions
more speedups
This commit is contained in:
@@ -64,7 +64,7 @@ fn main() {
|
||||
// waiting for a keychange...
|
||||
},
|
||||
gemma::chip8::cpu_states::Chip8CpuStates::ExecutingInstruction => { // should never see this.
|
||||
},
|
||||
},
|
||||
gemma::chip8::cpu_states::Chip8CpuStates::Error => {
|
||||
panic!("System in undefined state.");
|
||||
},
|
||||
@@ -83,8 +83,6 @@ fn main() {
|
||||
GemmaImguiSupport::registers_view(&system, ui);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if ui_state.show_memory {
|
||||
let active_instruction = system.registers.peek_pc();
|
||||
GemmaImguiSupport::hex_memory_display(system.memory.clone(), (0x100, 0x10), active_instruction as i16, ui);
|
||||
|
||||
Reference in New Issue
Block a user