View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#13
Originally Posted by jethro.itt View Post
Just out of curiosity: When you decided to port a C64 emulator, did you investigate VICE? it has an optional GTK2 GUI, already runs on some embedded targets (GP2X) and quite likely has a different set of porting issues compared to Frodo.

You can find VICE at http://www.viceteam.org/
Yes, but vice has a *lot* of unmet dependencies in scratchbox. I've been slowly hacking away at them. Currently it wants automake 1.9 but scratchbox only has 1.8 support. I managed to build an automake 1.9 deb but it conflicts with x-build.

dpkg -i automake1.9_1.9.6+nogfdl-3_all.deb
dpkg: regarding automake1.9_1.9.6+nogfdl-3_all.deb containing automake1.9:
x-build conflicts with automake1.9

i've contacted the x-build maintainer and asked if it's safe to force an overwrite, or if he could release an updated x-build. no response yet.

(edit) Also see this forum for info on Frodo for the 770 - seems one of the real develoeprs 'blachner' has a 770
http://www.oesf.org/forums/index.php...ult_type=posts


cheers

Last edited by ArnimS; 2007-04-30 at 23:05.