Mon, 19 Mar 2012 19:56:55 -0500 |
Robert McIntyre |
moved set-memory to proper position, added pokemon.clj
|
Mon, 19 Mar 2012 19:45:32 -0500 |
Robert McIntyre |
added save states, since many functions now depend on them.
|
Sun, 18 Mar 2012 00:56:29 -0500 |
Robert McIntyre |
removed hardcoded /home/r/ strings from paths and made them relative to user.home
|
Fri, 16 Mar 2012 17:50:35 -0500 |
Robert McIntyre |
saving progress
|
Thu, 15 Mar 2012 03:24:05 -0500 |
Robert McIntyre |
working on the start of the bootstrap program; expanded register array to 29 elements
|
Wed, 14 Mar 2012 21:37:37 -0500 |
Robert McIntyre |
better functional assembly interface; removed frame numbers from SaveStates
|
Tue, 13 Mar 2012 14:40:01 -0500 |
Robert McIntyre |
working on some actual assembly programs
|
Tue, 13 Mar 2012 00:03:02 -0500 |
Robert McIntyre |
checking in continue!, which let's the GB run for an unlimited time.
|
Mon, 12 Mar 2012 12:41:55 -0500 |
Robert McIntyre |
filled out functions for the rest of the registers.
|
Mon, 12 Mar 2012 12:37:04 -0500 |
Robert McIntyre |
created functions to get and set register values
|
Mon, 12 Mar 2012 09:59:26 -0500 |
Robert McIntyre |
can now read and set the inventory of a state
|
Sun, 11 Mar 2012 23:27:19 -0500 |
Robert McIntyre |
added write-memory!, which allows me to write any value to the
|