mirror of https://github.com/stella-emu/stella.git
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:
parent
c26f0a1275
commit
5f0bfc2a9f
|
@ -31,6 +31,9 @@
|
||||||
- added ability to modify the SWCHB/SWBCNT port B registers.
|
- added ability to modify the SWCHB/SWBCNT port B registers.
|
||||||
- added ability to view TIA INPTx and VBLANK latch/dump bits.
|
- 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;
|
* Added CompuMate bankswitching support to the emulation core;
|
||||||
the SpectraVision Compumate ROM now works.
|
the SpectraVision Compumate ROM now works.
|
||||||
(FIXME - this may not be complete)
|
(FIXME - this may not be complete)
|
||||||
|
|
|
@ -43,9 +43,9 @@ class NullControlWidget : public ControllerWidget
|
||||||
new StaticTextWidget(boss, font, x, y+2, lwidth,
|
new StaticTextWidget(boss, font, x, y+2, lwidth,
|
||||||
fontHeight, buf.str(), kTextAlignLeft);
|
fontHeight, buf.str(), kTextAlignLeft);
|
||||||
new StaticTextWidget(boss, font, x, y+2+2*lineHeight, lwidth,
|
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,
|
new StaticTextWidget(boss, font, x, y+2+3*lineHeight, lwidth,
|
||||||
fontHeight, "not implemented",
|
fontHeight, "not available",
|
||||||
kTextAlignCenter);
|
kTextAlignCenter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue