mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 23:11:01 +00:00
More fixes
This commit is contained in:
@@ -5,6 +5,8 @@ template <typename T>
|
||||
class emulator_object
|
||||
{
|
||||
public:
|
||||
using value_type = T;
|
||||
|
||||
emulator_object() = default;
|
||||
|
||||
emulator_object(emulator& emu, const uint64_t address)
|
||||
|
||||
Reference in New Issue
Block a user