Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Harte 0459a8a090 Correct buffer overrun, as reported by TomCh.
Resolves #4.
2020-01-28 23:27:03 -05:00
Thomas Harte f66dccbc58
Correct a couple of comment typos. 2019-11-06 15:40:46 -05:00
Thomas Harte 9fc214758f Adds an .editorconfig.
At least in part to ensure GitHub shows tabs as intended.
2019-07-27 21:51:32 -04:00
Thomas Harte fbe7398d0f Ensures that the byte count is rounded up. 2018-06-06 21:32:48 -04:00
Thomas Harte b1ee05a3cb Standardises various minor type decisions and slightly optimises. 2018-06-06 19:59:08 -04:00
Thomas Harte c9156b3ebe
Merge pull request #3 from kerthunk/master
Some cleanup.
2018-06-06 19:19:48 -04:00
John Morris 6b0b242a58 Some code cleanup. (again)
Fixed file length issue.
Cleaned up TMAP generation.
Fixed issue in TRKS output.
2018-06-06 13:58:54 -07:00
John Morris f982ad22f0 Revert "Some code cleanup."
This reverts commit 6a0fb9b4f1.
2018-06-06 13:56:22 -07:00
John Morris 6a0fb9b4f1 Some code cleanup.
Fixed file length issue.
Cleaned up TMAP generation.
Fixed issue in TRKS output.
2018-06-06 13:42:40 -07:00
Thomas Harte 4725ca3a58
Fixes a couple of incorrect comments. 2018-06-06 11:56:56 -04:00
Thomas Harte 21cd5378d8
Merge pull request #1 from david-schmidt/master
Simulate wider write head
2018-06-06 09:18:52 -04:00
schmidtd 2af9f37fc5 Simulate wider write head 2018-06-06 00:57:27 -04:00
Thomas Harte 0dca2116ef Adds an extra `static` for consistency. 2018-06-05 22:06:52 -04:00
Thomas Harte ce31f21fd3 Adds Doxygen-style documentation. 2018-06-05 22:05:00 -04:00
Thomas Harte 21e8a281f8 Adds support for Pro-DOS images. 2018-06-05 20:11:14 -04:00
Thomas Harte b0577eb459 Introduces DOS 3.3 conversion. 2018-06-05 19:40:13 -04:00
Thomas Harte 08a2283cec
Initial commit 2018-06-05 19:32:42 -04:00