summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmosys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmosys.c')
-rw-r--r--src/mame/drivers/tecmosys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tecmosys.c b/src/mame/drivers/tecmosys.c
index 05e0bbd30ae..ac304677808 100644
--- a/src/mame/drivers/tecmosys.c
+++ b/src/mame/drivers/tecmosys.c
@@ -871,7 +871,7 @@ static const ymf262_interface tecmosys_ymf262_interface =
static MACHINE_START( tecmosys )
{
-// tecmosys_state *state = machine.driver_data<tecmosys_state>();
+// tecmosys_state *state = machine.driver_data<tecmosys_state>();
memory_configure_bank(machine, "bank1", 0, 16, machine.region("audiocpu")->base(), 0x4000);
}