1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-22 14:30:45 +00:00
erc-c/include/apple2.hires.h
Peter Evans f5e0de5bbc Reverting to just black/white color for now
Only while I work on some other issues with disk loading
2018-03-19 19:02:46 -05:00

10 lines
147 B
C

#ifndef _APPLE2_HIRES_H_
#define _APPLE2_HIRES_H_
#include "apple2.h"
#include "vm_bits.h"
extern void apple2_hires_draw(apple2 *, int);
#endif