Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
11–20 of 70 posts
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#12But will it run Dark Castle?? Many hours were wasted on that game.
and yes:
https://github.com/jjuran/metamage_1/commit/30cb0e260d5ff478...
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#13make ams-vnc ./build.pl -i exhibit graft skif minivx xv68k freemountd listen vnc-interact ... Daemon starting up... done. T=0.037s ERROR: OpenDF is unimplemented Hm, doesn't seem to work. Let's try the X11 version: make ams-x11 ./build.pl -i exhibit graft skif minivx xv68k freemountd interact-x11 ... T=0.275s ERROR: OpenDF is unimplemented Nope, it seems to be missing something. OpenDF? All I find is this: https://gi…
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#14make ams-vnc ./build.pl -i exhibit graft skif minivx xv68k freemountd listen vnc-interact ... Daemon starting up... done. T=0.037s ERROR: OpenDF is unimplemented Hm, doesn't seem to work. Let's try the X11 version: make ams-x11 ./build.pl -i exhibit graft skif minivx xv68k freemountd interact-x11 ... T=0.275s ERROR: OpenDF is unimplemented Nope, it seems to be missing something. OpenDF? All I find is this: https://gi…
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#15I can't imagine how fast this is compared to the original hardware that ran it. I remember using a Mac 512k with a single floppy drive (no hard drive support) and doing the insert-floppy-dance. Computers were far more mechanical then. It would be fun to have a "slow it down" feature that also has the various floppy read/write noises paired with it. Bonus points for different generations of hardware and having the OG…
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#16This triggered flashbacks. I'm not sure if I'm remembering correctly, but I think we sometimes also used used Pascal, and it was optional for some toolboxes. It's been a long time though so I could be mistaken. That might have been pre-Mac? But good times, though. Boy, is the world a different place.
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#17It only takes one unintentional reliance on an implementation detail to make an application not run on another OS implementation...
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#18make ams-vnc ./build.pl -i exhibit graft skif minivx xv68k freemountd listen vnc-interact ... Daemon starting up... done. T=0.037s ERROR: OpenDF is unimplemented Hm, doesn't seem to work. Let's try the X11 version: make ams-x11 ./build.pl -i exhibit graft skif minivx xv68k freemountd interact-x11 ... T=0.275s ERROR: OpenDF is unimplemented Nope, it seems to be missing something. OpenDF? All I find is this: https://gi…
OpenDF is a MacOS toolbox call (which is apparently not implemented)
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#19I am amazed that 1980's software works on binary API compatibility rather than relying on API quirks like timing, memory alignment quirks, memory layout from specific allocator behaviour, etc. It only takes one unintentional reliance on an implementation detail to make an application not run on another OS implementation...
Re: Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS
#20Wine for classic Mac OS? Amazing. Well done.