Ryan Freeman writes: > one other thing keeps this an in-progress: the bsnes core library > has an option in its Makefile: > > profile := performance > > it would be trivial to make this a FLAVOR to allow either performace > or accuracy profiles to be selected. naturally, accuracy sacrifices > speed to make sure things are done absolutely as cleanly and accurate > as possible, performance gives a bit of this away to get it running > smooth. accuracy almost runs smooth for me but not quite, performace > runs great. obviously this may be an interesting option especially if > someone has a rom that needs extra explicit emulation.
I agree; having two flavors, performance (main flavor?) and accuracy, is a good idea for bsnes-based ports.
