Qt: Fix some embarrassing mistakes on the I/O viewer

This commit is contained in:
Jeffrey Pfau 2015-10-20 21:37:10 -07:00
parent 6b4e37a4c6
commit fd76100f58
1 changed files with 10 additions and 10 deletions

View File

@ -60,8 +60,8 @@ const QList<IOViewer::RegisterDescription>& 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::RegisterDescription>& 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::RegisterDescription>& 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