makefile Archive
-
I made GCC crash!
Posted on May 3, 2009 | No CommentsI’m attempting to compile AdvanceMame for my MAME cabinet, but after an hour or so of chewing away at source, I have just found this on the console… obj/mame/linux/blend/vidhrdw/nbmj8688.o obj/mame/linux/blend/drivers/nbmj8891.o src/drivers/nbmj8891.c: In function ‘construct_ipt_mgion’: src/drivers/nbmj8891.c:4218: internal compiler error: Segmentation fault Please submit a full bug... -
Continuing Nintendo DS Development
Posted on March 16, 2009 | No CommentsI’ve just spent a few hours looking at various pieces of documentation about DS coding. I’ve achieved the game development equivalent of “Hello World” – getting a sprite on the screen. This required understanding the DS’s slightly weird sprite system, involving memory maps and an...