mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
This, of course, should be inline to gain any benefit from the slightly-tortured private implementation.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user