diff options
author | 2022-09-13 13:16:24 +0200 | |
---|---|---|
committer | 2022-09-13 13:16:24 +0200 | |
commit | da7bdd575c9028a9eba26574e4af9d6474a63f94 (patch) | |
tree | 9d6d0f778b6c6a092afacd6450af3b5e6d2550f4 /src/tools/unidasm.cpp | |
parent | 511e01c1161ea9f14d0468c2a13b0e0fb630bdb4 (diff) |
embargo: remove input tag lookups
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r-- | src/tools/unidasm.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index 19168392d3d..cd5d04d6db6 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -2,9 +2,7 @@ // copyright-holders:Aaron Giles /*************************************************************************** - mamedasm.c - - Generic MAME disassembler. + Universal disassembler. ****************************************************************************/ |