view src/system.h @ 19:04fc17376999

Sort of working tile rendering and tile test ROM
author Michael Pavone <pavone@retrodev.com>
date Mon, 28 Mar 2016 23:43:31 -0700
parents ae58e7c3c328
children 4c9dbfa30a66
line wrap: on
line source

#ifndef SYSTEM_H_
#define SYSTEM_H_

int system_init(int width, int height);
uint16_t *system_get_framebuffer(int *pitch);
void system_framebuffer_updated();
void system_poll_events();

#endif //SYSTEM_H_