diff options
author | 2016-03-05 10:29:28 +0100 | |
---|---|---|
committer | 2016-03-05 10:29:28 +0100 | |
commit | 823b8cbc1cfd18916c77633cb6936f9298bb7425 (patch) | |
tree | e4c9ff888e351203766457475ea2ae8ad7348f79 /src/devices/cpu/m6809 | |
parent | e622da1827ef3ab9d7a287c722b9f5cb31c0ceb9 (diff) |
Add license to files that were not part of build or are containing data to build sources for cpu emulation (nw)
Diffstat (limited to 'src/devices/cpu/m6809')
-rw-r--r-- | src/devices/cpu/m6809/base6x09.ops | 2 | ||||
-rw-r--r-- | src/devices/cpu/m6809/hd6309.ops | 2 | ||||
-rw-r--r-- | src/devices/cpu/m6809/konami.ops | 2 | ||||
-rw-r--r-- | src/devices/cpu/m6809/m6809.ops | 2 | ||||
-rw-r--r-- | src/devices/cpu/m6809/m6809make.py | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/src/devices/cpu/m6809/base6x09.ops b/src/devices/cpu/m6809/base6x09.ops index 334521eb385..54226cddfb9 100644 --- a/src/devices/cpu/m6809/base6x09.ops +++ b/src/devices/cpu/m6809/base6x09.ops @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods NMI: m_nmi_asserted = false; m_cc |= CC_E; diff --git a/src/devices/cpu/m6809/hd6309.ops b/src/devices/cpu/m6809/hd6309.ops index 6da3a904d2b..f96acfc695a 100644 --- a/src/devices/cpu/m6809/hd6309.ops +++ b/src/devices/cpu/m6809/hd6309.ops @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods MAIN: // check interrupt lines switch(get_pending_interrupt()) diff --git a/src/devices/cpu/m6809/konami.ops b/src/devices/cpu/m6809/konami.ops index e2246f85b71..fefa27aea26 100644 --- a/src/devices/cpu/m6809/konami.ops +++ b/src/devices/cpu/m6809/konami.ops @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods MAIN: // check interrupt lines switch(get_pending_interrupt()) diff --git a/src/devices/cpu/m6809/m6809.ops b/src/devices/cpu/m6809/m6809.ops index 96b9f6c11a7..5602211527a 100644 --- a/src/devices/cpu/m6809/m6809.ops +++ b/src/devices/cpu/m6809/m6809.ops @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods MAIN: // check interrupt lines switch(get_pending_interrupt()) diff --git a/src/devices/cpu/m6809/m6809make.py b/src/devices/cpu/m6809/m6809make.py index c3d5b0f66ee..8838b960191 100644 --- a/src/devices/cpu/m6809/m6809make.py +++ b/src/devices/cpu/m6809/m6809make.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert import sys import re |