Today i took the sprite sample from vintage dev and added some stuff from the NWI sample…
[flash]http://vimeo.com/2506586[/flash]
Leave a CommentAbout Console Hacking
Today i took the sprite sample from vintage dev and added some stuff from the NWI sample…
[flash]http://vimeo.com/2506586[/flash]
Leave a CommentJust installed 2.7 wordpress. Here is a one liner for the brave one:
curl http://wordpress.org/latest.zip -o "new.zip" \ && unzip new.zip \ && rm -rf ./wordpress/wp-content/ \ && cp -vr ./wordpress/* ~/htdocs/ \ && rm -fr new.zip wordpressLeave a Comment
Today i do the vblank sample.There is an NMI mapped in the vetortable and do a funky color cycling in the handler….
[flash]http://vimeo.com/2493895[/flash]
Leave a CommentGot the vintagedev vram sample working. Main thing was to find windows gfx conversion tools and get them working with linux…
Leave a CommentJust started to work on some SNES stuff. Took a simple sample from vintagedev to get it working using linux as the development system. Added proper Makefile and made ubuntu wla packages.
Leave a Comment