Skip to content

Commit

Permalink
Z80: Fixing comment formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeakohn committed Oct 19, 2024
1 parent 71a55e2 commit 1ff0631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table/z80.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ff0631

Please sign in to comment.