[Tuxnes-devel] tuxnes and efp (fwd)
Brought to you by:
tmmm
From: Mike M. <mel...@pc...> - 2004-02-24 22:00:20
|
Info on a free ROM (that fails to work with TuxNES). -- -Mike Melanson ---------- Forwarded message ---------- Date: Tue, 24 Feb 2004 16:34:51 -0500 From: Joey Hess <jo...@ki...> To: Mike Melanson <mel...@pc...> Subject: tuxnes and efp efp is a free ROM available from http://hcs.freeshell.org/efp.html Tuxnes segfaults on startup with this rom. Here is a backtrace of the child process it forks, which is the one that segfaults: Program received signal SIGSEGV, Segmentation fault. 0x0804b9ec in translate (addr=32768) at dynrec.c:65 65 INT_MAP[(MAPTABLE[addr >> 12] + addr) - RAM] = (unsigned int) cptr; (gdb) bt #0 0x0804b9ec in translate (addr=32768) at dynrec.c:65 #1 0x0804f746 in main (argc=3, argv=0xbffff894) at emu.c:2216 (gdb) p addr $1 = 32768 (gdb) p cptr $2 = (unsigned char *) 0x12000000 "" -- see shy jo |