diff options
Diffstat (limited to 'src/devices/bus/pet/hsg.h')
| -rw-r--r-- | src/devices/bus/pet/hsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pet/hsg.h b/src/devices/bus/pet/hsg.h index 30f958f74b1..1562eadedd3 100644 --- a/src/devices/bus/pet/hsg.h +++ b/src/devices/bus/pet/hsg.h @@ -28,7 +28,7 @@ class cbm8000_hsg_t : public device_t, public: // construction/destruction cbm8000_hsg_t(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); - + // optional information overrides virtual const rom_entry *device_rom_region() const override; |
