mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-22 14:30:45 +00:00
14 lines
137 B
C
14 lines
137 B
C
|
/*
|
||
|
* apple2.draw.c
|
||
|
*/
|
||
|
|
||
|
void
|
||
|
apple2_draw_pixel(apple2 *mach, vm_16bit addr)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void
|
||
|
apple2_draw_text(apple2 *mach, vm_16bit addr)
|
||
|
{
|
||
|
}
|