Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIRES images: rightmost part displayed on the left side, shifted down. #20

Closed
frozen-signal opened this issue Aug 13, 2023 · 3 comments
Closed
Labels
bug Something isn't working IOU Related to the Apple IIe's IOU (344-0020)

Comments

@frozen-signal
Copy link
Owner

This is what it looks like:
image

Probably related to #14

@frozen-signal frozen-signal added bug Something isn't working IOU Related to the Apple IIe's IOU (344-0020) labels Aug 13, 2023
@frozen-signal
Copy link
Owner Author

This Applesoft program:

10 HGR : POKE -16302,0 : POKE -16372,0
20 POKE 8192,255 : POKE 9216,255
30 POKE 9215,255

With an original IOU, line 20 will draw two small lines on the top left, and line 30 will have no visual effect.
With a IOU programmed with the current sources, line 20 will draw the two small lines a bit offset to the right, and line 30 will add a small line at 1/3 of the top.

The testbench IOU_TB_SCANNER_MUX_HIRES validates that all addresses are correct; SYNC_N signal seems correct.

frozen-signal added a commit that referenced this issue Aug 13, 2023
With #20, changed the note and badge to say that this project is not ready to be used in a hardware implementation.
@frozen-signal
Copy link
Owner Author

The problem is the WNDW_N signal requiring a ~15ns delay. I won't be able to push the fix before monday, though.

@frozen-signal
Copy link
Owner Author

Fixed by commits of 2023-09-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working IOU Related to the Apple IIe's IOU (344-0020)
Projects
None yet
Development

No branches or pull requests

1 participant