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

New image viewer that could return to calling program #104

Open
mwedmark opened this issue Jan 7, 2024 · 1 comment
Open

New image viewer that could return to calling program #104

mwedmark opened this issue Jan 7, 2024 · 1 comment

Comments

@mwedmark
Copy link

mwedmark commented Jan 7, 2024

As I'm getting some initial stuff working with Meatloaf, it is now possible to "browse" files located on a IIS web server serving files. After browsing you can call again using a specific filename of a image file. It will fetch file to the server, do the conversion and then send the PRG-file down to C64.
How did you add the KOALA image viewer PRG?
It would be really nice if there was a version that could support "Pres and key to quit" and would go back to calling program (BASIC or maybe a file handler). I'm perfectly fine with this being a edge issue for retro pixels, Im' just bringing it up as a suggestion.

@mwedmark
Copy link
Author

mwedmark commented Jan 7, 2024

FYI, I did a bit of digging, found this:
https://csdb.dk/release/?id=75777

It's a BAT-file in windows which just appends the KLA-file binary to the end of a template PRG-file and it works.
I disassembled that PRG-file, changed the ending loop-stuck jmp in assembler to a short code that checks for SPACE-key press. It works! So for now I'm using your KLA-file export function and this "script".

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

1 participant