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

Debugger: Tile Viewer - Add copy/paste tile memory #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gzip
Copy link

@gzip gzip commented Mar 29, 2024

@SourMesen

This change allows the user to copy and paste individual tiles in Tile Viewer. It works with the underlying memory rather than pixels. A typical use case would be to copy edits from CHR-RAM back into PRG-ROM. Previously I was doing this manually using multiple instances of Memory Viewer with a combination of search and copy/paste. It was a headache and error prone. This is also useful for creating new tiles that are based on existing ones.

@gzip gzip changed the title Tile viewer Debugger: Tile Viewer - Add copy/paste tile memory Mar 29, 2024
@gzip
Copy link
Author

gzip commented Mar 30, 2024

@SourMesen
This is a feature that I requested on the nesdev forums in January of last year so it might be on your todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant