Module spectrusty_formats::scr

source ·
Expand description

SCR file format utilities.

Utilities in this module can work with the ULAplus extensions to the SCR format:

The type of the file is recognized by its total byte size:

sizedescription
6912Standard screen data.
6976Standard screen data + 64 palette registers.
12288Hi-color screen data as primary screen data followed by the secondary screen data.
12352Hi-color screen data + 64 palette registers.
12289Hi-res screen data (primary + secondary) followed by the hi-res color information byte.
12353Hi-res screen data (primary + secondary + hi-res color) + 64 palette registers.

Enums

This enum indicates a current or requested screen mode.

Traits

Utilities for loading and saving SCR files.
This trait should be implemented by the core chipset emulator types.

Type Definitions

Represents a single screen memory.