mirror of https://github.com/stella-emu/stella.git
Coding style, hmmClocks can be 8bit.
This commit is contained in:
parent
594c460bc7
commit
87b24a5bba
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ namespace TIA6502tsCore {
|
|||
bool myEnam;
|
||||
uInt8 myResmp;
|
||||
|
||||
uInt32 myHmmClocks;
|
||||
uInt8 myHmmClocks;
|
||||
uInt8 myCounter;
|
||||
bool myIsMoving;
|
||||
uInt8 myWidth;
|
||||
|
|
Loading…
Reference in New Issue