log java/src/com/aurellem/gb/Gb.java

age author description
2012-03-23 Robert McIntyre added function to set ROM
2012-03-15 Robert McIntyre working on the start of the bootstrap program; expanded register array to 29 elements
2012-03-15 Robert McIntyre better functional assembly interface; removed frame numbers from SaveStates
2012-03-12 Robert McIntyre created functions to get and set register values
2012-03-12 Robert McIntyre added write-memory!, which allows me to write any value to the
2012-03-12 Robert McIntyre added function to get all the GB's memory.
2012-03-12 Robert McIntyre added tick(), which allows one to step through each opcode of gameboy
2012-03-10 Robert McIntyre fleshing out functional gb interface
2012-03-09 Robert McIntyre generated intro
2012-03-09 Robert McIntyre worked out size of save files and reduced MAX_SAVE_SIZE to a more reasonable value
2012-03-09 Robert McIntyre working on disk-backup for save-states
2012-03-08 Robert McIntyre added code to retrieve CPU registers
2012-03-08 Robert McIntyre added function to retrieve main RAM
2012-03-07 Robert McIntyre added functions to get rom/ram sizes
2012-03-07 Robert McIntyre savestate buffer was too small
2012-03-07 Robert McIntyre emabled loading and saving CPU state from clojure.
2012-03-07 Robert McIntyre can now send button presses to the simulated gameboy
2012-03-07 Robert McIntyre enabled stepping from clojure
2012-03-07 Robert McIntyre time for further planning
2012-03-07 Robert McIntyre clojure hello world works
2012-03-07 Robert McIntyre created java folder and simple build script base src/com/aurellem/gb/Gb.java@865e61ca5551