summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/omti8621.h
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2016-02-20 15:25:45 -0500
committer arbee <rb6502@users.noreply.github.com>2016-02-20 15:25:45 -0500
commitf8028a33c1def241339027e312b3dc75eef35901 (patch)
treee2526c960394cec3513aa2e2b66ef819f006f8c8 /src/devices/bus/isa/omti8621.h
parent2041d88978c1ac5b2384a1d9686447e6e31af969 (diff)
Apollo changes: [Hans Ostermeyer]
- Unified logging format in associated devices - Use correct raw video modes
Diffstat (limited to 'src/devices/bus/isa/omti8621.h')
-rw-r--r--src/devices/bus/isa/omti8621.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/isa/omti8621.h b/src/devices/bus/isa/omti8621.h
index 04dff836316..7554df8ddf6 100644
--- a/src/devices/bus/isa/omti8621.h
+++ b/src/devices/bus/isa/omti8621.h
@@ -114,6 +114,9 @@ private:
void copy_sectors(INT32 dst_addr, INT32 src_addr, UINT8 count, UINT8 lun);
void format_track(const UINT8 * cdb);
void set_esdi_defect_list(UINT8 lun, UINT8 head);
+
+ void logerror(const char *format, ...) const;
+
void log_command(const UINT8 cdb[], const UINT16 cdb_length);
void log_data();
void do_command(const UINT8 cdb[], const UINT16 cdb_length);