summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomibd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomibd.c')
-rw-r--r--src/mame/machine/naomibd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomibd.c b/src/mame/machine/naomibd.c
index 4f808103c85..992d7ed3bbe 100644
--- a/src/mame/machine/naomibd.c
+++ b/src/mame/machine/naomibd.c
@@ -1223,7 +1223,7 @@ WRITE64_DEVICE_HANDLER( naomibd_w )
static void load_rom_gdrom(running_machine& machine, naomibd_state *v)
{
-// UINT32 result;
+// UINT32 result;
cdrom_file *gdromfile;
UINT8 buffer[2048];
UINT8 *ptr;