1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-08-21 00:29:00 +00:00

Add apple2 header file

This commit is contained in:
Peter Evans 2017-12-26 16:43:08 -06:00
parent a86fc8e80e
commit 68084cc0c3

View File

@ -1,6 +1,9 @@
#ifndef _APPLE2_DRAW_H_
#define _APPLE2_DRAW_H_
#include "apple2.h"
#include "vm_bits.h"
extern void apple2_draw_pixel(apple2 *, vm_16bit);
extern void apple2_draw_text(apple2 *, vm_16bit);