diff options
| -rw-r--r-- | hash/archimedes.xml | 2 | ||||
| -rw-r--r-- | src/devices/cpu/arm/arm.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hash/archimedes.xml b/hash/archimedes.xml index 75dfe0220f3..dd5a8056534 100644 --- a/hash/archimedes.xml +++ b/hash/archimedes.xml @@ -316,7 +316,7 @@ Zelanites: The Onslaught by Micro Power (RiscOS2) </software> <!-- boot OK, has RMW bugs during scroll, cannot pickup items? (key on top of stairs) --> - <software name="alipeda" cloneof="aliped" supported="no"> + <software name="alipeda" cloneof="aliped" supported="partial"> <description>Aliped (Alt)</description> <year>1990</year> <publisher>Archimedes World</publisher> diff --git a/src/devices/cpu/arm/arm.h b/src/devices/cpu/arm/arm.h index 75f5a7a6d08..2c428682c30 100644 --- a/src/devices/cpu/arm/arm.h +++ b/src/devices/cpu/arm/arm.h @@ -73,7 +73,6 @@ protected: uint32_t m_coproRegister[16]; uint8_t m_pendingIrq; uint8_t m_pendingFiq; - uint8_t m_pendingDataAbort; address_space *m_program; std::function<u32 (offs_t)> m_pr32; endianness_t m_endian; |
