summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86233/mb86233d.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-03-18 09:26:45 +0100
committer Olivier Galibert <galibert@pobox.com>2018-04-05 15:01:26 +0200
commit1d338061af66eed2cbf3e19655bb840f4e801c9c (patch)
treeb5968d5bf972f7aa7fd7b3daa1e1ca90cb24c5c5 /src/devices/cpu/mb86233/mb86233d.h
parent7bc00fc17ef961494e276060aed3b5333e4ce993 (diff)
mb86233/4 rewrite [O. Galibert]
model1: Use the real 315-5573 Virtua Racing coprocessor program [Team Caps0ff] model2: Rewamp the coprocessors communications [O. Galibert]
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);
};