mirror of https://github.com/stella-emu/stella.git
Update TODO list with recent suggestions from AtariAge threads and
bug reports, and re-ordered things that are most important for the next major release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1730 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b99ed19695
commit
6ec9e078ee
|
@ -9,14 +9,22 @@
|
||||||
SSSS ttt eeeee llll llll aaaaa
|
SSSS ttt eeeee llll llll aaaaa
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
To Do List - March 2009
|
To Do List - May 2009
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
If you would like to contribute to Stella's development then find something
|
If you would like to contribute to Stella's development then find something
|
||||||
on the list below and send email to Bradford Mott at bwmott@acm.org or
|
on the list below and send email to Bradford Mott at bwmott@acm.org or
|
||||||
Stephen Anthony at stephena@users.sourceforge.net.
|
Stephen Anthony at stephena@users.sourceforge.net.
|
||||||
|
|
||||||
* Add new TIA infrastructure with improved HMOVE emulation
|
* Add new TIA infrastructure with improved HMOVE emulation, including
|
||||||
|
fixes for (possibly) incorrect VSYNC handling in Q-Bert.
|
||||||
|
|
||||||
|
* Either Support Distella as frontend or integrate a 6507 Disassembler
|
||||||
|
|
||||||
|
* Step-debug through disassembled zero-page code (get clarification on this)
|
||||||
|
|
||||||
|
* Improve debugger support for cartridges with dedicated RAM, and add
|
||||||
|
source-level debugging
|
||||||
|
|
||||||
* 'Fixed Debug Colours' option as explained in the 'Stella 2.6.1 released'
|
* 'Fixed Debug Colours' option as explained in the 'Stella 2.6.1 released'
|
||||||
thread, post #40 on AtariAge. Basically emulates no$2k6 behaviour.
|
thread, post #40 on AtariAge. Basically emulates no$2k6 behaviour.
|
||||||
|
@ -45,6 +53,8 @@ Stephen Anthony at stephena@users.sourceforge.net.
|
||||||
(3) Add 'simpleUI/kiosk' mode to RMB context menu, which disables
|
(3) Add 'simpleUI/kiosk' mode to RMB context menu, which disables
|
||||||
all but the most basic functionality.
|
all but the most basic functionality.
|
||||||
|
|
||||||
|
(4) Add tabs to snapshot view; add cartridge snapshots as well.
|
||||||
|
|
||||||
* More support for copy and paste.
|
* More support for copy and paste.
|
||||||
|
|
||||||
* Fix PropSet to properly delete entries when 'Default' is pressed in
|
* Fix PropSet to properly delete entries when 'Default' is pressed in
|
||||||
|
@ -68,23 +78,14 @@ Stephen Anthony at stephena@users.sourceforge.net.
|
||||||
* RewindManager to set up how often to save a state, and for how long
|
* RewindManager to set up how often to save a state, and for how long
|
||||||
(debugger would be once per frame, normal probably once per second)
|
(debugger would be once per frame, normal probably once per second)
|
||||||
|
|
||||||
* Improve debugger support for cartridges with dedicated RAM, and add
|
|
||||||
source-level debugging
|
|
||||||
|
|
||||||
* Step-debug through disassembled zero-page code (get clarification on this)
|
|
||||||
|
|
||||||
* Extra SECAM 'quirks' (see Stella 2.4.1 release thread on AtariAge)
|
* Extra SECAM 'quirks' (see Stella 2.4.1 release thread on AtariAge)
|
||||||
|
|
||||||
* Improve speed of Pitfall2 emulation
|
* Improve speed of Pitfall2 emulation
|
||||||
|
|
||||||
* Improve sound output of Pitfall2
|
|
||||||
|
|
||||||
* Add auto-detection for all remaining bankswitch types
|
* Add auto-detection for all remaining bankswitch types
|
||||||
|
|
||||||
* Either Support DASM as frontend or integrate a 6507 Assembler
|
* Either Support DASM as frontend or integrate a 6507 Assembler
|
||||||
|
|
||||||
* Either Support Distella as frontend or integrate a 6507 Disassembler
|
|
||||||
|
|
||||||
* Add a Sprite/Animation Editor
|
* Add a Sprite/Animation Editor
|
||||||
|
|
||||||
* AVI/MPEG export
|
* AVI/MPEG export
|
||||||
|
|
Loading…
Reference in New Issue