hsc

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package hsc implements the high-score cartridge shim for the 7800.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bus

type Bus interface {
	Label() string
	Access(write bool, address uint16, data uint8) (uint8, error)
}

type Context

type Context interface {
	Spec() spec.Spec
}

type Device

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

func Create

func Create(ctx Context, cartridge Bus) *Device

func (*Device) Access

func (dev *Device) Access(write bool, address uint16, data uint8) (uint8, error)

func (*Device) Label

func (dev *Device) Label() string

Jump to

Keyboard shortcuts

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