log clojure/com/aurellem/run/image.clj

age author description
2012-06-25 Robert McIntyre allow path back to bootstrap program from image-kernel.
2012-06-24 Robert McIntyre added RAM display.
2012-06-23 Robert McIntyre added pinkie pie cutie mark.
2012-06-23 Robert McIntyre generated gameboy palette for gimp for Dylan.
2012-06-23 Robert McIntyre switched tile and pallette assembly.
2012-06-23 Robert McIntyre cosmetic change. need to investigate why switching pallet and tile assembly does not work.
2012-06-23 Robert McIntyre colors now work properly.
2012-06-23 Robert McIntyre can now display black and white images (still working on color).
2012-06-22 Robert McIntyre accuracy of displayed image is much improved, but there the palettes are still messed up.
2012-06-22 Robert McIntyre going to correct premium stupdity.
2012-06-22 Robert McIntyre got an image to display, but it doesn't tile correctly.
2012-06-21 Robert McIntyre efficient data writing assembly complete.
2012-06-21 Robert McIntyre problem turned out to be nothing.
2012-06-21 Robert McIntyre trying to track down pesky assembly bug.
2012-06-21 Robert McIntyre saving progress.
2012-06-20 Robert McIntyre added function to slice up an image into an appropriate representation for the GB.
2012-06-20 Robert McIntyre fix compilation problem.
2012-06-18 Robert McIntyre resolved conflict.
2012-06-14 Robert McIntyre saving progress
2012-06-13 Robert McIntyre created function to deconstruct image into tiles and translate into gb-rgb color space.
2012-06-12 Robert McIntyre working on confirming accuracy of color map.
2012-06-12 Robert McIntyre discovered that the gb has far fewer unique colors than I initially thought.
2012-06-12 Robert McIntyre generated graphical representation of the gb color map.
2012-06-11 Robert McIntyre discovered gameboy->vga color map.
2012-06-11 Robert McIntyre pixel introspection. but entire image is upside down.
2012-06-11 Robert McIntyre merged changes from trip to wichita.
2012-06-08 Robert McIntyre improbed color display kernel.
2012-06-08 Robert McIntyre can now display a single color :)
2012-06-08 Robert McIntyre fleshing out image color calibration code.
2012-05-24 Robert McIntyre added function to pack gb-rgb bytes
2012-06-11 Robert McIntyre edit to image.clj
2012-05-07 Robert McIntyre cleanup.
2012-05-07 Robert McIntyre added rgb->gbRGB translation code.
2012-05-07 Robert McIntyre added image.clj