A few documentation updates.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2345 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2012-01-08 19:06:42 +00:00
parent c26f0a1275
commit 5f0bfc2a9f
2 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
- added ability to modify the SWCHB/SWBCNT port B registers.
- added ability to view TIA INPTx and VBLANK latch/dump bits.
* Updated ROM properties database for all Sega Genesis controller
compatible ROMs.
* Added CompuMate bankswitching support to the emulation core;
the SpectraVision Compumate ROM now works.
(FIXME - this may not be complete)

View File

@ -43,9 +43,9 @@ class NullControlWidget : public ControllerWidget
new StaticTextWidget(boss, font, x, y+2, lwidth,
fontHeight, buf.str(), kTextAlignLeft);
new StaticTextWidget(boss, font, x, y+2+2*lineHeight, lwidth,
fontHeight, "Controller", kTextAlignCenter);
fontHeight, "Controller input", kTextAlignCenter);
new StaticTextWidget(boss, font, x, y+2+3*lineHeight, lwidth,
fontHeight, "not implemented",
fontHeight, "not available",
kTextAlignCenter);
}