2018-03-11 23:28:28 -05:00
|
|
|
#ifndef _APPLE2_LORES_H_
|
|
|
|
#define _APPLE2_LORES_H_
|
|
|
|
|
2018-04-07 00:26:31 -05:00
|
|
|
#include "apple2/apple2.h"
|
2018-03-11 23:28:28 -05:00
|
|
|
|
|
|
|
extern void apple2_lores_draw(apple2 *, size_t);
|
|
|
|
extern vm_color apple2_lores_color(vm_8bit);
|
|
|
|
|
|
|
|
#endif
|