summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aladbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aladbl.c')
-rw-r--r--src/mame/drivers/aladbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aladbl.c b/src/mame/drivers/aladbl.c
index c1385ec8db2..8885c4e8613 100644
--- a/src/mame/drivers/aladbl.c
+++ b/src/mame/drivers/aladbl.c
@@ -201,8 +201,8 @@ static READ16_HANDLER( mk3ghw_dsw_r )
static DRIVER_INIT( aladbl )
{
/*
- * Game does a check @ 1afc00 with work ram fff57c that makes it play like the original console version (i.e. 8 energy hits instead of 2)
- */
+ * Game does a check @ 1afc00 with work ram fff57c that makes it play like the original console version (i.e. 8 energy hits instead of 2)
+ */
#if ENERGY_CONSOLE_MODE
UINT16 *rom = (UINT16 *)memory_region(machine, "maincpu");
rom[0x1afc08/2] = 0x6600;