MZ2000 persona, Z80 April 2026, bug fixes and z80 timing fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|__ / | ___|___ ___|/ \
|
||||
/ /__| __| | | / - \
|
||||
/______|_____| |__| /__/ \__\
|
||||
Copyright (C) 2006-2024 Manuel Sainz de Baranda y Goñi.
|
||||
Copyright (C) 2006-2025 Manuel Sainz de Baranda y Goñi.
|
||||
Released under the terms of the GNU Lesser General Public License v3. */
|
||||
|
||||
#ifndef Z_classes_ObjectMemberFunction_HPP
|
||||
@@ -15,7 +15,6 @@ Released under the terms of the GNU Lesser General Public License v3. */
|
||||
#if Z_HAS(MemberFunction)
|
||||
# define Z_HAS_ObjectMemberFunction 1
|
||||
|
||||
|
||||
namespace Zeta {
|
||||
template <class f> struct ObjectMemberFunction;
|
||||
|
||||
@@ -141,6 +140,8 @@ Released under the terms of the GNU Lesser General Public License v3. */
|
||||
this->object = const_cast<NaT *>(reinterpret_cast<const NaT *>(&object));
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user