Update 8530scc.cpp

This commit is contained in:
CharlesJS 2016-10-15 05:06:43 -05:00 committed by GitHub
parent ab29018834
commit 4eccd938c1

View File

@ -530,7 +530,7 @@ void scc8530_t::write_reg(int offset, UINT8 data)
case 0: /* Channel B (Printer Port) Control */
case 1: /* Channel A (Modem Port) Control */
{
int chan = ((offset == 2) ? 1 : 0);
int chan = ((offset == 0) ? 1 : 0);
if (mode == 0)
{
if((data & 0xf0) == 0) // not a reset command