mirror of https://github.com/stella-emu/stella.git
Changed label for recently added 'source address' items in the CPU area
of the debugger. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2159 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
ccf6227b9d
commit
3c4bcf3900
|
@ -83,7 +83,7 @@ CpuWidget::CpuWidget(GuiObject* boss, const GUI::Font& font, int x, int y)
|
|||
// Create a label and 1x3 grid showing the source of data for A/X/Y registers
|
||||
xpos += myCpuGridBinValue->getWidth() + 20;
|
||||
new StaticTextWidget(boss, font, xpos-font.getMaxCharWidth(), ypos+1,
|
||||
font.getStringWidth("Data Src"), fontHeight, "Data Src",
|
||||
font.getStringWidth("Src Addr"), fontHeight, "Src Addr",
|
||||
kTextAlignLeft);
|
||||
myCpuDataSrcGrid =
|
||||
new DataGridWidget(boss, font, xpos, ypos+lineHeight, 1, 3, 4, 16, kBASE_16);
|
||||
|
|
Loading…
Reference in New Issue