Skip to content

Instantly share code, notes, and snippets.

@dirksan28
Last active November 25, 2023 13:53
Show Gist options
  • Save dirksan28/6e8709a3b93039a777ac44bce5bebe54 to your computer and use it in GitHub Desktop.
Save dirksan28/6e8709a3b93039a777ac44bce5bebe54 to your computer and use it in GitHub Desktop.
Gotek emulator for Roland EM-55 howto

HowTo Replace the old 3.5" floppy drive of an Roland EM-55 keyboard with an (USB-stick) GOTEK floppy emulator

Go shopping...

Buy an Gotek Floppy Emulator

You also may need a USB-A (male) to USB-A (male) cable for fimware update of the emulator

Jumper settings for the Roland EM-55

After a bit of trial and error the following jumper settings worked for the EM-55

jumper1 jumper2

Prepare your USB-stick

  • format it with FAT32

Preparing a style disc

As the EM-55 is able to read plain FAT discs:

  • download https://github.com/keirf/flashfloppy-images/releases/download/latest/FF_Images.zip and extract an empty '3.5" disc' => FF_Images.zip/FF_Images/Unformatted/IMG/1m44.img
  • mount that image, format it as FAT, then put the files on it, which you want to see from the EM-55 later on
    • on windows use the free OSFMount to mount an *.img file
    • for linux the easiest way I found was using gnome-disk-utility:
     sudo apt install gnome-disk-utility
     ...
     gnome-disk-image-mounter --writable <yourimage.img>
    
  • put the img-file to your USB-stick
  • if you want multible images on the stick, add a "-number" to the filename e.g. 1m44.img, 1m44-1.img, 1m44-2.img, ...

Have fun...

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment