diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/video/crt9028.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9028.h b/src/devices/video/crt9028.h index 229314045be..723558859c6 100644 --- a/src/devices/video/crt9028.h +++ b/src/devices/video/crt9028.h @@ -118,7 +118,7 @@ public: protected: // device-specific overrides - virtual const tiny_rom_entry *device_rom_region() const; + virtual const tiny_rom_entry *device_rom_region() const override; }; // device type declarations |