Skip to content

Trap 17 - Failed #182

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

Closed
ThKattanek opened this issue Sep 19, 2019 · 4 comments
Closed

Trap 17 - Failed #182

ThKattanek opened this issue Sep 19, 2019 · 4 comments
Labels
c64 emulation bug Bug die nur die C64 Emulation betreffen

Comments

@ThKattanek
Copy link
Owner

ThKattanek commented Sep 19, 2019

@ThKattanek ThKattanek added the c64 emulation bug Bug die nur die C64 Emulation betreffen label Sep 19, 2019
@ThKattanek ThKattanek self-assigned this Sep 19, 2019
@ThKattanek ThKattanek removed their assignment Jun 30, 2021
@ThKattanek
Copy link
Owner Author

Problem lag an den illegalen Opcode $9E SHX. Dieser hat den Wert der geschrieben werden soll falsch berechnet.
Somit waren auch die anderen Befehle SHA, SHY und SHS betroffen. Habe das für die 6510 und 6502 gefixt. Lasse jetzt nochmal die VICE Testbench drüber laufen bevor ich das hier zu mache.

@ThKattanek
Copy link
Owner Author

ThKattanek commented Mar 22, 2022

Kleiner Fehler in SHS, XR darf nicht verändert werden. Dadurch lief kein TRAP mehr durch :) Aber jetzt scheint es zu laufen.

@ThKattanek
Copy link
Owner Author

Die Lorenz Tests Trap1 - 17 laufen jetzt durch. Auch die Lorenz SHx laufen hier.

ThKattanek added a commit that referenced this issue Mar 22, 2022
Der Trap17 Test lief schief weil die Microcodes 134,135,136 und 137 eine
Falsche Adresse, für die Berechnung des neuen Wertes der in den Speicher
geschrieben, wird falsch war.
ThKattanek added a commit that referenced this issue Mar 22, 2022
Das XR darf nicht verändert werden.
@ThKattanek
Copy link
Owner Author

Erledigt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c64 emulation bug Bug die nur die C64 Emulation betreffen
Projects
None yet
Development

No branches or pull requests

1 participant