class

GB::Timer

Inherits Reference < Object

Constructors

new(gb : GB)
Source

Instance methods

[](index : Int) : UInt8

read from timer memory

Source
[]=(index : Int, value : UInt8) : Nil

write to timer memory

Source
skip_boot
Source
tick(cycles : Int) : Nil

tick timer forward by specified number of cycles

Source