1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/include/apple2/lores.h

10 lines
181 B
C
Raw Normal View History

2018-03-12 04:28:28 +00:00
#ifndef _APPLE2_LORES_H_
#define _APPLE2_LORES_H_
#include "apple2/apple2.h"
2018-03-12 04:28:28 +00:00
extern void apple2_lores_draw(apple2 *, size_t);
extern vm_color apple2_lores_color(vm_8bit);
#endif