From 1ff06318ec50b87f744d1c408e25abf885817abe Mon Sep 17 00:00:00 2001 From: Michael Kohn Date: Sat, 19 Oct 2024 13:08:59 -0500 Subject: [PATCH] Z80: Fixing comment formatting. --- table/z80.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table/z80.cpp b/table/z80.cpp index b819da47..a14abc06 100644 --- a/table/z80.cpp +++ b/table/z80.cpp @@ -88,8 +88,8 @@ struct _table_instr_z80 table_instr_z80[] = { NULL, 0 } }; -// Note: Some items below *must* be ordered with the more-specific masked item listed before -// the less-specific masked item to be correctly used! +// Note: Some items below *must* be ordered with the more-specific masked +// item listed before the less-specific masked item to be correctly used. // This primarily involves the INDEX_HL vs REG8 type items. // Rules for any opcode: // OP_A_INDEX_HL - must be before OP_A_REG8