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

age author description
Sun, 24 Jun 2012 13:34:15 -0500 Robert McIntyre sound recording complete.
Sun, 24 Jun 2012 13:12:51 -0500 Robert McIntyre sound recording test now works.
Sat, 23 Jun 2012 23:10:31 -0500 Robert McIntyre working on recording sound. almost have it, but there is still unexplained popping sounds.
Sat, 23 Jun 2012 20:34:14 -0500 Robert McIntyre added sound introspection abilities.
Sat, 23 Jun 2012 19:12:26 -0500 Robert McIntyre added RAM display.
Mon, 11 Jun 2012 06:04:25 -0500 Robert McIntyre pixel introspection. but entire image is upside down.
Mon, 07 May 2012 12:31:16 -0500 Robert McIntyre added rgb->gbRGB translation code.
Thu, 22 Mar 2012 20:10:09 -0500 Robert McIntyre added function to set ROM
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
Mon, 12 Mar 2012 12:37:04 -0500 Robert McIntyre created functions to get and set register values
Sun, 11 Mar 2012 23:27:19 -0500 Robert McIntyre added write-memory!, which allows me to write any value to the
Sun, 11 Mar 2012 20:16:09 -0500 Robert McIntyre added function to get all the GB's memory.
Sun, 11 Mar 2012 19:07:31 -0500 Robert McIntyre added tick(), which allows one to step through each opcode of gameboy
Fri, 09 Mar 2012 19:18:00 -0600 Robert McIntyre fleshing out functional gb interface
Fri, 09 Mar 2012 01:43:25 -0600 Robert McIntyre generated intro
Thu, 08 Mar 2012 22:29:11 -0600 Robert McIntyre worked out size of save files and reduced MAX_SAVE_SIZE to a more reasonable value
Thu, 08 Mar 2012 19:48:54 -0600 Robert McIntyre working on disk-backup for save-states
Wed, 07 Mar 2012 20:10:21 -0600 Robert McIntyre added code to retrieve CPU registers
Wed, 07 Mar 2012 19:29:51 -0600 Robert McIntyre added function to retrieve main RAM
Wed, 07 Mar 2012 17:40:00 -0600 Robert McIntyre added functions to get rom/ram sizes
Wed, 07 Mar 2012 15:17:19 -0600 Robert McIntyre savestate buffer was too small
Wed, 07 Mar 2012 14:18:44 -0600 Robert McIntyre emabled loading and saving CPU state from clojure.
Wed, 07 Mar 2012 13:24:32 -0600 Robert McIntyre can now send button presses to the simulated gameboy
Wed, 07 Mar 2012 02:31:39 -0600 Robert McIntyre enabled stepping from clojure
Wed, 07 Mar 2012 01:39:12 -0600 Robert McIntyre time for further planning
Wed, 07 Mar 2012 00:36:53 -0600 Robert McIntyre clojure hello world works
Tue, 06 Mar 2012 21:53:31 -0600 Robert McIntyre created java folder and simple build script base src/com/aurellem/gb/Gb.java@865e61ca5551