summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/evpcconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/evpcconn.cpp')
-rw-r--r--src/devices/bus/ti99/internal/evpcconn.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/ti99/internal/evpcconn.cpp b/src/devices/bus/ti99/internal/evpcconn.cpp
index 5aba788a9fe..244092fbd11 100644
--- a/src/devices/bus/ti99/internal/evpcconn.cpp
+++ b/src/devices/bus/ti99/internal/evpcconn.cpp
@@ -2,8 +2,8 @@
// copyright-holders:Michael Zapf
/****************************************************************************
- Connector from EVPC
-
+ Connector from EVPC
+
We need this for the TI-99/4A console; the SGCPU uses a separate line
in the PEB.
@@ -16,7 +16,7 @@
with a special firmware (DSR).
May 2017, Michael Zapf
-
+
****************************************************************************/
#include "emu.h"
@@ -32,9 +32,9 @@ evpc_clock_connector::evpc_clock_connector(const machine_config &mconfig, const
{
}
-WRITE_LINE_MEMBER( evpc_clock_connector::vclock_line )
-{
- m_vdpint(state);
+WRITE_LINE_MEMBER( evpc_clock_connector::vclock_line )
+{
+ m_vdpint(state);
}
void evpc_clock_connector::device_start()