mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
Default to lo-res mode
This commit is contained in:
parent
23e113e72a
commit
87b67216b0
@ -58,6 +58,9 @@ apple2_create(int width, int height)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We default to lo-res mode.
|
||||||
|
apple2_set_video(mach, VIDEO_LORES);
|
||||||
|
|
||||||
return mach;
|
return mach;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user