mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Update 8530scc.cpp
This commit is contained in:
parent
ab29018834
commit
4eccd938c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user