drhelius / Gearcoleco

ColecoVision emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
77 stars 16 forks source link

Copy / paste to and from memory #50

Closed KPreston2900050 closed 3 months ago

KPreston2900050 commented 8 months ago

Maybe it's just a preference or something that I would find useful if you had the time.

To implement the ability to highlight, copy and paste directly to and from all the memory locations.

It would save a huge amount of time in patching or ripping screen data from VRAM

To and from the clipboard like most other windows applications.

KPreston2900050 commented 3 months ago

I received an alert that this was closed. Does that mean the feature was put in because I compiled the latest build and could not seem to get it to work.

TIA

drhelius commented 3 months ago

Yes, I rewrote the mem editor entirely. Now you can select and copy/paste (ctrl+c / ctrl+v) mem values. Selection also determines the characters pasted. You can test it with the binaries generated for each push in the repo if you don't want to build it: https://github.com/drhelius/Gearcoleco/actions/runs/9449166781