Create src/lib
This commit is contained in:
parent
4cb229e472
commit
d3823b9455
11 changed files with 5 additions and 2 deletions
|
@ -43,7 +43,7 @@ let rec run (cpu: Cpu.t) (mem: Memory.t) (screen: Screen.t) =
|
|||
(** Power up sequence
|
||||
http://bgb.bircd.org/pandocs.htm#powerupsequence *)
|
||||
let power_up cartridge =
|
||||
(** Nintendo logo scrolling *)
|
||||
(* Nintendo logo scrolling *)
|
||||
if not (Cartridge.check_nintendo_logo cartridge)
|
||||
then print_endline "Invalid ROM."
|
||||
else
|
Loading…
Add table
Add a link
Reference in a new issue