Giter Site home page Giter Site logo

robsmithdev / diskflashback Goto Github PK

View Code? Open in Web Editor NEW
33.0 5.0 2.0 2.45 MB

Windows package to mount disk images and real floppy drives for non standard windows file systems

Home Page: https://robsmithdev.co.uk/diskflashback

CMake 0.42% Makefile 0.35% Shell 1.17% M4 0.08% HTML 2.94% Roff 0.17% C 73.93% Batchfile 0.01% C++ 20.47% Inno Setup 0.46%
virtual-floppy-drive amiga amigados atari-st fat12 ffs ibm-pc ofs

diskflashback's Introduction

DiskFlashback

A Windows package to use Floppy Disk Images Files & Real Floppy Disks in Windows, directly.

Why?

Most of the USB floppy drives are terrible. And modifying a drive for DrawBridge removes the IBM/PC floppy disk support in Windows. Plus I was getting annoyed having to boot WinUAE just to copy a file to an ADF (or disk). So I built this - And all the silly playground arguments from childhood now behind us I gave a little love to the Atari ST too (untested, I don't have one!)... Checkout https://robsmithdev.co.uk/diskflashback for more details!

Features

  • Mount ADF, DMS*, IMG, IMA, ST, MSA*, HDA, HDF and SCP* disk and hard drive files as virtual drives (* are read only)
  • Supports AmigaDOS OFS/FFS DD & HD Disks
  • Supports IBM/PC FAT12/16 DD 720k & HD 1.44Mb Disks
  • Supports Atari ST FAT12/16 GemDOS Single and Double Sided normal & extended Disks
  • Supports Dual Format Amiga/Atari floppy disks and mounts them as two drives! (read only)
  • Use your DrawBridge, Greaseweazle or SupercardPRO board as a real floppy drive with direct access to files
  • Can create new disk images of any of the above formats.
  • Rip real floppy disks to the above formats
  • Write disk images to real floppy disks
  • Install boot blocks on Amiga floppy disks
  • Optionally silently swap file extensions (eg: mod.thismusic to thismusic.mod)

How does it work?

DiskFlashback is powered by:

  • Dokany for the Virtual Drives
  • ADFLib for the Amiga File System
  • FatFS for the FAT12/16 File System
  • xDMS for DMS File Support
  • pfs3aio for the Amiga PFS3 File System
  • FloppyBridge for Real Floppy Disk Support DiskFlashback is OpenSource and available under the GPL2 Licence, and available from GitHub.

Notes for Developers

You can trigger DiskFlashback to release control of the physical floppy drive (Drawbridge, Greaseweazle and SupercardPRO), and have it restore access too using a simple Windows command. DiskFlashback will also automatically restore access after the application making the request terminates.

void releaseVirtualDrives(bool release, int controllerType) {
	HWND remoteWindow = FindWindow(L"VIRTUALDRIVE_CONTROLLER_CLASS", L"DiskFlashback Tray Control");
	if (remoteWindow) SendMessage(remoteWindow, WM_USER + 2, (controllerType & 0x7FFF) | (release ? 0 : 0x8000), (LPARAM)GetCurrentProcessId());
}

controllerType should be: 0 (DrawBridge), 1 (Greaseweazle) or 2 (SupercardPRO)

Summary

DiskFlashback is OpenSource and available under the GPL2 Licence and can be downloaded from this site

Join me on Discord for further discussions and also support me on Patreon

Enjoy...

diskflashback's People

Contributors

robsmithdev avatar

Stargazers

 avatar Artifex Maximus avatar  avatar  avatar Herwin Bozet avatar FSCorrupt avatar Tanvir avatar  avatar Jefferson Phillips avatar skye avatar David 'Foxhack' Silva avatar AngelDevIndie avatar  avatar SylverReZ avatar SatyrDiamond avatar The Finch Company avatar Jesús Leganés-Combarro avatar Foone Turing avatar  avatar  avatar Johan Driessen avatar  avatar Ketchetwahmeegwun T. Southall avatar Randy S. Hunsaker avatar Terry Smith avatar  avatar  avatar Philip Petev avatar  avatar  avatar  avatar Will Green avatar Dimitris Panokostas avatar

Watchers

 avatar Dimitris Panokostas avatar  avatar  avatar  avatar

diskflashback's Issues

Using Adafruit RP2040 board as Greaseweazle

Hi, great project!

How are you detecting the Greaseweazle board? It doesn't recognise the rp2040 greaseweazle boards.

Board is reported as:

PS C:\Users\adamk\Downloads\greaseweazle-1.16.3> .\gw.exe info --device COM5
Host Tools: 1.16.3
Device:
Port: COM5
Model: Adafruit Floppy Generic
Firmware: 1.0
Serial: DF6254209F914F2D
USB: Full Speed (12 Mbit/s)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.