diff options
author | 2016-02-20 15:25:45 -0500 | |
---|---|---|
committer | 2016-02-20 15:25:45 -0500 | |
commit | f8028a33c1def241339027e312b3dc75eef35901 (patch) | |
tree | e2526c960394cec3513aa2e2b66ef819f006f8c8 /src/devices/bus/isa/sc499.h | |
parent | 2041d88978c1ac5b2384a1d9686447e6e31af969 (diff) |
Apollo changes: [Hans Ostermeyer]
- Unified logging format in associated devices
- Use correct raw video modes
Diffstat (limited to 'src/devices/bus/isa/sc499.h')
-rw-r--r-- | src/devices/bus/isa/sc499.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/sc499.h b/src/devices/bus/isa/sc499.h index 8c63f810073..2b5b1ddaa6a 100644 --- a/src/devices/bus/isa/sc499.h +++ b/src/devices/bus/isa/sc499.h @@ -80,6 +80,7 @@ private: virtual void eop_w(int state) override; const char *cpu_context(); + void logerror(const char *format, ...) const; void tape_status_clear(UINT16 value); void tape_status_set(UINT16 value); |