View Single Post
Posts: 1,418 | Thanked: 1,541 times | Joined on Feb 2008
#7
Originally Posted by Yann Benigot View Post
EDIT (2) : (to fms) : I saw your post about Cyclone, but my skills in C are really too low for that, sorry ;-)
Cyclone does not requires any superior skills to use, really. You just need to download the Cyclone source code, run the included code generator to create a huge assembly file with the 68000 emulation, include this file into your emulator build, and write some simple C wrapper that converts between Cyclone CPU state structure and your CPU state structure. That's all.