retrogolib

module
v0.0.0-...-658d513 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2024 License: Apache-2.0

README

retrogolib - Golang library for retro console tooling development

Build status go.dev reference Go Report Card codecov

Project layout

├─ addressing       general CPU addressing defines and helpers
├─ app              common application/service helpers
├─ arch/cpu         Helpers for different CPUs
├─ arch/nes         NES common types and helpers
├─ assert           test assertion helpers
├─ buildinfo        show version info that is embedded in the binary
├─ cpu              general CPU defines and helpers
├─ gui              GUIs renderers
├─ input            hardware controller/keyboard helpers
├─ log              fast and structured logging based on slog

Directories

Path Synopsis
Package addressing provides addressing defines and helpers.
Package addressing provides addressing defines and helpers.
Package app implements common application/service helpers.
Package app implements common application/service helpers.
arch
cpu/m6502
Package m6502 provides support for the MOS Technology 6502 CPU.
Package m6502 provides support for the MOS Technology 6502 CPU.
nes
Package nes provides support for the Nintendo Entertainment System (NES).
Package nes provides support for the Nintendo Entertainment System (NES).
nes/cartridge
Package cartridge provides .nes ROM loading and saving.
Package cartridge provides .nes ROM loading and saving.
nes/codedatalog
Package codedatalog implements support for Code/Data Logging in a FCEUX/Mesen emulator compatible format.
Package codedatalog implements support for Code/Data Logging in a FCEUX/Mesen emulator compatible format.
nes/parameter
Package parameter provides helpers to output instruction parameters as string compatible with specific assemblers.
Package parameter provides helpers to output instruction parameters as string compatible with specific assemblers.
nes/register
Package register contains constants that represent special memory register addresses.
Package register contains constants that represent special memory register addresses.
Package assert contains test assertion helpers.
Package assert contains test assertion helpers.
Package buildinfo formats build information that is embedded into the binaries.
Package buildinfo formats build information that is embedded into the binaries.
Package cpu provides general CPU related type support.
Package cpu provides general CPU related type support.
Package gui implements different GUIs renderers.
Package gui implements different GUIs renderers.
Package input provides hardware controller/keyboard helpers.
Package input provides hardware controller/keyboard helpers.
Package log provides logging functionality.
Package log provides logging functionality.

Jump to

Keyboard shortcuts

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