summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkball.c')
-rw-r--r--src/mame/drivers/funkball.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/drivers/funkball.c b/src/mame/drivers/funkball.c
index 7f90aa7e8fb..54813ac8ff5 100644
--- a/src/mame/drivers/funkball.c
+++ b/src/mame/drivers/funkball.c
@@ -1140,22 +1140,22 @@ SCREEN_UPDATE_RGB32( funkball )
return 0;
}
-static const ide_config ide_intf =
+static const ide_config ide_intf =
{
- ide_interrupt,
- NULL,
+ ide_interrupt,
+ NULL,
0
};
static const voodoo_config voodoo_intf =
{
- 2, // fbmem;
- 4,// tmumem0;
- 0,// tmumem1;
- "screen",// screen;
- "maincpu",// cputag;
- NULL,// vblank;
- NULL,// stall;
+ 2, // fbmem;
+ 4,// tmumem0;
+ 0,// tmumem1;
+ "screen",// screen;
+ "maincpu",// cputag;
+ NULL,// vblank;
+ NULL,// stall;
};
static MACHINE_CONFIG_START( funkball, funkball_state )