constants

package
v0.0.0-...-88ca599 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ScreenRefreshRate    = 59.73 //59.73
	InputRefreshPerFrame = 7     // 1 2 7 11 14 22 77
	AudioFrequency       = 48000
	AudioBufferSamples   = 1600
)
View Source
const (
	// CPUClockSpeed : number of cycles/second for the main cpu
	CPUClockSpeed = 4194304 // Hz

	// ScreenWidth : horizontal resolution of the screen
	ScreenWidth = 160 // Pixels
	// ScreenHeight : vertical resolution of the screen
	ScreenHeight = 144 // Pixels

	// ScreenColors : number of colors per frame
	ScreenColors = 64 // Colors / frame
	// ScreenColorsDepth : depth of each color
	ScreenColorsDepth = 3 // Bytes
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL