Nice! Thanks! Great template you have created!If you click the functions list below it’ll point to the entry and approximate length for each driver call in the file listing based on the offsets.
Don’t depend on the length though, it’s just a guess based on most ROMs putting that code sequentially. In reality from that entry point it could jump all over the ROM so it’s best to just chase the disassembly from there.
But it can be convenient to grab the approximately relevant section out of the file.
OK interesting! Ghidra's analyze was not that helpful as it gets confused with the line-a traps. But after hitting D and skipping the a-line traps, I got a first initial disasm of "control".
I've not done this kind of thing before, and not done any 68k coding. If anyone has some suggestions for next steps I would love to hear it.
Is it typical for the display drivers to have specifically "open/close/control/status" routines? Is it documented/known how these should behave? (input/output/side-effects)?
