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:
parent
f55b608bee
commit
7d62548248
13
src/apple2.draw.c
Normal file
13
src/apple2.draw.c
Normal 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)
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user