diff --git a/Roadmap.md b/Roadmap.md index 56443c6..094b7b4 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -3,9 +3,9 @@ There are lots of things to do...these are just some obvious ones before we can ### Debugger/GUI - [x] Integrate symbols into disassembler view: *mattvail* - [x] Upgrade from Qt4 to Qt5: *xsacha* +- [x] Implement a callstack widget: *mattvail* - [ ] Implement a breakpoint viewer/editor widget: *mattvail* - [ ] Fix emu_window support to display framebuffers in Qt window: *mattvail* -- [x] Implement a callstack widget: *mattvail* ### Core - [x] Implement hardware register I/O interface: *bunnei* @@ -18,7 +18,6 @@ There are lots of things to do...these are just some obvious ones before we can - [x] Cleanup video interface and gut renderer code copied from Gekko: *bunnei* - [ ] Emulate I/O register reads/writes in hw_lcd: *TBD* - [ ] Implement decoding of other framebuffer formats: *TBD* -- [x] Fix OpenGL initialization on OSX to enable video output: *kevinhartman* ### High-level Emulation - [x] Implement simple HLE interface: *bunnei* @@ -31,4 +30,4 @@ There are lots of things to do...these are just some obvious ones before we can ### Framework - [x] Fix CMakeLists.txt and build/test on Linux: *bunnei* - [ ] Implement keyboard/gamepad library/window API for mapping user input: *TBD* -- [x] Implement disk IO API for abstracting loading/access of various bootable formats: *bunnei* +- [x] Implement disk IO API for abstracting loading/access of various bootable formats: *bunnei* \ No newline at end of file