MZ2000 persona, Z80 April 2026, bug fixes and z80 timing fixes

This commit is contained in:
Philip Smart
2026-05-13 20:55:04 +01:00
parent 516426a8c7
commit 5bbb3bcf5f
257 changed files with 13634 additions and 4193 deletions

View File

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