Versions in this module Expand all Collapse all v0 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)