summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comxpl80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comxpl80.h')
-rw-r--r--src/mess/machine/comxpl80.h2
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;