diff options
author | 2015-05-07 10:45:57 +0200 | |
---|---|---|
committer | 2015-05-07 10:45:57 +0200 | |
commit | 6d902a08bdba8dfa08a2ad9298e7eab604df2dc0 (patch) | |
tree | 01f9c551aea1239d727bd685ef488aa6fdf75db1 /src/emu/cpu/m6800/m6800.c | |
parent | 9089ec243a7117bc6e487ecea8097f4b1979ff34 (diff) |
Added dummy license headers for EMU section (nw)
Diffstat (limited to 'src/emu/cpu/m6800/m6800.c')
-rw-r--r-- | src/emu/cpu/m6800/m6800.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/cpu/m6800/m6800.c b/src/emu/cpu/m6800/m6800.c index 56d456cfd81..425e3f41c5e 100644 --- a/src/emu/cpu/m6800/m6800.c +++ b/src/emu/cpu/m6800/m6800.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? /*** m6800: Portable 6800 class emulator ************************************* m68xx.c |