kivan117 / kgb

Gameboy Emulator
MIT License
2 stars 0 forks source link

Keep serial-connected instances in sync #29

Open kivan117 opened 3 years ago

kivan117 commented 3 years ago

Currently, all serial communication is assumed to be completely asynchronous, which can result in two instances becoming so de-synced that it breaks.

It's inconsistent and an option should be available for different levels of required sync, from 1 frame down to 1 instruction.

This may be a requirement to finish IR support. #27 Currently unknown.