-
Notifications
You must be signed in to change notification settings - Fork 71
SIO Command $F2 Drive Map Read
Thomas Cherryhomes edited this page Dec 19, 2019
·
1 revision
Called to retrieve the current map of diskulator drives to disk images.
DCB | Value |
---|---|
DDEVIC | $70 |
DUNIT | $01 |
DCOMND | $F2 |
DSTATS | $40 |
DBUF | Pointer to 296 byte character buffer to contain a struct of driveMap as seen below |
DTIMLO | $0F |
DBYT | 296 |
DAUX1 | Not Used |
DAUX2 | Not Used |
union
{
struct
{
unsigned char hostSlot;
unsigned char file[36];
} slot[8];
unsigned char rawData[296];
} driveSlots;
Put other related command links here.
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine