log src/gb/GB.h

age author description
2012-06-24 Robert McIntyre sound recording test now works.
2012-06-24 Robert McIntyre working on recording sound. almost have it, but there is still unexplained popping sounds.
2012-06-24 Robert McIntyre added sound introspection abilities.
2012-06-24 Robert McIntyre added RAM display.
2012-06-11 Robert McIntyre pixel introspection. but entire image is upside down.
2012-03-23 Robert McIntyre added function to set ROM
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-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 code to retrieve other RAM areas and ROM
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-03 Robert McIntyre importing src directory