Documentation
¶
Index ¶
Constants ¶
View Source
const ( NTSC_for_TIA = 1.193182 * Mhz PAL_for_TIA = 1.182298 * Mhz PAL60_for_TIA = 1.182298 * Mhz PAL_M_for_TIA = 1.191870 * Mhz SECAM_for_TIA = 1.187500 * Mhz )
View Source
const ( MariaCycles_for_SlowMemory = 6 MariaCycles = 4 )
View Source
const ( NTSC_MARIA = NTSC_for_TIA * MariaCycles_for_SlowMemory // 7.16Mhz PAL_MARIA = PAL_for_TIA * MariaCycles_for_SlowMemory PAL60_MARIA = PAL60_for_TIA * MariaCycles_for_SlowMemory PAL_M_MARIA = PAL_M_for_TIA * MariaCycles_for_SlowMemory SECAM_MARIA = SECAM_for_TIA * MariaCycles_for_SlowMemory )
View Source
const ( NTSC = NTSC_MARIA / MariaCycles // 1.79MHz PAL = PAL_MARIA / MariaCycles PAL60 = PAL60_MARIA / MariaCycles PAL_M = PAL_M_MARIA / MariaCycles SECAM = SECAM_MARIA / MariaCycles )
View Source
const Mhz = 1000000
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.