diff options
| author | 2012-12-17 07:22:20 +0000 | |
|---|---|---|
| committer | 2012-12-17 07:22:20 +0000 | |
| commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
| tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/machine/comxpl80.h | |
| parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) | |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/machine/comxpl80.h')
| -rw-r--r-- | src/mess/machine/comxpl80.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/comxpl80.h b/src/mess/machine/comxpl80.h index c5bed225cb7..abb5e928dd2 100644 --- a/src/mess/machine/comxpl80.h +++ b/src/mess/machine/comxpl80.h @@ -30,7 +30,7 @@ class comx_pl80_device : public device_t, public: // construction/destruction comx_pl80_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + // optional information overrides virtual const rom_entry *device_rom_region() const; virtual machine_config_constructor device_mconfig_additions() const; |
