files

package
v0.0.0-...-33ef502 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DSK

type DSK interface {
	SeekSector(chrn []byte) *Sector
	SeekTrack(side, track int)
	ActualSector() *Sector
	NextSector() *Sector
	GetID(side int) []byte
}

func LoadDsk

func LoadDsk(fileName string) DSK

type Sector

type Sector struct {
	CHRN     []byte
	ST1, ST2 byte
	Data     []byte
}

func (*Sector) String

func (s *Sector) String() string

Jump to

Keyboard shortcuts

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