Fix TODO, nw

This commit is contained in:
angelosa 2016-01-14 03:08:57 +01:00
parent d61a1ae67b
commit efbac3fa11

View File

@ -11,15 +11,12 @@
/*
TO DO:
- sprites graphics decoding could be changed to only use
color codes 8-15 (now it decodes all 64 colors). Perhaps the same
applies to character graphics (colors 0-7 only),
color codes 8-15 (now it decodes all 64 colors).
- sprite memory needs to be buffered ?
- controls may be wrong (BUTTON 3 - not used ?)
- palette has 1024 colors, but only first 256 are used at the moment
- pixel layer needs priority ?
*/