summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpani2.c')
-rw-r--r--src/mame/drivers/galpani2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galpani2.c b/src/mame/drivers/galpani2.c
index 41478b6a03b..8262215ba7f 100644
--- a/src/mame/drivers/galpani2.c
+++ b/src/mame/drivers/galpani2.c
@@ -134,7 +134,7 @@ static void galpani2_mcu_nmi(running_machine *machine)
break;
//case 0x02: //?, gp2se is the only one to use it, often!
- // break;
+ // break;
case 0x0a: // Copy N bytes from RAM1 to RAM2
mcu_src = (memory_read_byte(srcspace, mcu_address + 2)<<8) +