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

A more compatible get_vbr() function. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alpyre
Copy link

@alpyre alpyre commented Apr 6, 2023

The get_vbr() function implemented uses the C interface to call API function Supervisor().
This is not compatible with OS3.2.x (it crashes and reboots Amiga without a guru). This should be done using assembly.

Since the project already has a system.asm file, I've implemented a compatible _get_vbr: in there and removed one in system.c.

alpyre added 2 commits April 6, 2023 22:18
Use the _get_vbr function implemented in system.asm instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant