Hello Franxis,i Has A Question About Repot Cyclone


Terry_Bogard

Still Fresh
Joined
Sep 14, 2005
Messages
5
Hi,Franxis,I am Terry :) thank for your work!

I have a question about repot Cyclone to Mame,hope you can help me!
In fact,I have send a mail to you,if you receive it,please tell me.

But email system sometimes has a error <_< , so I copy my question to here.

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

In the near future I repot Mame 0.96 ver to PocketPC(XScale 270),it has successful working,but you know,M68000 C core is too slow :(

Lucky,I notice Cyclone 68000 is a greate M68K emuulator!So I try add it to my project.I find your mame gp32 1.7 sources as referenced(Thank your work).In process,I look the cpu and memory interfact have a big change,so I self have to link Cyclone 68000 to Mame 0.96 interfact,it's hardness with me :(

Now the CycloneRun has passed,when the Mame running,I saw the FPS ceaseless changed,but the game never run.

I don't know what happened,so I send my code to you,hope you can give me a help,Thank you a lot!

BTW:When I debug the code,i notice follow thing:

m68k_get_PC always return 1024.(emulator pbobble)
More log info at M68000 Log.txt,pc = m68k_get_PC();cycles = m68000_execute(int cycles);ran = m68000_execute(...) retrun value.

I use Cyclone 0.0082 ver.

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

M68000 Log.txt

M68K: C Cyclone
---------------------------------
pc = 1024 1024
cycles = 40000 40000
ran = 40000 40020

pc = 1490 1024
cycles = 40000 39980
ran = 40006 40020

pc = 1498 1024
cycles = 39994 39960
ran = 40002 39974

pc = 1464 1024
cycles = 39992 39986
ran = 39992 40020

pc = 1468 1024
cycles = 40000 39966
ran = 40000 39974

pc = 1474 1024
cycles = 40000 39992
ran = 40006 40020

pc = 1486 1024
cycles = 39994 39972
ran = 40002 39974

pc = 1472 1024
cycles = 39992 39998
ran = 39992 40020

pc = 1474 1024
cycles = 40000 39978
ran = 40006 40020

pc = 1486 1024
cycles = 39994 39958
ran = 40002 39974
 
Back
Top