More fixes

This commit is contained in:
momo5502
2024-08-23 21:39:53 +02:00
parent 8e9cba4f31
commit 8f7cc2ef27
2 changed files with 3 additions and 0 deletions

View File

@@ -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)