Documentation ¶
Overview ¶
Package clocks defines the constant values that define the speed of the main clock in the VCS console.
In addition to the clock value in the VCS type, the constant values are also used for colour generation.
It should also used maybe, for the Supercharger soundloading. However, a choice has been made not to complicate the soundload code because it doesn't seem to make a difference to loading effectivenss
Values taken from: http://www.taswegian.com/WoodgrainWizard/tiki-index.php?page=Clock-Speeds
Index ¶
Constants ¶
View Source
const ( NTSC = 1.193182 PAL = 1.182298 PAL_M = 1.191870 SECAM = 1.187500 )
View Source
const ( NTSC_TIA = NTSC * 3 PAL_TIA = PAL * 3 PAL_M_TIA = PAL_M * 3 SECAM_TIA = SECAM * 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.