From fd76100f5864fb8593d7f437f186d2ce341324f5 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Tue, 20 Oct 2015 21:37:10 -0700 Subject: [PATCH] Qt: Fix some embarrassing mistakes on the I/O viewer --- src/platform/qt/IOViewer.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/platform/qt/IOViewer.cpp b/src/platform/qt/IOViewer.cpp index f08aa7649..fa883a161 100644 --- a/src/platform/qt/IOViewer.cpp +++ b/src/platform/qt/IOViewer.cpp @@ -60,8 +60,8 @@ const QList& IOViewer::registerDescriptions() { s_registers.append({ { tr("Priority"), 0, 2 }, { tr("Tile data base (* 16kB)"), 2, 2 }, - { tr("Enable mosaic"), 3 }, - { tr("Enable 256-color"), 3 }, + { tr("Enable mosaic"), 6 }, + { tr("Enable 256-color"), 7 }, { tr("Tile map base (* 2kB)"), 8, 5 }, { tr("Background dimensions"), 14, 2 }, }); @@ -69,8 +69,8 @@ const QList& IOViewer::registerDescriptions() { s_registers.append({ { tr("Priority"), 0, 2 }, { tr("Tile data base (* 16kB)"), 2, 2 }, - { tr("Enable mosaic"), 3 }, - { tr("Enable 256-color"), 3 }, + { tr("Enable mosaic"), 6 }, + { tr("Enable 256-color"), 7 }, { tr("Tile map base (* 2kB)"), 8, 5 }, { tr("Background dimensions"), 14, 2 }, }); @@ -78,20 +78,20 @@ const QList& IOViewer::registerDescriptions() { s_registers.append({ { tr("Priority"), 0, 2 }, { tr("Tile data base (* 16kB)"), 2, 2 }, - { tr("Enable mosaic"), 3 }, - { tr("Enable 256-color"), 3 }, + { tr("Enable mosaic"), 6 }, + { tr("Enable 256-color"), 7 }, { tr("Tile map base (* 2kB)"), 8, 5 }, - { tr("Overflow wraps"), 9 }, + { tr("Overflow wraps"), 13 }, { tr("Background dimensions"), 14, 2 }, }); // 0x0400000E: BG3CNT s_registers.append({ { tr("Priority"), 0, 2 }, { tr("Tile data base (* 16kB)"), 2, 2 }, - { tr("Enable mosaic"), 3 }, - { tr("Enable 256-color"), 3 }, + { tr("Enable mosaic"), 6 }, + { tr("Enable 256-color"), 7 }, { tr("Tile map base (* 2kB)"), 8, 5 }, - { tr("Overflow wraps"), 9 }, + { tr("Overflow wraps"), 13 }, { tr("Background dimensions"), 14, 2 }, }); // 0x04000010: BG0HOFS