diff options
| author | 2014-11-26 10:37:58 +0100 | |
|---|---|---|
| committer | 2014-11-26 10:37:58 +0100 | |
| commit | ebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch) | |
| tree | 41959790c00308fc3cac9c71176709f53683151d /src/emu/romload.c | |
| parent | 18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff) | |
Cleanups and version bumpmame0156
Diffstat (limited to 'src/emu/romload.c')
| -rw-r--r-- | src/emu/romload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c index 3b177c5ac8e..279a3755b8f 100644 --- a/src/emu/romload.c +++ b/src/emu/romload.c @@ -537,7 +537,7 @@ static void region_post_process(romload_private *romdata, const char *rgntag, bo return; LOG(("+ datawidth=%dbit endian=%s\n", region->bitwidth(), - region->endianness() == ENDIANNESS_LITTLE ? "little" : "big")); + region->endianness() == ENDIANNESS_LITTLE ? "little" : "big")); /* if the region is inverted, do that now */ if (invert) |
