class

GB::ROM

Inherits GB::Cartridge < Reference < Object

Constructors

new(rom : Bytes, cartridge_type : CartridgeType)
Source

Instance methods

[](index : Int) : UInt8

read from cartridge memory

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