1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00

This, of course, should be inline to gain any benefit from the slightly-tortured private implementation.

This commit is contained in:
Thomas Harte 2017-06-03 22:00:57 -04:00
parent b642d9f712
commit c26349624c

View File

@ -20,7 +20,7 @@ class ConcreteAllRAMProcessor: public AllRAMProcessor, public Processor<Concrete
set_power_on(false);
}
int perform_bus_operation(BusOperation operation, uint16_t address, uint8_t *value) {
inline int perform_bus_operation(BusOperation operation, uint16_t address, uint8_t *value) {
timestamp_++;
if(operation == BusOperation::ReadOpcode) {