When using the disassembler in mecb for mame the default line count of 24 is too many to prevent the first line scrolling off the screen and being lost. I have changes this to 22 in my version to leave one line of whatever was there before and 20 lines of disassembly and the next prompt. That was I can see the first line. The value to change is called PAGELEN and appears as a constant equate near the beginning of the source file.
Code: Select all
PAGELEN EQU 24 ; Number of instructions to show before waiting for keypress