diff options
Diffstat (limited to 'src/emu/cpu/cop400/410ops.c')
-rw-r--r-- | src/emu/cpu/cop400/410ops.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/emu/cpu/cop400/410ops.c b/src/emu/cpu/cop400/410ops.c index 5155e03ce5b..a21a863e497 100644 --- a/src/emu/cpu/cop400/410ops.c +++ b/src/emu/cpu/cop400/410ops.c @@ -1,8 +1,13 @@ -/************************************************************************** - * National Semiconductor COP410 Emulator * - * * - * Copyright (C) 2006 MAME Team * - **************************************************************************/ +/*************************************************************************** + + 410ops.c + + National Semiconductor COP410 Emulator. + + Copyright Nicola Salmoria and the MAME Team. + Visit http://mamedev.org for licensing and usage restrictions. + +***************************************************************************/ #define ROM(A) cpu_readop(A) #define RAM_W(A,V) (data_write_byte_8(A,V)) |