1
0
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:
Peter Evans 2017-12-20 21:54:54 -06:00
parent 23e113e72a
commit 87b67216b0

View File

@ -58,6 +58,9 @@ apple2_create(int width, int height)
return NULL;
}
// We default to lo-res mode.
apple2_set_video(mach, VIDEO_LORES);
return mach;
}