mrWheel / KIM_TapeDevice

A solid state tape device for the (micro)KIM-1
12 stars 0 forks source link

Fixes to ptp2hex.c for Windows style line endings and runs under GCC/Linux #1

Closed JeremyJStarcher closed 2 years ago

JeremyJStarcher commented 2 years ago

Here are some changes that update the code so that it handles both Unix and Windows style line endings in the paper tape files, as well as fixes a conflict with snprintf that corrupted the hexfile output name.

mrWheel commented 2 years ago

@JeremyJStarcher

Nice work! Thanks!