summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9212.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9212.cpp')
-rw-r--r--src/devices/video/crt9212.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/video/crt9212.cpp b/src/devices/video/crt9212.cpp
index 836680dffee..5bbcd8aaac7 100644
--- a/src/devices/video/crt9212.cpp
+++ b/src/devices/video/crt9212.cpp
@@ -92,7 +92,7 @@ void crt9212_device::device_start()
// clrcnt_w - clear counter
//-------------------------------------------------
-void crt9212_device::clrcnt_w(int state)
+void crt9212_device::clrcnt_w(int state)
{
if (m_clrcnt && !state)
{
@@ -107,7 +107,7 @@ void crt9212_device::clrcnt_w(int state)
// rclk_w - read clock
//-------------------------------------------------
-void crt9212_device::rclk_w(int state)
+void crt9212_device::rclk_w(int state)
{
if (!m_rclk && state)
{
@@ -160,7 +160,7 @@ void crt9212_device::rclk_w(int state)
// wclk_w - write clock
//-------------------------------------------------
-void crt9212_device::wclk_w(int state)
+void crt9212_device::wclk_w(int state)
{
if (!m_wclk && state)
{