Documentation ¶
Overview ¶
Package properties adds support for the Stella properties file, named stella.pro. The file should be placed in the Gopher2600 configuration folder
The Properties type is safe to access in goroutines
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
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
Find the property entry for the ROM with the supplied md5 hash
Click to show internal directories.
Click to hide internal directories.