comparison io.c @ 1103:22e87b739ad6

WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
author Michael Pavone <pavone@retrodev.com>
date Fri, 09 Dec 2016 09:48:48 -0800
parents 1a66d5165ea7
children 2eb54e24914e
comparison
equal deleted inserted replaced
1102:c15896605bf2 1103:22e87b739ad6
15 #include <string.h> 15 #include <string.h>
16 #include <stdlib.h> 16 #include <stdlib.h>
17 17
18 #include "io.h" 18 #include "io.h"
19 #include "blastem.h" 19 #include "blastem.h"
20 #include "genesis.h"
20 #include "render.h" 21 #include "render.h"
21 #include "util.h" 22 #include "util.h"
22 23
23 #define CYCLE_NEVER 0xFFFFFFFF 24 #define CYCLE_NEVER 0xFFFFFFFF
24 #define MIN_POLL_INTERVAL 6840 25 #define MIN_POLL_INTERVAL 6840