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

VIC-20 support is missing #18

Open
robin-raymond opened this issue Nov 12, 2023 · 4 comments
Open

VIC-20 support is missing #18

robin-raymond opened this issue Nov 12, 2023 · 4 comments

Comments

@robin-raymond
Copy link
Contributor

I will have a PR soon for code that creates the dither and bin for Vic 20. I had to do some VIC canvas refactoring because of the craziness of vic 8 and 10 color hires/multi modes but it looks decent given the resolutions/color palettes. However, the .bin it will produce is going to be more raw and untested and likely in a useless format in practice. It will also upgrade the VIC canvas dithering (I think). For the .bin output, I'll try to "guess" the right thing but without code to test, who knows what will spit out! It's a work in progress.

@robin-raymond
Copy link
Contributor Author

Does the assembler support a VIc-20 target? Even if there's no emulator it still could be useful to auto-compile the code while editing. Someone could download their binary code and run in VICE for now. Although I suspect even that might be a lot of work, I don't know. E.g. other related features like the memory map would not apply in the same way as the Vic 20 and those would need a re-work (or exclusion).

@sehugg
Copy link
Owner

sehugg commented Nov 13, 2023

You could try substituting "platform=vic20" into the URL and see ;)

@sehugg
Copy link
Owner

sehugg commented Nov 13, 2023

Oops sorry, that doesn't work right now :(

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

No branches or pull requests

2 participants