]> Shamusworld >> Repos - virtualjaguar/blob - docs/TODO
Changes for upcoming 1.0.5 release
[virtualjaguar] / docs / TODO
1 Stuff to add/fix for the next release of Virtual Jaguar
2 -------------------------------------------------------
3
4 - Would be nice to have a GUI for things that are set on the command line.
5   [Shamus]
6 - Would also be nice to be able to dynamically change the keybindings for
7   the various keys on the emulated Jaguar controller while inside the emulator.
8   [Shamus]
9 - DSP code needs to be rewritten. [Shamus]
10 - Code to stretch the display would be nice. [Shamus]
11 - Blitter needs fixing. [Shamus]
12 - We need a comprehensive way of determining what gets written where and
13   by whom (i.e., blitter wrote to range $F03000-$F03230) in order to figure
14   out the remaining problems with various ROMs. [Shamus]
15 - There is a bug either with the GPU or the blitter (most likely the latter)
16   which causes the spinning "A"s in the BIOS startup code to be corrupted
17   when they are showing their backsides. [Shamus]
18 - We need to have an external configuration file for remembering a user's
19   preferences, such as key bindings, etc. [Shamus]
20 - We need to come up with a way to fix the aspect ratio for pixel modes that
21   aren't square (PWIDTH != 4). [Shamus]
22
23 Stuff that was added/fixed
24 --------------------------
25
26 - GUI for ROM selection [Shamus] [DONE--Shamus]
27 - Need to rewrite the main Jaguar execution loop to increment the VC by one
28   instead of by two, which is how the real Jaguar works. [Shamus] [DONE--Shamus]
29 - Sound needs a rewrite. With SDL, this shouldn't be much of a problem.
30   Of course, whoever does this should realize that the PCM outs are probably
31   not being used for a majority of the ROMs out there--according to the JTRM,
32   you're supposed to use the I2S interface to output sound since the PCM outs
33   aren't even physically hooked up in the console! [Shamus] [DONE--Shamus]