mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-09 02:31:22 +00:00
Ensure each header file has a newline on its own at the end of each file.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
12385dcc6f
commit
d70f6b375b
@ -41,4 +41,4 @@ namespace EightBit {
|
||||
register16_t m_address{ { 0xff, 0xff } };
|
||||
uint8_t m_temporary = 0xff; // Used to simulate ROM
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@ namespace EightBit {
|
||||
public:
|
||||
static EventArgs& empty() { return m_empty; }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -36,4 +36,4 @@ namespace EightBit {
|
||||
std::array<uint8_t, 0x100> m_input;
|
||||
std::array<uint8_t, 0x100> m_output;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -175,4 +175,4 @@ namespace EightBit {
|
||||
std::array<opcode_decoded_t, 0x100> m_decodedOpcodes;
|
||||
register16_t m_sp = { { 0xff, 0xff } };
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ namespace EightBit {
|
||||
int limit,
|
||||
int maximumSize);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -147,4 +147,4 @@ namespace EightBit {
|
||||
bool m_halted = false;
|
||||
bool m_power = false;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -31,4 +31,4 @@ namespace EightBit {
|
||||
};
|
||||
uint16_t word;
|
||||
} register16_t;
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ namespace EightBit {
|
||||
delegate(e);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -95,4 +95,4 @@ namespace EightBit {
|
||||
return __rdtsc();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user