mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
fixed building with MSVC (nw)
This commit is contained in:
parent
789f612966
commit
ec16316c3f
@ -693,7 +693,8 @@ void psxcd_device::cdcmd_test()
|
|||||||
switch(cmdbuf[0])
|
switch(cmdbuf[0])
|
||||||
{
|
{
|
||||||
case 0x20:
|
case 0x20:
|
||||||
static unsigned char data[4]=
|
{
|
||||||
|
static UINT8 data[4]=
|
||||||
{
|
{
|
||||||
0x95,
|
0x95,
|
||||||
0x07,
|
0x07,
|
||||||
@ -703,6 +704,7 @@ void psxcd_device::cdcmd_test()
|
|||||||
|
|
||||||
send_result(intr_complete,data,4);
|
send_result(intr_complete,data,4);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
verboselog(machine(), 0, "psxcd: unimplemented test cmd %02x\n", cmdbuf[0]);
|
verboselog(machine(), 0, "psxcd: unimplemented test cmd %02x\n", cmdbuf[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user