Hack-O-Matic 0.01 24 December 2002 Hack-O-Matic is a quick hack I threw together in Tcl/Tk to ease binary editing of short (up to 64K) files, such as Atari games. It lives at http://www.kudla.org/hackomatic/ . I have provided a Windows executable created using FreeWrap (http://freewrap.sf.net) and in the everything-else directory are a zip and tarball containing a Linux executable and the raw Tcl script. This is a one night jobber and probably pretty unstable, so make sure and save under a new name every time. It takes a long time (20 seconds on my Celeron 400) to load files because of how I'm representing them onscreen, but isn't so bad saving them. And while I hoped to set it up so you could edit the files backwards, I didn't have time. I just wanted to get something out there. Oh yeah, and Merry Xmas ;) --- Copyright 2002 Rob Kudla This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.