-
Notifications
You must be signed in to change notification settings - Fork 78
AdamNet Timing Analysis
Thomas Cherryhomes edited this page Sep 8, 2025
·
21 revisions
Internal notes describing observations of AdamNet timings with other peripherals.
A Block is 1K of data from a disk or data pack.
graph TD
A(["MN_STATUS"])-->B("NM_STATUS")-->C(["MN_ACK"])
D(["MN_READY"])-->E("NM_ACK")-->F(["MN_SEND"])-->G("NM_ACK")
H(["MN_RECEIVE"])-->I("NM_ACK")-->J("MN_CLR")-->K("NM_SEND")-->L(["MN_ACK"])-->D
TAPEUTL always reads blocks cleanly from the FujiNet. Are we messing up status timing?
Multiple units: The DCB has a unit number, which can specify the unit number for a drive. This gets reflected in the very last data byte of the requested block number. (This is why the send block command has 5 bytes).
- Time between D8 and 98: 164 microseconds
- Time between 98 and 68: 124 microseconds
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