jscrane / r65emu

Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
GNU General Public License v2.0
13 stars 4 forks source link

Replace member function pointers with statics in cpus #7

Closed jscrane closed 5 years ago

jscrane commented 5 years ago

These take up a lot of space, and there are never two instances of a CPU.