D64QLPlugin 0.1 released

Mac OS X 10.5 has a really nice feature called QuickLook. This renders the contents of your files into nice little thumbnails and also allows to inspect them in detail by pressing Space…

I have lying around hundreds of D64 disk images on my hard disk and thought it would be really nice to have a quick look at the directories…

So I wrote D64QLPlugin that allows to display the contents of a D64/D71/D81 disk image file in a small retro-style directory view…

Check it out at the D64QLPlugin Homepage!

doremac.com online!

After thinkcommodore.com finally shut down its business, it was a sad time for Mac + Commodore fans without having a forum to discuss. Now the wait is over: a new site hit the ground: doremac.com. The site has a forum with strong focus on Commodore computing done by Mac users. Starting from data transfer connection issues to CBM emulators on the Mac you can find everything there. Head over and check it out!

Grasstust, the site maintainer, was kind enough to add a MacVICE Forum Thread. So all MacVICE related stuff including bug fixes and user support can be discussed there.

VICE and VICEplus Leopard fix

Unfortunately, the new MacOS X 10.5 (Leopard) does not run the release binaries of VICE 1.22 and VICEplus 1.0 anymore.

Some debugging revealed three issues:

  • The X11.app startup has greatly simplified and does not need open-x11 (which by the way does not exist any more) to determine a valid DISPLAY value. Now MacOS X already defines a valid DISPLAY that automatically launches the X11 server. This needed a minor modification to the VICE launch scripts.
  • A really nasty bug in the CoreAudio sound driver now crashes the application. The bug existed for a long time but was never discovered since previous versions of MacOS X simply tolerated the wrong API call. Now Leopard is more picky and simply crashes. A small fix in the audio driver fixes this problem.
  • Finally, Apple updated the autoconf build tools and thus the build files needed minor modifications. Additionally, /bin/sh now seems to point to a real sh and since some scripts require /bin/bash they need to be changed to call the right shell.

I fixed these issues and now VICE and VICEplus run on Leopard, too. The fix is already applied to the current development versions of both branches.

For your convenience I also recompiled the current version with the patch applied:

DiskImagery64 0.6 released

Yes, a new release is ready before I leave for the weekend 😉 Sorry, the documentation is not updated yet but there is lots of fresh code inside (bugs of course, too :/):

This time I added networking support. If you have a RRNet ethernet card and a Retro Replay with the Final Replay ROM 0.6 flashed on it then you are ready for real networking fun…

Continue reading