Skip to main content
Home Forums 68kMLA Hacking the Happy Mac — #11
Post #11 by bigmessowires
Source Forum68kMLA
CategorySoftware
Post DateFri, 6 Feb 2015 - 15:39
Original URLhttps://68kmla.org/bb/threads/hacking-the-happy-mac.1202/
Post
Can ResEdit be used to edit the ROM files? Its the only thing I ever used to edit anything resembling "code".
Not ResEdit, because it's not a resource. But you could probably use a hex editor like FEdit.

I edit the ROM data file on a Windows computer, using the free hex editor xvi32. Then I copy it to the Mac and update the ROM-inator's flash memory. The happy face is stored beginning at offset $FD2 (hex) in the ROM code file. It's 20 bytes long (16 x 10 bitmap at 1 bit per pixel).

mp.ls