Mercurial > vba-clojure
comparison org/todo.org @ 54:88218735d220
stepping achieved
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Mar 2012 12:50:44 -0600 |
parents | ee70875e0d3e |
children | 719d910c90f8 |
comparison
equal
deleted
inserted
replaced
53:9d0ec2614443 | 54:88218735d220 |
---|---|
10 - [ ] get CPU data | 10 - [ ] get CPU data |
11 - [ ] get RAM / ROM data | 11 - [ ] get RAM / ROM data |
12 - [ ] save / load state (use savestates) | 12 - [ ] save / load state (use savestates) |
13 - [ ] write current frame | 13 - [ ] write current frame |
14 - [ ] write sound | 14 - [ ] write sound |
15 - [ ] send signals to th GB | 15 - [ ] send button presses to the GB |
16 | 16 |
17 * high level | 17 * high level |
18 - [ ] write vbm files | 18 - [ ] write vbm files |
19 | 19 |
20 | 20 |
32 getFrame() --- returns a BufferedImage of data which represents the | 32 getFrame() --- returns a BufferedImage of data which represents the |
33 current frame. | 33 current frame. |
34 | 34 |
35 | 35 |
36 step(int buttons) --- steps the game while pressing the chosen button(s) | 36 step(int buttons) --- steps the game while pressing the chosen button(s) |
37 |