amiga_display_modes {AmigaFFH}R Documentation

A table of display modes on the Amiga and corresponding raw codes

Description

A table of display modes on the Amiga and corresponding raw codes representing these modes.

Format

A data.frame with 4 columns:

Details

This table contains most display modes that were available on the Amiga. It also contains raw codes that were used to represent these modes. The table also contains the hardware monitors that could display the specific modes, and the minimal chip set that was required for the display mode. 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

http://amigadev.elowar.com/read/ADCD_2.1/AmigaMail_Vol2_guide/node00FD.html

Examples

data("amiga_display_modes")

[Package AmigaFFH version 0.4.5 Index]