-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic recognition of memory capacity of P2000T
- Loading branch information
Showing
5 changed files
with
180 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.2.0] - 2023-07-15 | ||
|
||
### Added | ||
|
||
- Reading memory capacity of P2000T in source code and using that to automatically | ||
determine the top part of RAM for transfer over RS232. | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
- Fixed error in memory address for the BASIC code for 32kb machines in the | ||
README.md | ||
|
||
## [0.1.3] - 2023-07-14 | ||
|
||
### Added | ||
|
||
- Added instruction message on screen when executing `?USR1(0)` | ||
- Adding software LICENSE | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
## [0.1.2] - 2023-07-14 | ||
|
||
### Added | ||
|
||
- Automatic compilation of ROM binary in release procedure | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
## [0.1.1] - 2023-07-14 | ||
|
||
### Added | ||
|
||
- Expanded upon documentation | ||
- Adding CI/CD procecure | ||
|
||
### Changed | ||
|
||
### Fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters