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

Makefile needs to be updated for .PRG output (eg. 24K images) #261

Closed
SamCoVT opened this issue Dec 5, 2020 · 2 comments
Closed

Makefile needs to be updated for .PRG output (eg. 24K images) #261

SamCoVT opened this issue Dec 5, 2020 · 2 comments
Labels
todo What should be done next tooling Assemblers, build scripts (not testing)

Comments

@SamCoVT
Copy link
Contributor

SamCoVT commented Dec 5, 2020

The *.prg target in the Makefile still has ophis as the command, but ophis can't compile this source code anymore. The command will need to be changed over to 64tass with the correct options to make a 24K (or smaller) image that can be copied into RAM and run. .PRG files have a two-byte header that says where to start copying it to and then the data..

@SamCoVT
Copy link
Contributor Author

SamCoVT commented Dec 9, 2020

Solved by #263

@scotws scotws added todo What should be done next tooling Assemblers, build scripts (not testing) labels Dec 20, 2020
@scotws
Copy link
Owner

scotws commented Jan 8, 2021

Thanks for that. No way I can test it either, but I'm sure we'll hear from the Steckschweiners if it doesn't work at some point ...

@scotws scotws closed this as completed Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo What should be done next tooling Assemblers, build scripts (not testing)
Projects
None yet
Development

No branches or pull requests

2 participants