summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_snd.h')
-rw-r--r--src/devices/bus/cbus/pc9801_snd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/cbus/pc9801_snd.h b/src/devices/bus/cbus/pc9801_snd.h
index a5d9b8d3c61..600e555b329 100644
--- a/src/devices/bus/cbus/pc9801_snd.h
+++ b/src/devices/bus/cbus/pc9801_snd.h
@@ -2,8 +2,8 @@
// copyright-holders:Angelo Salese
/***************************************************************************
- NEC PC-9801
- common functions for CBUS sound boards -26, -86, -118
+ NEC PC-9801
+ common functions for CBUS sound boards -26, -86, -118
***************************************************************************/
@@ -13,7 +13,7 @@
#pragma once
class pc9801_snd_device : public device_t
-{
+{
public:
pc9801_snd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);