FAMEC support ?
GoogleCodeExporter opened this issue · comments
Google Code Exporter commented
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
Google Code Exporter commented
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
Google Code Exporter commented
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
Google Code Exporter commented
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