Stuff to do

This commit is contained in:
Aaron Robinson 2003-02-05 04:26:09 +00:00
parent 6978f1076c
commit 5d5d789642
1 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ Cxbx Todo:
* KeInitializeDpc, KeInitializeTimer, ExQueryNonVolatileSetting
* Locate "RtlNtStatusToDosError" in Win2k/XP doc
Add support for .XBE file handling capabilities through shell.
When opening an .XBE with Cxbx, there should be an optional flag
which will cause it to automagically generate the .Exe and start
emulation. This used with the progress meter, etc, will make the
emulation extremely fluid.
Exe->Xbe should use an "OpenXDK" logo bitmap by default. This can be done
by having a debug version of Cxbx output the necessary raw data. Then, you
just inline it into the code.
@ -17,4 +23,4 @@ Cxbx Todo:
Xbe::m_Header should be allocated dynamically to make room for huge headers.
TLS needs work.
TLS needs work.