diff options
| author | 2009-10-31 22:47:46 +0000 | |
|---|---|---|
| committer | 2009-10-31 22:47:46 +0000 | |
| commit | 5ecfb2044b038b837531d7059b8e2b3399fa4d3a (patch) | |
| tree | 678167c03328ff6680ce173313f8f402e9b33631 /src/tools | |
| parent | 3cb4cbfa70df186b4a778190f44d06c140849c77 (diff) | |
Cleanups and version bump.mame0135
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/unidasm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index 92f9844904b..ad38e5ba7bf 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -536,7 +536,7 @@ int main(int argc, char *argv[]) if (numbytes == 0) numbytes = displaychunk; numchunks = numbytes / displaychunk; - + // non-flipped case if (!opts.flipped) { @@ -582,13 +582,13 @@ int main(int argc, char *argv[]) } } } - + // flipped case else { // output the disassembly and address printf("\t%-40s ; %08X", buffer, curpc); - + // output the raw bytes if (!opts.norawbytes) { |
