mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
No need for this comment any longer
This commit is contained in:
parent
4ad690212f
commit
7b19279f1d
@ -9,10 +9,6 @@ apple2_draw_pixel(apple2 *mach, vm_16bit addr)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// Drawing text is a two-step process; first you need to wipe out
|
|
||||||
// the block on the screen at that point. Then you need to draw the
|
|
||||||
// text in over that.
|
|
||||||
|
|
||||||
void
|
void
|
||||||
apple2_draw_text(apple2 *mach, vm_16bit addr)
|
apple2_draw_text(apple2 *mach, vm_16bit addr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user