forked from unya/usim
-
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.
added chaosnet support
- Loading branch information
Showing
6 changed files
with
161 additions
and
259 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CADR simulator | ||
10/19/04 | ||
10/21/04 | ||
Brad Parker | ||
[email protected] | ||
|
||
|
@@ -61,18 +61,18 @@ There are some hacks for noticing unibus access but no xbus/unibus | |
mapping support. The two machine lash-up/debug interface is not (yet) | ||
supported. I want to add this, however. | ||
|
||
I believe the divide code is still broken and needs to be fixed. I | ||
put in a hack which aborts the last step and now it seems ok, but I | ||
think something is wrong with my emulation of the h/w. | ||
I finally fixed the divide code. Naturally the Q shift and the ALU | ||
shift (with a bit conditional on the Q sign) happen at the same time | ||
in the hardware (but not in the C code :-). | ||
|
||
There's a long delay when booting, even though the world is running | ||
and system-x works fine. I need to track this down - possibly waiting | ||
for a time packet? | ||
for a time packet? The system is available right away, however, try | ||
"F2-p". | ||
|
||
What needs to be done? | ||
---------------------- | ||
|
||
- fix the divide code | ||
- cleanup keyboard emulation | ||
- cleanup mouse emulation | ||
- cleanup chaosnet emulation | ||
|
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.