VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

Fix recently exposed command line bug #142

Closed ejaquay closed 10 months ago

ejaquay commented 10 months ago

Command line parser was not properly terminating. An old bug that for unknown reason (image size increased?) decided to rear it's head.

Also increased buffer size used to hold command line string as it is parsed. 256 -> 512

This addresses issue #141