Updated Roadmap (markdown)

archshift 2014-09-01 20:42:18 -07:00
parent 912c651441
commit 32c45e71e0

@ -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*