#include int32_t main(int32_t argc, char *argv[]) { (void)argc; (void)argv; sdl_init(); cpu_verbose = true; cpu_loop(); sdl_quit(); return 0; }