Archive for April, 2009

The new snes-sdk …

Monday, April 27th, 2009

Hi folks,

A few weeks ago Tomy from tototek.com gave me the link of a toolchain for the snes. Allow C and asm code. The whole stuff looks great but only seems to compile under Linux. It’s now been a few months that I have no access to a Linux workstation. So I wondered if any of you could compile this to run under windows ? Or if you have any advice…

Here is the link of the project : http://code.google.com/p/snes-sdk/, the source code is avaible trough a SVN repos.

See ya, lint

Twitter …

Monday, April 27th, 2009

I now have a twitter account :

http://twitter.com/Lint_

Enjoy, lint_

Start coding the Fat32 lib for the incomming new homebrew snes devkit.

Wednesday, April 22nd, 2009

Quite a long title that talk for itself …

It’s been now a few months that Scott is developing is snes devkit cart ( http://sneshack.blogspot.com/ ). He’s currently still playing with the hardware but since I’m willing to start coding the Bios for it I decided to modify bsnes to map a few memory registers that I might need for doing the SDCardReader code that will allow the snes to read the SD card and display the menu on the screen.

The registers are :  status(r) $3100 ,data(r) $3103 and 2 for the offset(w) $3101 and $3102.

My code is based on a existing lib and if I continue at this rhythm i might have a basic demo going on by end of next week.

I keep you updated.

++ lint