From e4d66df9e604df00fb88e6d9cd99620431d96f19 Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 16 Sep 2019 04:09:02 +0200 Subject: More minor corrections --- hash/archimedes.xml | 2 +- src/devices/cpu/arm/arm.h | 1 - 2 files changed, 1 insertion(+), 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) - + Aliped (Alt) 1990 Archimedes World 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 m_pr32; endianness_t m_endian; -- cgit v1.2.3