-
Notifications
You must be signed in to change notification settings - Fork 1
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
oblivion bringup #23
Comments
fixed typo line 1163 of skidtool |
oblivion is now calling exNext to iterate the aliens folder which has been copied into the MyACID500 home folder http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_3._guide/node0160.html stdc++ 17 filesystem is now usable with a tweak to cmake and some initial lines of implementation added: skidtool.cpp[562]
|
It now wants intuition so it can close workbench. Patching binary with either nop 0x4e71 or rts 0x4e75 instructions to remove requirement. |
Added IBench an intuition skeleton API. |
Latest version now looks to run without error. Latest log added here: https://github.com/nitrologic/skid30/blob/main/MyACID500/oblivion1.log |
play the sound |
after passing workbench security,
28 steps in
d1 register is 0x2956 pointing to garbage ascii g"By
d1 register should be point to ascii string, according to warp.s source :
dirname dc.b 'aliens',0
The text was updated successfully, but these errors were encountered: