summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/a2600.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/a2600.c')
-rw-r--r--src/mess/drivers/a2600.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/drivers/a2600.c b/src/mess/drivers/a2600.c
index cf6a96df583..0826c1b2a20 100644
--- a/src/mess/drivers/a2600.c
+++ b/src/mess/drivers/a2600.c
@@ -1284,12 +1284,12 @@ WRITE8_MEMBER(a2600_state::switch_A_w)
/* Right controller port */
m_joy2->joy_w( data & 0x0f );
-// switch( machine().root_device().ioport("CONTROLLERS")->read() % CATEGORY_SELECT )
-// {
-// case 0x0a: /* KidVid voice module */
-// machine().device<cassette_image_device>(CASSETTE_TAG)->change_state(( data & 0x02 ) ? (cassette_state)CASSETTE_MOTOR_DISABLED : (cassette_state)(CASSETTE_MOTOR_ENABLED | CASSETTE_PLAY), (cassette_state)CASSETTE_MOTOR_DISABLED );
-// break;
-// }
+// switch( machine().root_device().ioport("CONTROLLERS")->read() % CATEGORY_SELECT )
+// {
+// case 0x0a: /* KidVid voice module */
+// machine().device<cassette_image_device>(CASSETTE_TAG)->change_state(( data & 0x02 ) ? (cassette_state)CASSETTE_MOTOR_DISABLED : (cassette_state)(CASSETTE_MOTOR_ENABLED | CASSETTE_PLAY), (cassette_state)CASSETTE_MOTOR_DISABLED );
+// break;
+// }
}
READ8_MEMBER(a2600_state::switch_A_r)