From 823b8cbc1cfd18916c77633cb6936f9298bb7425 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 5 Mar 2016 10:29:28 +0100 Subject: [PATCH] Add license to files that were not part of build or are containing data to build sources for cpu emulation (nw) --- nl_examples/7400_astable.c | 2 ++ nl_examples/74123_mstable.c | 2 ++ nl_examples/9602_mstable.c | 2 ++ nl_examples/bjt.c | 2 ++ nl_examples/bjt_eb.c | 2 ++ nl_examples/bjt_eb_pnp.c | 2 ++ nl_examples/breakout.c | 3 ++- nl_examples/cd4066.c | 2 ++ nl_examples/cdelay.c | 2 ++ nl_examples/congo_bongo.c | 3 ++- nl_examples/kidniki.c | 3 ++- nl_examples/mm5837_noise.c | 2 ++ nl_examples/msx_mixer_stage.c | 2 ++ nl_examples/ne555_astable.c | 2 ++ nl_examples/opamp.c | 2 ++ nl_examples/sn74ls629_osc.c | 2 ++ nl_examples/test.c | 2 ++ nl_examples/todo.c | 2 ++ nl_examples/vccs.c | 2 ++ nl_examples/vccs1.c | 2 ++ nl_examples/vs_cs.c | 2 ++ src/devices/cpu/arcompact/arcompact_make.py | 3 ++- src/devices/cpu/h8/h8.lst | 2 ++ src/devices/cpu/h8/h8make.py | 3 ++- src/devices/cpu/m6502/ddeco16.lst | 2 ++ src/devices/cpu/m6502/dm4510.lst | 2 ++ src/devices/cpu/m6502/dm6502.lst | 2 ++ src/devices/cpu/m6502/dm6509.lst | 2 ++ src/devices/cpu/m6502/dm6510.lst | 2 ++ src/devices/cpu/m6502/dm65c02.lst | 2 ++ src/devices/cpu/m6502/dm65ce02.lst | 2 ++ src/devices/cpu/m6502/dm740.lst | 2 ++ src/devices/cpu/m6502/dn2a03.lst | 2 ++ src/devices/cpu/m6502/dr65c02.lst | 2 ++ src/devices/cpu/m6502/m6502make.py | 2 ++ src/devices/cpu/m6502/odeco16.lst | 2 ++ src/devices/cpu/m6502/om4510.lst | 2 ++ src/devices/cpu/m6502/om6502.lst | 2 ++ src/devices/cpu/m6502/om6509.lst | 2 ++ src/devices/cpu/m6502/om6510.lst | 2 ++ src/devices/cpu/m6502/om65c02.lst | 2 ++ src/devices/cpu/m6502/om65ce02.lst | 2 ++ src/devices/cpu/m6502/om740.lst | 2 ++ src/devices/cpu/m6502/on2a03.lst | 2 ++ src/devices/cpu/m6809/base6x09.ops | 2 ++ src/devices/cpu/m6809/hd6309.ops | 2 ++ src/devices/cpu/m6809/konami.ops | 2 ++ src/devices/cpu/m6809/m6809.ops | 2 ++ src/devices/cpu/m6809/m6809make.py | 2 ++ src/devices/cpu/mcs96/mcs96make.py | 2 ++ src/devices/cpu/mcs96/mcs96ops.lst | 2 ++ src/devices/cpu/tms57002/tmsmake.py | 2 ++ 52 files changed, 104 insertions(+), 5 deletions(-) diff --git a/nl_examples/7400_astable.c b/nl_examples/7400_astable.c index 87e925b4a97..07748a0816a 100644 --- a/nl_examples/7400_astable.c +++ b/nl_examples/7400_astable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 7400_astable.c * diff --git a/nl_examples/74123_mstable.c b/nl_examples/74123_mstable.c index ddb8955e033..fd2bfd85871 100644 --- a/nl_examples/74123_mstable.c +++ b/nl_examples/74123_mstable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 74123_mstable.c * diff --git a/nl_examples/9602_mstable.c b/nl_examples/9602_mstable.c index 5db2df04d0e..8e482c8dfb3 100644 --- a/nl_examples/9602_mstable.c +++ b/nl_examples/9602_mstable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 9602_mstable.c * diff --git a/nl_examples/bjt.c b/nl_examples/bjt.c index fc5b72f3d02..7222ced4445 100644 --- a/nl_examples/bjt.c +++ b/nl_examples/bjt.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/bjt_eb.c b/nl_examples/bjt_eb.c index bc35345a44d..f21735c36ec 100644 --- a/nl_examples/bjt_eb.c +++ b/nl_examples/bjt_eb.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/bjt_eb_pnp.c b/nl_examples/bjt_eb_pnp.c index a4a0b8f566f..10169b6bd3f 100644 --- a/nl_examples/bjt_eb_pnp.c +++ b/nl_examples/bjt_eb_pnp.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/breakout.c b/nl_examples/breakout.c index 2c8d9f3ccae..591ffaf3414 100644 --- a/nl_examples/breakout.c +++ b/nl_examples/breakout.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #define NETLIST_DEVELOPMENT 1 #include "netlist/nl_dice_compat.h" diff --git a/nl_examples/cd4066.c b/nl_examples/cd4066.c index 1db59b670ed..c77e6438c0f 100644 --- a/nl_examples/cd4066.c +++ b/nl_examples/cd4066.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/cdelay.c b/nl_examples/cdelay.c index 9a6bdcc1aff..6f396e8ca07 100644 --- a/nl_examples/cdelay.c +++ b/nl_examples/cdelay.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * cdelay.c * diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c index facd4054c00..4256d364d17 100644 --- a/nl_examples/congo_bongo.c +++ b/nl_examples/congo_bongo.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud /* € */ // ABC #include "netlist/devices/net_lib.h" diff --git a/nl_examples/kidniki.c b/nl_examples/kidniki.c index 9e2b0052dae..661f94ca72d 100644 --- a/nl_examples/kidniki.c +++ b/nl_examples/kidniki.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "netlist/devices/net_lib.h" #include "netlist/devices/nld_system.h" #include "netlist/analog/nld_bjt.h" diff --git a/nl_examples/mm5837_noise.c b/nl_examples/mm5837_noise.c index 7afe2b6e54d..dff1966e1eb 100644 --- a/nl_examples/mm5837_noise.c +++ b/nl_examples/mm5837_noise.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * mm5837_noise.c * diff --git a/nl_examples/msx_mixer_stage.c b/nl_examples/msx_mixer_stage.c index ddc1cd70cfd..445777eb9cf 100644 --- a/nl_examples/msx_mixer_stage.c +++ b/nl_examples/msx_mixer_stage.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/ne555_astable.c b/nl_examples/ne555_astable.c index 0ab323d3c2d..d5a77b9b8fa 100644 --- a/nl_examples/ne555_astable.c +++ b/nl_examples/ne555_astable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * ne555_astable.c * diff --git a/nl_examples/opamp.c b/nl_examples/opamp.c index ce347c21c64..40c04a5d4f2 100644 --- a/nl_examples/opamp.c +++ b/nl_examples/opamp.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * opamp.c * diff --git a/nl_examples/sn74ls629_osc.c b/nl_examples/sn74ls629_osc.c index 8e697e0855f..f40c464f55c 100644 --- a/nl_examples/sn74ls629_osc.c +++ b/nl_examples/sn74ls629_osc.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * ne555_astable.c * diff --git a/nl_examples/test.c b/nl_examples/test.c index aee7bf9ec86..9a75dd3ad91 100644 --- a/nl_examples/test.c +++ b/nl_examples/test.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/todo.c b/nl_examples/todo.c index 1c9815864ed..62c713e86fd 100644 --- a/nl_examples/todo.c +++ b/nl_examples/todo.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * todo.c * diff --git a/nl_examples/vccs.c b/nl_examples/vccs.c index 3945734a5da..27ebf5a64e0 100644 --- a/nl_examples/vccs.c +++ b/nl_examples/vccs.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vccs.c * diff --git a/nl_examples/vccs1.c b/nl_examples/vccs1.c index 72db7467d84..7e6dd1ea48c 100644 --- a/nl_examples/vccs1.c +++ b/nl_examples/vccs1.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vccs.c * diff --git a/nl_examples/vs_cs.c b/nl_examples/vs_cs.c index 4e6bb9615fe..9b39106a540 100644 --- a/nl_examples/vs_cs.c +++ b/nl_examples/vs_cs.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vs_cs.c * diff --git a/src/devices/cpu/arcompact/arcompact_make.py b/src/devices/cpu/arcompact/arcompact_make.py index 080fd72b426..30aba810a99 100644 --- a/src/devices/cpu/arcompact/arcompact_make.py +++ b/src/devices/cpu/arcompact/arcompact_make.py @@ -1,5 +1,6 @@ #!/usr/bin/python - +# license:BSD-3-Clause +# copyright-holders:David Haywood from __future__ import print_function import sys diff --git a/src/devices/cpu/h8/h8.lst b/src/devices/cpu/h8/h8.lst index 3ec1f46fbe4..56fcd25a548 100644 --- a/src/devices/cpu/h8/h8.lst +++ b/src/devices/cpu/h8/h8.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert macro bxx_any %cond prefetch_start(); TMP2 = read16i(TMP1); diff --git a/src/devices/cpu/h8/h8make.py b/src/devices/cpu/h8/h8make.py index 929b5d14c4e..2115bc01cbe 100644 --- a/src/devices/cpu/h8/h8make.py +++ b/src/devices/cpu/h8/h8make.py @@ -1,5 +1,6 @@ #!/usr/bin/python - +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert from __future__ import print_function USAGE = """ diff --git a/src/devices/cpu/m6502/ddeco16.lst b/src/devices/cpu/m6502/ddeco16.lst index b57f2614cf0..9c84900e98b 100644 --- a/src/devices/cpu/m6502/ddeco16.lst +++ b/src/devices/cpu/m6502/ddeco16.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # deco16 - deco variant brk_16_imp ora_idx ill_non ill_non ill_non ora_zpg asl_zpg ill_non php_imp ora_imm asl_acc u0B_zpg ill_non ora_aba asl_aba ill_non bpl_rel ora_idy ill_non u13_zpg ill_non ora_zpx asl_zpx ill_non clc_imp ora_aby ill_non ill_non ill_non ora_abx asl_abx ill_non diff --git a/src/devices/cpu/m6502/dm4510.lst b/src/devices/cpu/m6502/dm4510.lst index 6de7627ebc7..eae3c8ef006 100644 --- a/src/devices/cpu/m6502/dm4510.lst +++ b/src/devices/cpu/m6502/dm4510.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m4510 - 65ce02 with a mmu brk_ce_imp ora_ce_idx cle_imp see_imp tsb_ce_zpg ora_ce_zpg asl_ce_zpg rmb_ce_bzp php_ce_imp ora_imm asl_ce_acc tsy_imp tsb_ce_aba ora_aba asl_ce_aba bbr_ce_zpb bpl_ce_rel ora_ce_idy ora_idz bpl_rw2 trb_ce_zpg ora_ce_zpx asl_ce_zpx rmb_ce_bzp clc_ce_imp ora_ce_aby inc_ce_acc inz_imp trb_ce_aba ora_ce_abx asl_ce_abx bbr_ce_zpb diff --git a/src/devices/cpu/m6502/dm6502.lst b/src/devices/cpu/m6502/dm6502.lst index 335cae3d2e7..654a2f1fe74 100644 --- a/src/devices/cpu/m6502/dm6502.lst +++ b/src/devices/cpu/m6502/dm6502.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m6502_family_device - 6502, 6504 brk_imp ora_idx kil_non slo_idx nop_zpg ora_zpg asl_zpg slo_zpg php_imp ora_imm asl_acc anc_imm nop_aba ora_aba asl_aba slo_aba bpl_rel ora_idy kil_non slo_idy nop_zpx ora_zpx asl_zpx slo_zpx clc_imp ora_aby nop_imp slo_aby nop_abx ora_abx asl_abx slo_abx diff --git a/src/devices/cpu/m6502/dm6509.lst b/src/devices/cpu/m6502/dm6509.lst index 644aa6c79d6..d8e498ecdf8 100644 --- a/src/devices/cpu/m6502/dm6509.lst +++ b/src/devices/cpu/m6502/dm6509.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m6509 - special banking on two specific instructions, and banking in general brk_imp ora_idx kil_non slo_idx nop_zpg ora_zpg asl_zpg slo_zpg php_imp ora_imm asl_acc anc_imm nop_aba ora_aba asl_aba slo_aba bpl_rel ora_idy kil_non slo_idy nop_zpx ora_zpx asl_zpx slo_zpx clc_imp ora_aby nop_imp slo_aby nop_abx ora_abx asl_abx slo_abx diff --git a/src/devices/cpu/m6502/dm6510.lst b/src/devices/cpu/m6502/dm6510.lst index dbc8bd88d57..18b78643795 100644 --- a/src/devices/cpu/m6502/dm6510.lst +++ b/src/devices/cpu/m6502/dm6510.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m6510_family - identical to 6502, except for some undocumented instructions that have to be handled specifically brk_imp ora_idx kil_non slo_idx nop_zpg ora_zpg asl_zpg slo_zpg php_imp ora_imm asl_acc anc_10_imm nop_aba ora_aba asl_aba slo_aba bpl_rel ora_idy kil_non slo_idy nop_zpx ora_zpx asl_zpx slo_zpx clc_imp ora_aby nop_imp slo_aby nop_abx ora_abx asl_abx slo_abx diff --git a/src/devices/cpu/m6502/dm65c02.lst b/src/devices/cpu/m6502/dm65c02.lst index 4b0cd1f2db4..a174a154041 100644 --- a/src/devices/cpu/m6502/dm65c02.lst +++ b/src/devices/cpu/m6502/dm65c02.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m65c02 brk_c_imp ora_idx nop_imm nop_c_imp tsb_zpg ora_zpg asl_zpg nop_c_imp php_imp ora_imm asl_acc nop_c_imp tsb_aba ora_aba asl_aba nop_c_imp bpl_rel ora_idy ora_zpi nop_c_imp trb_zpg ora_zpx asl_zpx nop_c_imp clc_imp ora_aby inc_acc nop_c_imp trb_aba ora_abx asl_c_abx nop_c_imp diff --git a/src/devices/cpu/m6502/dm65ce02.lst b/src/devices/cpu/m6502/dm65ce02.lst index b2fafe67203..819ce35c614 100644 --- a/src/devices/cpu/m6502/dm65ce02.lst +++ b/src/devices/cpu/m6502/dm65ce02.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m65ce02 - Adds the B and Z registers to the r65c02, a bunch of instructions, and changes most of the timings brk_ce_imp ora_ce_idx cle_imp see_imp tsb_ce_zpg ora_ce_zpg asl_ce_zpg rmb_ce_bzp php_ce_imp ora_imm asl_ce_acc tsy_imp tsb_ce_aba ora_aba asl_ce_aba bbr_ce_zpb bpl_ce_rel ora_ce_idy ora_idz bpl_rw2 trb_ce_zpg ora_ce_zpx asl_ce_zpx rmb_ce_bzp clc_ce_imp ora_ce_aby inc_ce_acc inz_imp trb_ce_aba ora_ce_abx asl_ce_abx bbr_ce_zpb diff --git a/src/devices/cpu/m6502/dm740.lst b/src/devices/cpu/m6502/dm740.lst index c11f0826cd5..04f67738dc9 100644 --- a/src/devices/cpu/m6502/dm740.lst +++ b/src/devices/cpu/m6502/dm740.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m740 device brk740_imp ora_idx kil_non bbs_bar nop_zpg ora_zpg asl_zpg bbs_bzr php_imp ora_imm asl_acc seb_bac nop_aba ora_aba asl_aba seb_biz bpl_rel ora_idy clt_imp bbc_bar nop_zpx ora_zpx asl_zpx bbc_bzr clc_imp ora_aby dec_acc clb_bac nop_abx ora_abx asl_abx clb_biz diff --git a/src/devices/cpu/m6502/dn2a03.lst b/src/devices/cpu/m6502/dn2a03.lst index 7f0a5d4a9cb..06dcc2610a2 100644 --- a/src/devices/cpu/m6502/dn2a03.lst +++ b/src/devices/cpu/m6502/dn2a03.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # n2a03 - D flag is disabled but present in the P register brk_imp ora_idx kil_non slo_idx nop_zpg ora_zpg asl_zpg slo_zpg php_imp ora_imm asl_acc anc_imm nop_aba ora_aba asl_aba slo_aba bpl_rel ora_idy kil_non slo_idy nop_zpx ora_zpx asl_zpx slo_zpx clc_imp ora_aby nop_imp slo_aby nop_abx ora_abx asl_abx slo_abx diff --git a/src/devices/cpu/m6502/dr65c02.lst b/src/devices/cpu/m6502/dr65c02.lst index fa4a97bda56..60573ac30d3 100644 --- a/src/devices/cpu/m6502/dr65c02.lst +++ b/src/devices/cpu/m6502/dr65c02.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # r65c02 - rockwell variant, with the bitwise instructions and stp/wai brk_c_imp ora_idx nop_imm nop_c_imp tsb_zpg ora_zpg asl_zpg rmb_bzp php_imp ora_imm asl_acc nop_c_imp tsb_aba ora_aba asl_aba bbr_zpb bpl_rel ora_idy ora_zpi nop_c_imp trb_zpg ora_zpx asl_zpx rmb_bzp clc_imp ora_aby inc_acc nop_c_imp trb_aba ora_abx asl_c_abx bbr_zpb diff --git a/src/devices/cpu/m6502/m6502make.py b/src/devices/cpu/m6502/m6502make.py index 4ac62e90ce9..8bcd85f8e21 100755 --- a/src/devices/cpu/m6502/m6502make.py +++ b/src/devices/cpu/m6502/m6502make.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert from __future__ import print_function diff --git a/src/devices/cpu/m6502/odeco16.lst b/src/devices/cpu/m6502/odeco16.lst index 6cea2fa7282..f3aade96499 100644 --- a/src/devices/cpu/m6502/odeco16.lst +++ b/src/devices/cpu/m6502/odeco16.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # deco 16 opcodes brk_16_imp // The 6502 bug when a nmi occurs in a brk is reproduced (case !irq_taken && nmi_state) diff --git a/src/devices/cpu/m6502/om4510.lst b/src/devices/cpu/m6502/om4510.lst index fbe49491fac..ade37a82db6 100644 --- a/src/devices/cpu/m6502/om4510.lst +++ b/src/devices/cpu/m6502/om4510.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # 4510 opcodes eom_imp diff --git a/src/devices/cpu/m6502/om6502.lst b/src/devices/cpu/m6502/om6502.lst index 24c560c02fa..93026a1fc8b 100644 --- a/src/devices/cpu/m6502/om6502.lst +++ b/src/devices/cpu/m6502/om6502.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # NMOS 6502 opcodes # Verified with visual6502 # documented opcodes diff --git a/src/devices/cpu/m6502/om6509.lst b/src/devices/cpu/m6502/om6509.lst index 4595827b1d7..8c9a6f9baa1 100644 --- a/src/devices/cpu/m6502/om6509.lst +++ b/src/devices/cpu/m6502/om6509.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # 6509 opcodes lda_9_idy diff --git a/src/devices/cpu/m6502/om6510.lst b/src/devices/cpu/m6502/om6510.lst index e08a5229111..1ad0dfc0182 100644 --- a/src/devices/cpu/m6502/om6510.lst +++ b/src/devices/cpu/m6502/om6510.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # 6510 undocumented instructions in a C64 context anc_10_imm TMP2 = read_pc(); diff --git a/src/devices/cpu/m6502/om65c02.lst b/src/devices/cpu/m6502/om65c02.lst index d64ddcdc409..c2536d2c11d 100644 --- a/src/devices/cpu/m6502/om65c02.lst +++ b/src/devices/cpu/m6502/om65c02.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m65c02 opcodes adc_c_aba diff --git a/src/devices/cpu/m6502/om65ce02.lst b/src/devices/cpu/m6502/om65ce02.lst index 049097fded8..f5b6beebc9a 100644 --- a/src/devices/cpu/m6502/om65ce02.lst +++ b/src/devices/cpu/m6502/om65ce02.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # 65ce02 opcodes, a lot only remove dummy read/write cycles, some are new, some use the B register adc_ce_aba diff --git a/src/devices/cpu/m6502/om740.lst b/src/devices/cpu/m6502/om740.lst index 9f17dc639bf..f5ea32d49dc 100644 --- a/src/devices/cpu/m6502/om740.lst +++ b/src/devices/cpu/m6502/om740.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # m740 opcodes set_imp read_pc_noinc(); diff --git a/src/devices/cpu/m6502/on2a03.lst b/src/devices/cpu/m6502/on2a03.lst index 7d8a72c8d62..2719f7c6ad2 100644 --- a/src/devices/cpu/m6502/on2a03.lst +++ b/src/devices/cpu/m6502/on2a03.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert # n2a03 opcodes - same as 6502 but with d disabled adc_nd_aba TMP = read_pc(); 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 diff --git a/src/devices/cpu/mcs96/mcs96make.py b/src/devices/cpu/mcs96/mcs96make.py index 72d8f36cfa6..b4844942e3d 100644 --- a/src/devices/cpu/mcs96/mcs96make.py +++ b/src/devices/cpu/mcs96/mcs96make.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert from __future__ import print_function diff --git a/src/devices/cpu/mcs96/mcs96ops.lst b/src/devices/cpu/mcs96/mcs96ops.lst index 7ccedf358da..372acb44218 100644 --- a/src/devices/cpu/mcs96/mcs96ops.lst +++ b/src/devices/cpu/mcs96/mcs96ops.lst @@ -1,3 +1,5 @@ +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert fetch if(irq_requested) { int level; diff --git a/src/devices/cpu/tms57002/tmsmake.py b/src/devices/cpu/tms57002/tmsmake.py index df37f261dc1..e2e12b5a4b3 100755 --- a/src/devices/cpu/tms57002/tmsmake.py +++ b/src/devices/cpu/tms57002/tmsmake.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# license:BSD-3-Clause +# copyright-holders:Olivier Galibert from __future__ import print_function