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

ZMMFS: Make the RAM test resiliant to stray capacitance #21

Open
hoglet67 opened this issue Sep 27, 2019 · 1 comment
Open

ZMMFS: Make the RAM test resiliant to stray capacitance #21

hoglet67 opened this issue Sep 27, 2019 · 1 comment

Comments

@hoglet67
Copy link
Owner

;; Step 3: Check if slot is RAM
.testram
        lda     &8006
        eor     #&FF
        sta     &8006
        cmp     &8006

We really need to write two locations with two different values.

See: https://stardot.org.uk/forums/viewtopic.php?p=249327#p249327

@hoglet67
Copy link
Owner Author

Or add a additional CMP which reads a different value from the same ROM, and perturbs the data bus.

@hoglet67 hoglet67 changed the title Make the RAM test resiliant to stray capacitance ZMMFS: Make the RAM test resiliant to stray capacitance Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant