[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple // emulators for Linux (not GS)
On Feb 16, 2:49 pm, d_cym...@hotmail.com wrote:
> On Feb 12, 8:49 pm, BluPhoenyx <bluphoe...@earthlink.net> wrote:
>
> > Applewin will run in most versions of WINE or Cedega. Later versions are
> > pretty useful with the exception of mouse support.
>
> AppleWin was always my emulator of choice when I used Windows. I have
> transitioned over to a combination of Linux and some FreeBSD over the
> past year and it is unfortunate to not have a native emulator with
> similar functionality and ease of use. In general, I do not use
> WINE. I'd always hoped that somebody would take the AppleWin codebase
> and port it to SDL (Atari800 emulator uses this with success), then it
> would be that much close to a native *nix port which would be sweet.
> I should probably just get off my butt and try to do it myself :-)
> Anybody with any expertise in this area want to help ;-)
SDL will take care of the video and sound; for the UI you'll need to
move to a portable UI toolkit instead of native Windoze.
I've not looked at the codebase, but getting the SDL layer in and have
it run without the UI is probably feasible in a weekend or two,
provided there isn't large dependencies on WinXX API's - but there
shouldn't be.