diff org/todo.org @ 62:4699c7bab77d

added code to retrieve CPU registers
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Mar 2012 20:10:21 -0600
parents dc8b383ecefa
children 43d4fb2a6fc2
line wrap: on
line diff
     1.1 --- a/org/todo.org	Wed Mar 07 19:53:39 2012 -0600
     1.2 +++ b/org/todo.org	Wed Mar 07 20:10:21 2012 -0600
     1.3 @@ -7,15 +7,15 @@
     1.4  
     1.5  ** additional functionality
     1.6   - [X] step the simulator
     1.7 - - [ ] get CPU data
     1.8 + - [X] get CPU data (registers)
     1.9   - [X] get RAM / ROM data
    1.10   - [X] save / load state (use savestates)
    1.11 - - [ ] write current frame
    1.12 - - [ ] write sound
    1.13 + - [ ] write current frame as image
    1.14 + - [ ] write sound to wav file
    1.15   - [X] send button presses to the GB
    1.16  
    1.17  * high level
    1.18 - - [ ] write vbm files
    1.19 + - [ ] write vbm files from clojure
    1.20   - [ ] remove battery backup files
    1.21  
    1.22  
    1.23 @@ -33,6 +33,5 @@
    1.24  getFrame() --- returns a BufferedImage of data which represents the
    1.25  current frame.
    1.26  
    1.27 -
    1.28  step(int buttons) --- steps the game while pressing the chosen button(s)
    1.29