properties

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package properties adds support for the Stella properties file, named stella.pro. The file should be placed in the Gopher2600 configuration folder

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Hash         string
	Name         string
	Manufacturer string
	Note         string
	Rarity       string
	Model        string
}

func (Entry) IsValid

func (e Entry) IsValid() bool

type Properties

type Properties struct {
	// contains filtered or unexported fields
}

func Load

func Load() (Properties, error)

func (Properties) Lookup

func (pro Properties) Lookup(md5Hash string) (Entry, bool)

Find the property entry for the ROM with the supplied md5 hash

Jump to

Keyboard shortcuts

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