linuxlinks / gngeo

A NeoGeo emulator for linux
http://www.linuxlinks.com
Other
42 stars 13 forks source link

FAMEC support ? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It seems generator68k is old and not updated anymore.

I've seen that NEO4ALL / AES4ALL is using a C version of the FAME 68k emulator. 
Any plan to add support for it ? Maybe it can fix a couple of issues (including 
the viewpoint "invalid instruction" one).

Original issue reported on code.google.com by ymagn...@gmail.com on 23 Jan 2012 at 6:20

GoogleCodeExporter commented 8 years ago
From what I see Fame generate x86 asm code.
For x86 asm, gngeo already support starscrean so it'll not really usefull here.

Viewpoint work with starscream 
Note: if you are under a 64bit architecture, gngeo can be a little tricky to 
compile in 32bit mode but it's doable.

Original comment by m.peponas@gmail.com on 26 Jan 2012 at 8:06

GoogleCodeExporter commented 8 years ago
Hi,
thanks for the update. FameC is a C only version, so without ASM. Check neo4all 
sourcecode for some info : 
http://chui.dcemu.co.uk/releases/neo4all-src-rc4.tar.bz2
I think neo4all is using part of your sourcecode since it says it borrows part 
of gngeo.
Maybe I can help on this (as soon as modizer & iNEOGEO are ready I was planning 
to try to integrate FameC myself but I need to understand how you connect the 
68k core to gngeo).

Original comment by ymagn...@gmail.com on 26 Jan 2012 at 9:39

GoogleCodeExporter commented 8 years ago
Thanks for the source. I didn't see the C version on the official Fame site.
Integration into gngeo is not that hard, but as always, time is the real issue

Original comment by m.peponas@gmail.com on 27 Jan 2012 at 10:46