summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/smc777.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/smc777.c')
-rw-r--r--src/mess/drivers/smc777.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/smc777.c b/src/mess/drivers/smc777.c
index 99d1034e905..23e45ee8740 100644
--- a/src/mess/drivers/smc777.c
+++ b/src/mess/drivers/smc777.c
@@ -35,7 +35,7 @@ public:
: driver_device(mconfig, type, tag),
m_sn(*this, "sn1")
{ }
-
+
optional_device<sn76489a_new_device> m_sn;
UINT16 m_cursor_addr;
UINT16 m_cursor_raster;
@@ -1060,8 +1060,8 @@ static INTERRUPT_GEN( smc777_vblank_irq )
* Sound interface
*
*************************************/
-
-
+
+
//-------------------------------------------------
// sn76496_config psg_intf
//-------------------------------------------------