Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reverse engineer Amiga monitor files

The files found in Devs:Monitors in AmigaOS, what do they contain?

What is their internal format? How do you go about patching one or creating one from scratch?

like image 275
Prof. Falken Avatar asked Oct 20 '25 01:10

Prof. Falken


1 Answers

The Amiga program MonEd (http://aminet.net/package/driver/moni/MonEd3a) is an editor for these files. It comes with source, which may well indicate something about the structure.

It also notes:

Then click on save to store this information in the TOOL TYPES of monitor which is stored in DEVS:Monitors/

which may have something to do with the file size.

like image 116
Joe Avatar answered Oct 23 '25 07:10

Joe