-
Notifications
You must be signed in to change notification settings - Fork 5
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
graphics display broken #25
Comments
BBC BASIC does not have sprites
As per earlier issue or the README file
So include the star command in the program
Use the BBC BASIC SYS command to call the C SDK routine to adjust the clock frequency |
for sprits i mean custom tiles or whatever they are supposed to be in games. custom graphics. it doesn't render correctly. for the building thing, i meant like not console version but basically output 14 all the time where picocom is only for keypresses but picocom doesn't actually get anything returning such as text.basically a com port serial keyboard (when i say com port serial i mean picocom or regular com port stuff as a computer as a host.) |
I still don't know what you mean. Give a short example of the code that you think does not work.
That is too specialist a requirement for me to implement. You will have to edit the source code yourself. I will advise that the *output command sets the value of |
pretty much any game can find on https://www.bbcmicro.co.uk/ has that issue. also half of them have syntax errors or other things that shouldn't be happening. so maybe work on functionality and compatability? also, it would be difficult but running disassembly would be awesome for games becase so many games use it |
(i recreated what it looks like with pixel art but it looks pretty much the same as the graphics issue) |
Until I know what BBC BASIC command you are executing, which is not having the desired effect, I cannot investigate. At the very least, provide a link to a specific game that has the issue. Any game using assembly is unlikely to work as the assembler in PicoBB is for ARMv6 instructions, not 6502 instructions. |
it outputs vga fine but makes the sprites look like tv static. also how do i build a VGA version but with usb serial. i dont like having to constantly run
*output 15
every time i make a typo. also, a clockspeed star command would be nice because some programs run too quickly.The text was updated successfully, but these errors were encountered: