atr

package
v0.0.0-...-561994f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2024 License: GPL-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package atr helps reading files from Atari disk images.

Index

Constants

View Source
const (
	ATR_MAGIC1 = byte(0x96)
	ATR_MAGIC2 = byte(0x02)
)
View Source
const (
	DELETED = 0x80
)

Variables

This section is empty.

Functions

func NewAtrFS

func NewAtrFS(input io.ReadSeeker) (fs.FS, error)

Types

type SectorReader

type SectorReader interface {
	/* 1-based sector number */
	ReadSector(num int) ([]byte, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL