About

Ian Ozsvald picture

This is Ian Ozsvald's blog, I'm an entrepreneurial geek, an AI consultant, co-founder of the StrongSteam AI and data mining API, co-founder of the SocialTies App, author of the A.I.Cookbook, author of The Screencasting Handbook, a Pythonista, co-founder of ShowMeDo and FivePoundApps and also a Brightonian. Here's a little more about me.

View Ian Ozsvald's profile on LinkedIn Visit Ian Ozsvald's data science consulting business Protecting your bits. Open Rights Group

20 June 2009 - 15:18E-UAE Amiga Emulator on Ubuntu 9.04 with Sound and a Blank Floppy Image (.adf)

In all its glory, behold the 880k-wonderfulness of a blank Amiga (.adf) floppy disk image.  Why, you might ask, do I link to this image?  Simple.  Having used the e-uae Amiga emulator on Linux a few times, each time I’ve stumbled with save-games because euae doesn’t provide the ability to format a save-game disk when you don’t have a regular Amiga disk image.  Well, not stumbled – I’ve not saved, gotten fed-up and then moved on.

This time I decided to venture into the unknown…I used an old copy of Workbench 1.3, then copied the workbench .adf image and formatted it (right-click on the disk icon, Initialize).  If you need one for save-games, just download the above copy.

Apparently the default build of UAE uses OSS for sound, since I run using ALSA I wasn’t getting any sound.  The solution is explain here, I had to install aoss and then run:

aoss uae

so now I get full sound – yay!

To get it installed I went via the fabulous morgoth, I tried the suggested:

wget -O - http://morgoth.free.fr/files/morgoth-signkey.gpg.asc | sudo apt-key add -

but it didn’t work so I downloaded morgoth-signkey.gpg.asc and ran

sudo apt-key add morgoth-signkey.gpg.asc

Then I added the following to Synaptic:

deb http://morgoth.free.fr/ubuntu jaunty-backports main

and searched on ‘e-uae’, installed it and the installed version is ’0.8.29-WIP4-6ubuntu1.1~jaunty~9.04mlk as ‘uae-e’.  Now I can play old Amiga games at my leisure (I recommend Deuteros).  Top tip – for full screen use ‘F12 + s’ (where ‘s’ is the ‘s’ key, not Shift!).


Ian applies Artificial Intelligence as an Artificial Intelligence Researcher for companies (Mor Consulting), co-founded the StrongSteam A.I. datamining toolkit, co-authored SocialTies, programs Python, writes The Screencasting Handbook and is also a sea-side dweller and consumer of fine coffees.

5 Comments | Tags: Life

Comments:

  1. I looked everywhere – didn’t think to do that.. but seriously, you’ve saved my sanity.

    Why why why is there no “make blank disk” button in UAE!?

    Thank you!

  2. Existentia says;
    04 Aug 2011 - 20:08

    dd if=/dev/zero of=mydisk.adf bs=1024 count=880

    Change the of name, and you can make blank, unformatted ADFs all day.

  3. You need to extract the adf file from the zip or elsethe floppy will be write protected in UAE. Thanks for the blank flop!

  4. weikai says;
    15 Apr 2012 - 17:48

    this saved me today! started playing Hero Quest and couldn’t figure out how to save a game till I remembered I needed to format a blank disk to be a saved game disk. Thanks Heaps!

  5. Dreamcaster says;
    15 Apr 2012 - 23:49

    Thank you so much mate!!!
    Really, I appreciate it!
    I am playing Wings on EUAE on Ubuntu…and I can’t save state or save game on a newly formatted disk.
    Thank you for sharing this!

Add a Comment