diff options
Diffstat (limited to 'src/devices/bus/centronics/epson_ex800.h')
| -rw-r--r-- | src/devices/bus/centronics/epson_ex800.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/epson_ex800.h b/src/devices/bus/centronics/epson_ex800.h index 26d862cf098..2b28229c0df 100644 --- a/src/devices/bus/centronics/epson_ex800.h +++ b/src/devices/bus/centronics/epson_ex800.h @@ -30,7 +30,7 @@ class epson_ex800_t : public device_t, public: // construction/destruction epson_ex800_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + // optional information overrides virtual const rom_entry *device_rom_region() const override; virtual machine_config_constructor device_mconfig_additions() const override; |
