summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/omti8621.h
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2015-12-24 12:41:42 -0500
committer arbee <rb6502@users.noreply.github.com>2015-12-24 12:41:42 -0500
commit151a0adf54add4109468b296f7471ba909e1b131 (patch)
tree4025fdc162e6253fd2765a8ceb4544f9396bbb3c /src/devices/bus/isa/omti8621.h
parenta6cf2499567d4fd54e3679d046dc2831af824a9a (diff)
Compile fixes for the previous commit (nw)
Diffstat (limited to 'src/devices/bus/isa/omti8621.h')
-rw-r--r--src/devices/bus/isa/omti8621.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/omti8621.h b/src/devices/bus/isa/omti8621.h
index 3e6e951ca44..04dff836316 100644
--- a/src/devices/bus/isa/omti8621.h
+++ b/src/devices/bus/isa/omti8621.h
@@ -145,7 +145,7 @@ public:
// get sector diskaddr of logical unit lun into data_buffer
UINT32 get_sector(INT32 diskaddr, UINT8 *data_buffer, UINT32 length, UINT8 lun);
protected:
- virtual const rom_entry *device_rom_region() const;
+ virtual const rom_entry *device_rom_region() const override;
};
extern const device_type ISA16_OMTI8621_APOLLO;