Documentation
¶
Overview ¶
Package cbm contains components for Commodore Business Machines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Palette = []color.RGBA{ color.RGBA{0x00, 0x00, 0x00, 0xff}, color.RGBA{0xff, 0xff, 0xff, 0xff}, color.RGBA{0x88, 0x00, 0x00, 0xff}, color.RGBA{0xaa, 0xff, 0xee, 0xff}, color.RGBA{0xcc, 0x44, 0xcc, 0xff}, color.RGBA{0x00, 0xcc, 0x55, 0xff}, color.RGBA{0x00, 0x00, 0xaa, 0xff}, color.RGBA{0xee, 0xee, 0x77, 0xff}, color.RGBA{0xdd, 0x88, 0x55, 0xff}, color.RGBA{0x66, 0x44, 0x00, 0xff}, color.RGBA{0xff, 0x77, 0x77, 0xff}, color.RGBA{0x33, 0x33, 0x33, 0xff}, color.RGBA{0x77, 0x77, 0x77, 0xff}, color.RGBA{0xaa, 0xff, 0x66, 0xff}, color.RGBA{0x00, 0x88, 0xff, 0xff}, color.RGBA{0xbb, 0xbb, 0xbb, 0xff}, } )
View Source
var ScreenDecoder = func(code uint8) (rune, bool) { return decoder(code, petscii.Decoder) }
View Source
var ScreenShiftedDecoder = func(code uint8) (rune, bool) { return decoder(code, petscii.ShiftedDecoder) }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.