Previous 199869 Revisions Next

r24623 Thursday 1st August, 2013 at 03:33:03 UTC by Angelo Salese
IDP -> uPD72022, fun
[src/mess/drivers]pc88va.c

trunk/src/mess/drivers/pc88va.c
r24622r24623
663663   AM_RANGE(0xf0000, 0xfffff) AM_ROMBANK("rom10_bank")
664664ADDRESS_MAP_END
665665
666/* IDP = NEC uPD72022 */
666667READ8_MEMBER(pc88va_state::idp_status_r)
667668{
668669/*
r24622r24623
742743      case SPROV:  m_cmd = SPROV; /* TODO: where it returns the info? */ break;
743744
744745      /* TODO: 0x89 shouldn't trigger, should be one of the above commands */
746      /* Update: actually 0x89 is mask command */
745747      default:   m_cmd = 0x00; printf("PC=%05x: Unknown IDP %02x cmd set\n",space.device().safe_pc(),data); break;
746748   }
747749}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team