]> Shamusworld >> Repos - virtualjaguar/blobdiff - docs/TODO
Fix for bad branch handling in OP.
[virtualjaguar] / docs / TODO
index 178aa37de3f8abd03951ba6b3ebce1ffb5c91abb..c86f39d6254664d790bde5160a734248d0310d99 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -16,16 +16,22 @@ Stuff to add/fix for the next release of Virtual Jaguar
 - Blitter needs fixing. [Shamus]
 - In emulator screenshots. [Shamus]
 - Audio/video dumping. [Shamus]
-- Full screen option. [Shamus]
-- Controller handling. [Shamus]
 - Need to emulate bus contention. [Shamus]
 - Need to fix timing in the OP. As it is now, it gives a false impression of
   how much it's capable of. [Shamus]
+- Fix coming out of fullscreen on Win32. As of now, it doesn't restore the
+  window position correctly [CJ]
+- Fix the Tripper Getem ROM so that it works. It has some tight coupling
+  between the M68K and the DSP that causes the DSP to starve itself; fixing
+  this will probably fix a bunch of other timing related issues as well.
+  [Shamus]
 
 
 Stuff that was added/fixed
 --------------------------
 
+- Controller handling. [Shamus] [DONE--Shamus]
+- Full screen option. [Shamus] [DONE--Shamus]
 - Command line switches for frontends. [Shamus] [DONE-Shamus]
 - Fix DSP code so that it doesn't hang in a spinlock waiting for the sound
   buffer to empty. Probably a CS lock contention issue. [Shamus] [DONE-Shamus]