Re: [hatari-devel] Hatari 1.6 for Mac OS X |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi Andreas!
Am Fri, 6 Jan 2012 15:47:31 +0100
schrieb Andreas Grabher <andreas.grabher@xxxxxxxxxxxx>:
> I am involved in the project of writing a NeXT Computer emulator
> called "Previous". It is based upon Hatari and i am maintaining the
> Mac OS X version of it.
>
> (If you want to learn more about the "Previous" project and its
> current state, you can find informations here:
> http://previous.alternative-system.com/ and here:
> http://www.nextcomputers.org/forums/viewtopic.php?t=2642)
Yes, we noticed that emulator a couple of weeks ago already. Great to
see that Hatari is also useful for non-Atari folks :-) I've added now
also a link there in the "Other emulators" section of our website.
> This build has been made from default sources, with one little
> modification to allow it to build on Xcode 3.1.3/Mac OS X 10.5.8 PPC:
>
> *** /trunk/src/gui-osx/Shared.h 2011-12-04 11:53:41.000000000
> +0100 --- /Previous/src/gui-osx/Shared.h 2011-12-10
> 19:11:59.000000000 +0100 ***************
> *** 8,13 ****
> --- 8,14 ----
> #import <Cocoa/Cocoa.h>
>
> // Wrapper to run an NSWindow modally
> + @protocol NSWindowDelegate;
> @interface ModalWrapper : NSWindowController <NSWindowDelegate>
> {
> IBOutlet NSWindow *modalWindow;
Ok, thanks for the patch, I applied it to our repository now.
Thomas