From 7093ad1009a292e3aeb93fc13c86201fd0dd86de Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 22 May 2015 18:04:41 +0200 Subject: [PATCH] update for Al Kossow (nw) --- src/mame/audio/m79amb.c | 2 +- src/mame/drivers/m79amb.c | 2 +- src/mame/includes/m79amb.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/audio/m79amb.c b/src/mame/audio/m79amb.c index 6605b2251c3..abcffa6e66c 100644 --- a/src/mame/audio/m79amb.c +++ b/src/mame/audio/m79amb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Al Kossow /************************************************************************ * m79amb Sound System Analog emulation diff --git a/src/mame/drivers/m79amb.c b/src/mame/drivers/m79amb.c index 261ccfcc19e..7fcaf671cc8 100644 --- a/src/mame/drivers/m79amb.c +++ b/src/mame/drivers/m79amb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Al Kossow /* Ramtek M79 Ambush diff --git a/src/mame/includes/m79amb.h b/src/mame/includes/m79amb.h index b387d8cad1d..22574023cf5 100644 --- a/src/mame/includes/m79amb.h +++ b/src/mame/includes/m79amb.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Al Kossow #include "sound/discrete.h"