diff options
Diffstat (limited to 'src/mess/machine/poly88.c')
-rw-r--r-- | src/mess/machine/poly88.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/poly88.c b/src/mess/machine/poly88.c index c02cc3f9546..cdacca5a0db 100644 --- a/src/mess/machine/poly88.c +++ b/src/mess/machine/poly88.c @@ -140,7 +140,7 @@ TIMER_CALLBACK_MEMBER(poly88_state::poly88_cassette_timer_callback) int data; int current_level; -// if (!(machine().root_device().ioport("DSW0")->read() & 0x02)) /* V.24 / Tape Switch */ +// if (!(ioport("DSW0")->read() & 0x02)) /* V.24 / Tape Switch */ //{ /* tape reading */ if (m_cassette->get_state()&CASSETTE_PLAY) |