mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Removed a stray newline.
This commit is contained in:
parent
5203f31bf4
commit
529f61caa1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user