summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86233/mb86233d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb86233/mb86233d.h')
-rw-r--r--src/devices/cpu/mb86233/mb86233d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mb86233/mb86233d.h b/src/devices/cpu/mb86233/mb86233d.h
index 50a48a6f0a9..bd475e061b6 100644
--- a/src/devices/cpu/mb86233/mb86233d.h
+++ b/src/devices/cpu/mb86233/mb86233d.h
@@ -19,7 +19,7 @@ private:
static const char *const regnames[0x40];
static std::string condition(unsigned int cond, bool invert);
static std::string regs(u32 reg);
- static std::string memory(u32 reg, bool x1);
+ static std::string memory(u32 reg, bool x1, bool bank);
static std::string alu0_func(u32 alu);
};