Act as if reset was pressed if no hex file is specified at startup
[emu8051.git] / src / emugtk.c
index 7cd5a2a..4b256f9 100644 (file)
@@ -448,6 +448,8 @@ main(int argc, char **argv)
 
        if (hex_file != NULL)
                emugtk_new_file(hex_file);
+       else
+               emugtk_Reset();
 
        gtk_main();