st3fan / ewm

Emulated Woz Machine - Apple ][+ Emulator
39 stars 9 forks source link

Inline memory access functions #141

Open st3fan opened 7 years ago

st3fan commented 7 years ago

Most of the mem_* functions should really be inlined. They are called extensively from ins.c and by inlining, performance would go up noticably probably.