summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11/t11dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/t11/t11dasm.h')
-rw-r--r--src/devices/cpu/t11/t11dasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/t11/t11dasm.h b/src/devices/cpu/t11/t11dasm.h
index e9d31c161a6..5fbdd61a6c7 100644
--- a/src/devices/cpu/t11/t11dasm.h
+++ b/src/devices/cpu/t11/t11dasm.h
@@ -26,7 +26,7 @@ public:
private:
static const char *const regs[8];
u16 r16p(offs_t &pc, const data_buffer &opcodes);
- template <int Width> std::string MakeEA (int lo, offs_t &pc, const data_buffer &opcodes);
+ template <bool Byte> std::string MakeEA (int lo, offs_t &pc, const data_buffer &opcodes);
};