mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
zeus2: this should fix compiler tab warning (nw)
This commit is contained in:
parent
5fb517275a
commit
be9320048b
@ -850,7 +850,7 @@ int zeus2_device::zeus2_fifo_process(const UINT32 *data, int numwords)
|
|||||||
log_fifo_command(data, numwords, " -- reg32");
|
log_fifo_command(data, numwords, " -- reg32");
|
||||||
if (((data[0] >> 16) & 0x7f) != 0x08)
|
if (((data[0] >> 16) & 0x7f) != 0x08)
|
||||||
zeus2_register32_w((data[0] >> 16) & 0x7f, data[1], log_fifo);
|
zeus2_register32_w((data[0] >> 16) & 0x7f, data[1], log_fifo);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* 0x08: set matrix and point (thegrid) */
|
/* 0x08: set matrix and point (thegrid) */
|
||||||
case 0x08:
|
case 0x08:
|
||||||
|
Loading…
Reference in New Issue
Block a user