Fiddle around with saved memory

By Daemos

Paragon (2044)

Daemos's picture

06-12-2014, 16:37

So basicly I used bluemsx to save the machines visible memory and it looks very successfull. I need a particular piece of data from that whole memory part. I need page 2 so the rest of the information can and must be discarded so that I can incbin that 16K block into a rom and read from it.

I have tried some stupid tricks but they don't work. Is there some easy way to discard the first 32K of the file and cut the last 16 K ?

Login or register to post comments

By mars2000you

Enlighted (6428)

mars2000you's picture

06-12-2014, 16:55

Just use a hexa editor to remove the first 32 kb and the last 16 Kb (blueMSX will always give you a 64 kb file).