2017-12-22 15:48:48 -06:00
|
|
|
#ifndef _APPLE2_DRAW_H_
|
|
|
|
#define _APPLE2_DRAW_H_
|
|
|
|
|
2017-12-26 16:43:08 -06:00
|
|
|
#include "apple2.h"
|
|
|
|
#include "vm_bits.h"
|
|
|
|
|
2017-12-22 15:48:48 -06:00
|
|
|
extern void apple2_draw_pixel(apple2 *, vm_16bit);
|
|
|
|
extern void apple2_draw_text(apple2 *, vm_16bit);
|
|
|
|
|
|
|
|
#endif
|