-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix broken ttys[] & realloc() in find_ttys() * add support for tpdd2 banks * update several docs * add drive firmwares * little better directory display on debug console * refactor a bunch of the constants * tpdd2 mem read/write commands more closely emulate a real drive reading/writing cpu ram[], sector buffer within ram[], or rom[] * tpdd2 mem read from rom addresses acually return data from a copy of the actual tpdd2 rom * get rid of the seperate b[] in get_opr_cmd() and several others, just use gb[] for everything * store the initial working directory on startup to apply to disk image file if needed * more accurate error responses (matching a real drive) in several places * impliment the tpdd1 & tpdd2 condition bit fields more like the drive does * in update_cwd(), see if the new working directory is writable by the user, if not, set the wp bit in the condition variable
- Loading branch information
Showing
14 changed files
with
1,094 additions
and
823 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
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
Oops, something went wrong.