Add register view with interrupts

This commit is contained in:
2025-02-18 23:59:25 -05:00
parent 2966a7c407
commit a737cd39b7
5 changed files with 212 additions and 2 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ use egui::{Context, ViewportBuilder, ViewportId};
pub use game::GameWindow;
pub use gdb::GdbServerWindow;
pub use input::InputWindow;
pub use vram::{BgMapWindow, CharacterDataWindow, FrameBufferWindow, ObjectWindow, WorldWindow};
pub use vram::{
BgMapWindow, CharacterDataWindow, FrameBufferWindow, ObjectWindow, RegisterWindow, WorldWindow,
};
use winit::event::KeyEvent;
use crate::emulator::SimId;