Re: [stella] Poor man's cart dumper

Subject: Re: [stella] Poor man's cart dumper
From: Rob <kudla@xxxxxxxxx>
Date: Sun, 14 Aug 2005 16:50:22 -0400
On Sunday 14 August 2005 05:46, Glenn Saunders wrote:
> BTW, what kind of program would you use to convert
> this raw hex format into a binary?

perl -pe 's/([0-9a-fA-F]{2})/chr(hex($1))/eg' <dump.txt >dump.bin

Rob


Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread