Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2026 Changes in this version + var ErrNoFile = errors.New("no matching file found in archive") + func LoadBIOS(path string) ([]byte, error) v0.1.0 Feb 20, 2026 Changes in this version + var ErrFileTooLarge = errors.New("file exceeds maximum size limit") + var ErrNoROMFile = errors.New("no ROM file found in archive") + var ErrUnsupportedFormat = errors.New("unsupported file format") + func Load(path string, extensions []string) ([]byte, string, error)