Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 617 Bytes

SYSTEMS.md

File metadata and controls

10 lines (7 loc) · 617 Bytes

Highbyte.DotNet6502 systems

Overview

Systems are implementations of the ISystem and related interfaces, and represent a computer running on the 6502 CPU using the Highbyte.DotNet6502 library for executing code.

A system implementation does not have any dependencies to specific rendering, input handling, or audio technologies. For these purposes, see the Highbyte.DotNet6502.Impl.* projects.

Systems