summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb88xx/mb88xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb88xx/mb88xx.h')
-rw-r--r--src/devices/cpu/mb88xx/mb88xx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/cpu/mb88xx/mb88xx.h b/src/devices/cpu/mb88xx/mb88xx.h
index 0be1ac9b06e..e9e7c5567eb 100644
--- a/src/devices/cpu/mb88xx/mb88xx.h
+++ b/src/devices/cpu/mb88xx/mb88xx.h
@@ -137,6 +137,13 @@ public:
DECLARE_WRITE_LINE_MEMBER( clock_w );
+ void data_4bit(address_map &map);
+ void data_5bit(address_map &map);
+ void data_6bit(address_map &map);
+ void data_7bit(address_map &map);
+ void program_10bit(address_map &map);
+ void program_11bit(address_map &map);
+ void program_9bit(address_map &map);
protected:
mb88_cpu_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int program_width, int data_width);