From: Gwenole B. <gbe...@ma...> - 2001-03-23 08:50:26
|
On Sun, 18 Mar 2001, Christian Bauer wrote: > > - Fix the DGA2 bug > > I'll try to have a look at this. In xmame, they used an interesting trick: setting hooks for DGA1 and DGA2 functions. However, the code must be compiled on a system with XFree 4.0+. > Maybe we should use loadable CPU emulation plugins? I still haven't found a decent way to support plugins on a wide range of machines. So far, dlopen() is the best bet for Un*x (Solaris, AIX) and Linux. I don't know about Windows nor Irix nor HP/UX. Do you know a GPL-compatible library that wraps those functions on as many systems as possible ? Do you foresee plugins for PowerPC emulation ? ;-) Bye, Gwenole. |