apple3: use correct addresses for font upload control, improves Atomic Defense. [Rob Justice]

This commit is contained in:
arbee 2018-12-30 00:23:19 -05:00
parent 5e53543d3f
commit 6d623fe87a

View File

@ -255,6 +255,7 @@ READ8_MEMBER(apple3_state::apple3_c0xx_r)
case 0xda:
// printf("ENCWRT off\n");
m_charwrt = false;
break;
case 0xdb:
@ -263,7 +264,6 @@ READ8_MEMBER(apple3_state::apple3_c0xx_r)
break;
case 0xdc:
m_charwrt = false;
// printf("ENCSEL off\n");
break;
@ -435,6 +435,7 @@ WRITE8_MEMBER(apple3_state::apple3_c0xx_w)
case 0xda:
// printf("ENCWRT off\n");
m_charwrt = false;
break;
case 0xdb:
@ -443,7 +444,6 @@ WRITE8_MEMBER(apple3_state::apple3_c0xx_w)
break;
case 0xdc:
m_charwrt = false;
// printf("ENCSEL off\n");
break;