Previous 199869 Revisions Next

r22665 Saturday 4th May, 2013 at 12:41:14 UTC by smf
fixed building with MSVC (nw)
[src/mess/machine]psxcd.c

trunk/src/mess/machine/psxcd.c
r22664r22665
693693   switch(cmdbuf[0])
694694   {
695695      case 0x20:
696         static unsigned char data[4]=
696      {
697         static UINT8 data[4]=
697698         {
698699            0x95,
699700            0x07,
r22664r22665
703704
704705         send_result(intr_complete,data,4);
705706         break;
707      }
706708
707709      default:
708710         verboselog(machine(), 0, "psxcd: unimplemented test cmd %02x\n", cmdbuf[0]);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team