view render.h @ 179:68af8a56ab7a

Fix scc to set reg to 0xFF rather than 1 when the condition is true
author Mike Pavone <pavone@retrodev.com>
date Tue, 08 Jan 2013 09:34:24 -0800
parents 3b79cbcf6846
children 209a37eed3e7
line wrap: on
line source

#ifndef RENDER_SDL_H_
#define RENDER_SDL_H_

#include "vdp.h"
void render_init(int width, int height);
void render_context(vdp_context * context);
void render_wait_quit(vdp_context * context);
void wait_render_frame(vdp_context * context);

#endif //RENDER_SDL_H_