1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-18 13:29:41 +00:00

Removed a stray newline.

This commit is contained in:
Thomas Harte 2015-07-22 20:45:21 -04:00
parent 5203f31bf4
commit 529f61caa1

View File

@ -113,7 +113,6 @@ void Machine::output_state(OutputState state, uint8_t *pixel)
}
}
void Machine::perform_bus_operation(CPU6502::BusOperation operation, uint16_t address, uint8_t *value)
{
uint8_t returnValue = 0xff;