[Lapetus-cvs] lapetus TODO,1.2,1.3
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2008-01-07 22:14:39
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20686 Modified Files: TODO Log Message: -Not complete, but should be more accurate now Index: TODO =================================================================== RCS file: /cvsroot/lapetus/lapetus/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TODO 1 Mar 2007 23:20:24 -0000 1.2 +++ TODO 7 Jan 2008 22:14:35 -0000 1.3 @@ -1,14 +1,62 @@ +Action Replay/Commlink +----------------------- +-Almost done, just a few odd commmands that haven't been implemented + +CD Block +--------- +-Add CD file system support. That way people can easily opening files by + passing a string to a simple function. + +Backup Ram +----------- +-Nothing has been done here + +DRAM Cart +---------- +-Nothing has been done here + +Netlink +-------- +-Add it to cvs, finish writing it so people can actually do something with it + +SCSP +----- +-Aside from loading the sound driver, nothing else has been done here + +SMPC +----- +-Only standard pad, keyboard and mouse support have been added. + +SCU DSP +-------- +-Might need a few minor things, but otherwise complete + +System link +------------ +-I have some code for it, needs to be written so there's less lost data + +VDP1 +----- +-Might need some reworking, but otherwise complete + +VDP2 +----- +-Pretty much everything except for Rotation Screens, Back Screen and color offset + needs implementing + Features --------- -Fullscale Debugger +-gdb stub -Redo vdp code so that as little actual rendering is done during a v-blank as possible(only dma to vram, peripheral retrieving, etc. should be done) -From old code --------------- +Misc +----- -Clean up the rest of code, make to easier to use, and then merge it -It'd be more efficient to use tables in vdp vram cycle calculations as the code required do to all that work may end up taking more space than a table would -Optimize CD code better to fit the average programmer(I mean, they probably won't even use like half of what the cd block has to offer) + |