rombo

package module
v0.0.0-...-0820bce Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2020 License: BSD-3-Clause Imports: 19 Imported by: 0

README

Build Status Go Report Card GoDoc

Rombo

go get github.com/bodgit/rombo/...

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datafile

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

func NewDatafile

func NewDatafile(b []byte) (*Datafile, error)

func (*Datafile) GamesRemaining

func (d *Datafile) GamesRemaining() (int, error)

func (*Datafile) Marshal

func (d *Datafile) Marshal() []byte

func (*Datafile) Merge

func (d *Datafile) Merge(b []byte) error

type Everdrive64

type Everdrive64 struct{}

type JaguarGD

type JaguarGD struct{}

type Layout

type Layout interface {
	// contains filtered or unexported methods
}

type MegaSD

type MegaSD struct{}

type ROM

type ROM struct {
	Game     string
	Filename string
	Size     uint64
	CRC      string
	SHA1     string
}

type Rombo

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

func New

func New(datafile *Datafile, logger *log.Logger, destructive bool, layout Layout) (*Rombo, error)

func (*Rombo) Clean

func (r *Rombo) Clean(dir string) error

func (*Rombo) Export

func (r *Rombo) Export(dir string, dirs []string) error

func (*Rombo) Verify

func (r *Rombo) Verify(dirs []string) error

type SD2SNES

type SD2SNES struct{}

type SimpleCompressed

type SimpleCompressed struct{}

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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