log src/gb/GB.cpp

age author description
Mon, 11 Jun 2012 06:19:38 -0500 Robert McIntyre reversed pixel image.
Mon, 11 Jun 2012 06:04:25 -0500 Robert McIntyre pixel introspection. but entire image is upside down.
Thu, 22 Mar 2012 20:10:09 -0500 Robert McIntyre added function to set ROM
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:55:21 -0500 Robert McIntyre fixed memory retrieval function to use the simulated gameboy's mapped memory
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
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:53:39 -0600 Robert McIntyre added code to retrieve other RAM areas and ROM
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
Mon, 05 Mar 2012 16:37:38 -0600 Robert McIntyre got some speedruns to work!
Mon, 05 Mar 2012 01:25:11 -0600 Robert McIntyre found source of problem for video recording
Sat, 03 Mar 2012 10:31:27 -0600 Robert McIntyre importing src directory