hydra-emu/hydra

Move Bus&, Timer& etc. to shared_ptrs

OFFTKP opened this issue · 0 comments

There's places in the code where two devices need to use the same class (eg. Bus) and they use it through a reference.

This is ugly and C++98ish. Use std::shared_ptr instead