X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2FTODO;h=c86f39d6254664d790bde5160a734248d0310d99;hb=ddac3e0e78a5c4b0236bdeaff18cf9a3ac4ba4f7;hp=178aa37de3f8abd03951ba6b3ebce1ffb5c91abb;hpb=ab4f660439ff855171f801e3fdfa3e9de69d991b;p=virtualjaguar diff --git a/docs/TODO b/docs/TODO index 178aa37..c86f39d 100644 --- 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]