From f9733b2f7830f5ad6ac1d5d72b176e3fc67c2a52 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 14 Aug 2013 05:31:32 +0000 Subject: [PATCH] (MESS) c2040: Fix function name in comment (nw) --- src/mess/machine/c2040.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/c2040.c b/src/mess/machine/c2040.c index 7a55d8643c6..cd9a5458821 100644 --- a/src/mess/machine/c2040.c +++ b/src/mess/machine/c2040.c @@ -1813,7 +1813,7 @@ void c2040_device::on_disk0_change(device_image_interface &image) //------------------------------------------------- -// on_disk_change - +// on_disk1_change - //------------------------------------------------- void c2040_device::on_disk1_change(device_image_interface &image)