Learn R Programming

AmigaFFH (version 0.4.3)

amiga_monitors: A list of Amiga monitors

Description

This table lists Amiga monitors and corresponding raw codes that represent these monitors.

Arguments

Format

A data.frame with 2 columns:

  • The column named `MONITOR_ID': a factor representing an Amiga monitor

  • The column named `CODE': A list containing a vector of 4 raw values as used by the Amiga to represent a specific monitor.

Details

This table contains monitors that were compatible with the Amiga. It also contains raw codes that were used to represent them. This data is used to interpret IFFChunk objects of type `CAMG'. It is also used to interpret ILBM images and creating IFF files from raster images.

References

https://wiki.amigaos.net/wiki/Display_Database#ModeID_Identifiers

Examples

Run this code
data("amiga_monitors")

Run the code above in your browser using DataLab