From a4c261c6ee3940099e653a6f448dc952dfd5899f Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 16 Oct 2025 04:19:32 +0200 Subject: optimized, but bug with rasterdemos --- mknes_cpu_opcodes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mknes_cpu_opcodes.c') diff --git a/mknes_cpu_opcodes.c b/mknes_cpu_opcodes.c index 0254b5c..b2fafd5 100644 --- a/mknes_cpu_opcodes.c +++ b/mknes_cpu_opcodes.c @@ -1,6 +1,7 @@ // ADC +__attribute__((hot, always_inline)) static inline void adc(struct cpu_state *cpu, uint8_t value) { #ifdef ENABLE_DECIMAL_MODE if(cpu->d) { -- cgit v1.2.3