summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-26 14:32:11 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-26 14:32:11 -0500
commit1863a428f7a4f0182ff649f93987d73369278283 (patch)
treef3d2a10e7410dd495ee04af644d48cf40ad94fe2
parent02a4917f30ace7de14d561ad09e2b4579facaf13 (diff)
Build fixes (nw)
-rw-r--r--src/devices/cpu/mcs40/mcs40dasm.cpp1
-rw-r--r--src/devices/cpu/tlcs870/tlcs870d.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs40/mcs40dasm.cpp b/src/devices/cpu/mcs40/mcs40dasm.cpp
index fbc938f61c1..d0afd6e99a4 100644
--- a/src/devices/cpu/mcs40/mcs40dasm.cpp
+++ b/src/devices/cpu/mcs40/mcs40dasm.cpp
@@ -62,6 +62,7 @@ u32 mcs40_disassembler::opcode_alignment() const
mcs40_disassembler::mcs40_disassembler(level lvl, unsigned pcmask) : m_lvl(lvl), m_pcmask(pcmask)
{
+ (void)m_pcmask;
}
offs_t mcs40_disassembler::disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params)
diff --git a/src/devices/cpu/tlcs870/tlcs870d.h b/src/devices/cpu/tlcs870/tlcs870d.h
index a19a64e029b..64f0de84090 100644
--- a/src/devices/cpu/tlcs870/tlcs870d.h
+++ b/src/devices/cpu/tlcs870/tlcs870d.h
@@ -65,7 +65,6 @@ private:
int m_param1_type;
uint16_t m_param1;
- uint16_t m_temppc; // this is just PPC? use generic reg?
uint8_t m_bitpos;
uint8_t m_flagsaffected;