mirror of https://github.com/stella-emu/stella.git
Missing newline at end of file (compilers complain about this).
This commit is contained in:
parent
6d33db8646
commit
12bdff67b6
|
@ -127,4 +127,4 @@ enum TIARegister {
|
||||||
INPT5 = 0x0d // Read P2 joystick trigger: D7
|
INPT5 = 0x0d // Read P2 joystick trigger: D7
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TIA_TYPES_HXX
|
#endif // TIA_TYPES_HXX
|
||||||
|
|
|
@ -70,4 +70,4 @@ class PaddleReader
|
||||||
|
|
||||||
} // namespace TIA6502tsCore
|
} // namespace TIA6502tsCore
|
||||||
|
|
||||||
#endif // TIA_6502TS_CORE_PADDLE_READER
|
#endif // TIA_6502TS_CORE_PADDLE_READER
|
||||||
|
|
|
@ -28,4 +28,4 @@ enum TvMode {
|
||||||
|
|
||||||
} // namespace TIA6502tsCore
|
} // namespace TIA6502tsCore
|
||||||
|
|
||||||
#endif // TIA_6502TS_CORE_TYPES
|
#endif // TIA_6502TS_CORE_TYPES
|
||||||
|
|
Loading…
Reference in New Issue