1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-23 23:32:45 +00:00

Add the bones of the draw functions and file

This commit is contained in:
Peter Evans 2017-12-20 21:33:15 -06:00
parent f55b608bee
commit 7d62548248

13
src/apple2.draw.c Normal file
View File

@ -0,0 +1,13 @@
/*
* apple2.draw.c
*/
void
apple2_draw_pixel(apple2 *mach, vm_16bit addr)
{
}
void
apple2_draw_text(apple2 *mach, vm_16bit addr)
{
}