On Sun, 7 Dec 2003, Robert Alan Byer wrote: > It's a good idea, but the problem I see is that different platforms may > left out as different OS's have different ways of doing this.
xmame supports many different platform-specific features already. Another one won't hurt. > Currently, with some work XMAME/XMESS will compile on just about any good > ANSI C platform. If you go this route, then more OS dependent code will > porbalby have to be used and again, some OS's might loose out. Techniques to build shared library code is suprisingly portable. One of my large projects builds a .so / dll which works on linux/win32 using the same code base and gcc / mingw. Anyway, it doesn't have to be done all at once. It can be done in small pieces, a cpu/chip emulation at a time. -Dan _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame