Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Tags: skx/cpmulator

Tags

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update our sample code (#224)

Removed a bunch of old examples that are not so useful, and tidied up the remaining ones:

* Removed unused bytes and labels.
* Updated to ensure that several reported upon the correct drive-letter.
* Little tweaks to make behaviour better.
   * e.g. Testing that creating a file worked, or ensuring a file exists before trying to delete it.

This closes #222.

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve how changing the CCP at run-time is handled. (#204)

Much like recent changes this pull-request improves the handling
of changing the CCP at runtime:

* Show output in a way that is testable.
* Add the tests.
* Recognize a "no-change change".
* Remove needless quotes.

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add timeout flag, for testing. (#188)

* Add timeout flag, for testing.

This will now be used for all test-cases, and will cap runs at two
minutes.  This might be useful to others, but for the moment I struggle
to think of a good purpose!

This closes #186.

* Setup a default context for when nothing was specified

v0.15.0

Toggle v0.15.0's commit message
Improved test coverage percentage

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #160 from skx/65-input

Avoid the unnecessary invokation of STTY

v0.13.0

Toggle v0.13.0's commit message
Better handling for file-sizes

v0.12.0

Toggle v0.12.0's commit message
Remove mention of 'real' programs, since lots of stuff works now.

v0.11.0

Toggle v0.11.0's commit message
Merge branch '127-fcb-state'

v0.10.0

Toggle v0.10.0's commit message
Added DirectScreenFunctions, which is used by Turbo Pascal

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #105 from skx/104-virtual

Implement a naive virtual filesystem