summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rmnimbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rmnimbus.h')
-rw-r--r--src/mame/includes/rmnimbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/rmnimbus.h b/src/mame/includes/rmnimbus.h
index b7d17c799a0..faaef72196b 100644
--- a/src/mame/includes/rmnimbus.h
+++ b/src/mame/includes/rmnimbus.h
@@ -236,6 +236,9 @@ public:
void nimbus_iocpu_io(address_map &map);
void nimbus_iocpu_mem(address_map &map);
void nimbus_mem(address_map &map);
+ void decode_subbios(device_t *device, offs_t pc, uint8_t raw_flag);
+ void decode_dos21(device_t *device, offs_t pc);
+
private:
void debug_command(int ref, const std::vector<std::string> &params);
void video_debug(int ref, const std::vector<std::string> &params);