summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2019-09-16 04:09:02 +0200
committer angelosa <lordkale4@gmail.com>2019-09-16 04:09:02 +0200
commite4d66df9e604df00fb88e6d9cd99620431d96f19 (patch)
tree0bda8c70c3bd22b940f7fcaad9537ec9b59ba4b4
parent0cf45ae406adaa58e28af0f3e685ab8ba8d98d8b (diff)
More minor corrections
-rw-r--r--hash/archimedes.xml2
-rw-r--r--src/devices/cpu/arm/arm.h1
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;