Coding style, hmmClocks can be 8bit.

This commit is contained in:
Christian Speckner 2016-11-18 00:08:12 +01:00
parent 594c460bc7
commit 87b24a5bba
2 changed files with 5 additions and 3 deletions

View File

@ -23,11 +23,13 @@
namespace TIA6502tsCore {
const uInt8* const* DrawCounterDecodes::playerDecodes() const {
const uInt8* const* DrawCounterDecodes::playerDecodes() const
{
return myPlayerDecodes;
}
const uInt8* const* DrawCounterDecodes::missileDecodes() const {
const uInt8* const* DrawCounterDecodes::missileDecodes() const
{
return myMissileDecodes;
}

View File

@ -68,7 +68,7 @@ namespace TIA6502tsCore {
bool myEnam;
uInt8 myResmp;
uInt32 myHmmClocks;
uInt8 myHmmClocks;
uInt8 myCounter;
bool myIsMoving;
uInt8 myWidth;