more passing tests. almost have coverage of instructions back
This commit is contained in:
@@ -96,7 +96,7 @@ fn main() -> eframe::Result {
|
||||
if ui.button(format!("Load {}", state.selected_filename)).clicked() {
|
||||
// println!("Should load the bin now");
|
||||
let read_bin = std::fs::read(PathBuf::from(format!("resources/roms/{}", state.selected_filename))).unwrap();
|
||||
computer.load_bytes_to_system_memory(read_bin);
|
||||
computer.load_new_program_to_system_memory(read_bin);
|
||||
};
|
||||
EGuiFileList::display_path(PathBuf::from("resources/roms"), &mut state.selected_filename, ui);
|
||||
ctx.input(|input| {
|
||||
|
||||
Reference in New Issue
Block a user