Fix compile.

This commit is contained in:
Aaron Giles 2011-02-13 21:24:37 +00:00
parent b526c2c622
commit 9ff458e52f

View File

@ -9328,7 +9328,7 @@ MACHINE_CONFIG_START( megadpal, driver_device )
MACHINE_CONFIG_END
static int _32x_fifo_available_callback(UINT32 src, UINT32 dst, UINT32 data, int size)
static int _32x_fifo_available_callback(device_t *device, UINT32 src, UINT32 dst, UINT32 data, int size)
{
if (src==0x4012)
{