diff options
author | 2018-10-30 23:16:38 +1100 | |
---|---|---|
committer | 2018-10-30 23:16:38 +1100 | |
commit | 0340e8ac2cea61bce122b8e44fb8b64f86bc804c (patch) | |
tree | ad1649c28664f31eb65dc29265bbd495bc33f830 /src/tools/unidasm.cpp | |
parent | 9a49527058450fa61c2665937002dd506632f154 (diff) | |
parent | fc726060143d454c838fba9c82ce830c63a008c0 (diff) |
Merge remote-tracking branch 'upstream/release0203'
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r-- | src/tools/unidasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index 9be741b2bef..feff5c5e580 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -220,7 +220,7 @@ struct s2650_unidasm_t : s2650_disassembler::config virtual ~s2650_unidasm_t() override = default; virtual bool get_z80_mnemonics_mode() const override { return z80_mnemonics; } } s2650_unidasm; - + // Configuration missing struct saturn_unidasm_t : saturn_disassembler::config { |