trunk/src/mess/drivers/gb.c
| r30932 | r30933 | |
| 10 | 10 | Wilbert Pol 2004 (Megaduck/Cougar Boy) |
| 11 | 11 | |
| 12 | 12 | TODO list: |
| 13 | | Done entries kept for historical reasons, besides that it's nice to see |
| 14 | | what is already done instead of what has to be done. |
| 13 | - Do correct lcd stat timing |
| 15 | 14 | |
| 16 | | Priority: Todo: Done: |
| 17 | | 2 Replace Marat's video/gb.c by Playboy code * |
| 18 | | 2 Clean & speed up video/gb.c * |
| 19 | | 2 Replace Marat's Z80gb/Z80gb.c by Playboy code * |
| 20 | | 2 Transform Playboys Z80gb.c to big case method * |
| 21 | | 2 Clean up Z80gb.c * |
| 22 | | 2 Fix / optimise halt instruction * |
| 23 | | 2 Do correct lcd stat timing In Progress |
| 24 | | 2 Generate lcd stat interrupts * |
| 25 | | 2 Replace Marat's code in machine/gb.c by Playboy code ? |
| 26 | | 1 Check, and fix if needed flags bug which troubles ffa ? |
| 27 | | 1 Save/restore battery backed ram * |
| 28 | | 1 Add sound * |
| 29 | | 0 Add supergb support * |
| 30 | | 0 Add palette editting, save & restore |
| 31 | | 0 Add somekind of backdrop support |
| 32 | | 0 Speedups if remotly possible |
| 33 | 15 | |
| 34 | | 2 = has to be done before first public release |
| 35 | | 1 = should be added later on |
| 36 | | 0 = bells and whistles |
| 37 | | |
| 38 | | |
| 39 | 16 | Timers |
| 40 | 17 | ====== |
| 41 | 18 | |