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/3c505.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/3c505.h')
-rw-r--r-- | src/devices/bus/isa/3c505.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/3c505.h b/src/devices/bus/isa/3c505.h index e31317792da..80cdd496a03 100644 --- a/src/devices/bus/isa/3c505.h +++ b/src/devices/bus/isa/3c505.h @@ -143,6 +143,7 @@ protected: virtual int setfilter(device_t *, int); const char *cpu_context(); + void logerror(const char *format, ...) const; // device-level overrides virtual void device_start() override; |