Load cartridge

This commit is contained in:
Fabien Freling 2019-05-15 14:03:53 +02:00
parent 2f31756be8
commit d197159f5a
7 changed files with 40 additions and 9 deletions

View file

@ -67,6 +67,8 @@ let get_RAM_size = function
let read_cartridge file =
Printf.printf "Read cartridge: %s" file;
print_newline ();
try
let ic = open_in_bin file in