View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#24
Originally Posted by DarkAlexander View Post
Ops...
Sorry! Do u know if exist a Sega Genesis Emulatore on N900?
export CFLAGS="-mfpu=neon -ffast-math -ftree-vectorize -mcpu=cortex-a8 -mfloat-abi=softfp -Os -fstrict-aliasing"

(add -g for debug info)

./configure --without-opengl --without-nasm --without-mmx --without-star

make clean
make

-rwxrwxr-x 1 maemo maemo 735400 Feb 2 05:42 dgen

----------------------------------

Starting program: /usr/bin/dgen /home/user/MyDocs/games/genesis/xxxxx.smd
Code:
Program received signal SIGSEGV, Segmentation fault.
0x00072b70 in mz80exec (dwCycles=<value optimized out>) at zz80.c:16807
16807	zz80.c: No such file or directory.
	in zz80.c
(gdb) bt
#0  0x00072b70 in mz80exec (dwCycles=<value optimized out>) at zz80.c:16807
#1  0x0000c328 in md::one_frame_musa(bmap*, unsigned char*, sndinfo*) ()
#2  0x0000c708 in md::one_frame(bmap*, unsigned char*, sndinfo*) ()
#3  0x00016550 in main ()
-----------------------------------
see: https://bugs.launchpad.net/ubuntu/+s...en/+bug/131281
-----------------------------------
attached dgen binary built for n900 -- looks like that z80 core is still doing some unportable things that i really am not qualified to fix. but you *could* try a few roms, one does work
Attached Files
File Type: gz dgen.gz (138.7 KB, 153 views)
__________________
find . -name \*.mp3 -exec mplayer -quiet -shuffle "{}" +
das ist your media player, and yuu vill like it

Last edited by ArnimS; 2010-02-02 at 04:48.