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

Add screenshot command with png/scr format #15

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Add screenshot command with png/scr format #15

merged 1 commit into from
Oct 12, 2021

Conversation

damieng
Copy link
Owner

@damieng damieng commented Oct 12, 2021

Allow screenshots to be produced from memory dumps or snapshots using the screenshot command.

  • --address allows the memory address to be specified (otherwise it will be 16384 on 64K-sized snapshots as it assumes it includes the ROM and 0 on 48K screenshots)
  • --png will write a screenshot in png format
  • --scr will write a screenshot in raw/scr format (view with something like Recoil)

Not specifying either option will default to --scr. You can specify both if you want screenshots in both.

@damieng damieng merged commit 096f0b5 into main Oct 12, 2021
@damieng damieng deleted the screen-dumping branch October 12, 2021 06:53
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

Successfully merging this pull request may close these issues.

1 participant