Remove doc warning
This commit is contained in:
parent
35ea1690fe
commit
fbf8956885
|
@ -48,8 +48,8 @@ let init (cartridge: Cartridge.t) =
|
|||
interrupt = create 1
|
||||
} in
|
||||
|
||||
(** Init register values
|
||||
@see http://bgb.bircd.org/pandocs.htm#powerupsequence *)
|
||||
(* Init register values:
|
||||
http://bgb.bircd.org/pandocs.htm#powerupsequence *)
|
||||
let zero = char_of_int 0 in
|
||||
set map.io 0x05 zero; (* TIMA, 0xFF05 *)
|
||||
set map.io 0x06 zero; (* TMA, 0xFF06 *)
|
||||
|
|
Loading…
Reference in a new issue