Module Memory.Limits

limits.ml - Information about space limits, such as bank sizes

val address_width : int

Address space bit width

val address_max : int

Address space boundary

val hram_size : int

352 bytes of High Memory

val oam_size : int

160B of sprite table

val vram_size : int

16KB - 8 for GB and all 16 for CGB

val wram_bank_size : int

4KB

val wram_size : int

32 KB of Working RAM - 2 GB banks and 6 GBC banks

val _CLOCK_SPEED : int
val _FRAME_RATE : int