Sour, it seems that after creating something like
way more than 5 trace log files, Mesen starts creating trace log files with "Additional information (IRQ, NMI, etc.)" disabled, even if it is checked. The only solution I've found to correct this is to close and reopen Mesen.
"Additional information..." is important for me because it provides a nice seperation between frames. (I'm using a condition
pc != $c2ad && pc != $c2af to skip all of the frame filler at the end of each frame. So helpful!

)
Is this fixable? It has happened like four different times.
p.s. Sorry, but I feel this is important. My Override is:
Code:
f[FrameCount][Align,8][A,h]|[X,h]|[Y,h] [P,8]`[SP,h] *[PC,h]:[ByteCode,11h]|[Disassembly][EffectiveAddress] [MemoryValue,h]
My Windows Notepad uses the Courier New font and after searching through Windows Character Map the
* character is actually Unicode character
U+08EF: Undefined in Courier New, but wasn't sure how to print that character here using this tablet. That character is important to me because it is a tiny mark that appears underneath the first character of the PC and that lower mark straightens each line (the
` messed up each line, for me, before adding U+08EF).
Note: there's a name for characters that appear below or above other characters, but I don't remember the name
combining markedit.final edit.