Remove doc warning
This commit is contained in:
		
							parent
							
								
									35ea1690fe
								
							
						
					
					
						commit
						fbf8956885
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue