diff --git a/dumpinfo.c b/dumpinfo.c index 2189a85..5e46f77 100644 --- a/dumpinfo.c +++ b/dumpinfo.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * dumpinfo.c: Tool to dump the metadata info about a cart rom image. * * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + #include #include #include diff --git a/main.c b/main.c index 9649e1c..9ccafd9 100644 --- a/main.c +++ b/main.c @@ -1,10 +1,11 @@ -/* +/****************************************************************************** * NewOswan * main.c: Entry point * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + //////////////////////////////////////////////////////////////////////////////// // // 13.04.2002: Fixed a small bug causing crashes diff --git a/source/audio.c b/source/audio.c index 6ee8231..7db5530 100644 --- a/source/audio.c +++ b/source/audio.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * audio.c: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + //////////////////////////////////////////////////////////////////////////////// // // Sound information thanks to toshi (wscamp wonderswan emulator) diff --git a/source/audio.h b/source/audio.h index 00da838..095b085 100644 --- a/source/audio.h +++ b/source/audio.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * audio.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/emulate.c b/source/emulate.c index 41b75cb..35e70ae 100644 --- a/source/emulate.c +++ b/source/emulate.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * emulate.c: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/emulate.h b/source/emulate.h index a07fca0..100557a 100644 --- a/source/emulate.h +++ b/source/emulate.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * emulate.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/gpu.c b/source/gpu.c index 37bbc87..4094363 100644 --- a/source/gpu.c +++ b/source/gpu.c @@ -1,3 +1,11 @@ +/******************************************************************************* + * NewOswan + * gpu.c: + * Based on the original Oswan-unix + * Copyright (c) 2014-2021 986-Studio. All rights reserved. + * + ******************************************************************************/ + //////////////////////////////////////////////////////////////////////////////// // GPU //////////////////////////////////////////////////////////////////////////////// diff --git a/source/gpu.h b/source/gpu.h index c038e69..b1e77ab 100644 --- a/source/gpu.h +++ b/source/gpu.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * gpu.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + #ifndef __GPU_H__ #define __GPU_H__ diff --git a/source/io.c b/source/io.c index 4f7bda0..3a2b2c7 100644 --- a/source/io.c +++ b/source/io.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * io.c: I/O ports implementaton * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/io.h b/source/io.h index 5754ba6..5ea82c1 100644 --- a/source/io.h +++ b/source/io.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * io.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/log.c b/source/log.c index c9fe4b7..719198b 100644 --- a/source/log.c +++ b/source/log.c @@ -1,10 +1,10 @@ -/* - * C Fancy Logger - * log.c: +/******************************************************************************* + * NewOswan + * log.c: C Fancy Logger * Copyright (c) 2009-2021 986-Studio. All rights reserved. * * Created by Manoël Trapier on 20/01/2009. - */ + ******************************************************************************/ #define __LOG_C_INTERNAL_ diff --git a/source/log.h b/source/log.h index c871e2e..6b67900 100644 --- a/source/log.h +++ b/source/log.h @@ -1,10 +1,10 @@ -/* - * C Fancy Logger - * log.h: +/******************************************************************************* + * NewOswan + * log.h: C Fancy Logger * Copyright (c) 2009-2021 986-Studio. All rights reserved. * * Created by Manoël Trapier on 20/01/2009. - */ + ******************************************************************************/ #ifndef _LOG_H #define _LOG_H diff --git a/source/memory.c b/source/memory.c index 5708b5f..fa67372 100644 --- a/source/memory.c +++ b/source/memory.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan - * memory.c: Memory implementatoion + * memory.c: Memory implementation * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + //////////////////////////////////////////////////////////////////////////////// // Notes: need to optimize cpu_writemem20 // diff --git a/source/memory.h b/source/memory.h index b0714a9..9ec506e 100644 --- a/source/memory.h +++ b/source/memory.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * memory.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/nec/nec.c b/source/nec/nec.c index 22d95e8..f4c5f9f 100644 --- a/source/nec/nec.c +++ b/source/nec/nec.c @@ -1,10 +1,11 @@ -/* +/****************************************************************************** * NewOswan * nec.c: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + /**************************************************************************** NEC V30MZ(V20/V30/V33) emulator diff --git a/source/nec/nec.h b/source/nec/nec.h index ba30ede..beea608 100644 --- a/source/nec/nec.h +++ b/source/nec/nec.h @@ -1,10 +1,11 @@ -/* +/****************************************************************************** * NewOswan * nec.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + #ifndef __NEC_H_ #define __NEC_H_ diff --git a/source/nec/necea.h b/source/nec/necea.h index 80b7e0d..ada0a79 100644 --- a/source/nec/necea.h +++ b/source/nec/necea.h @@ -1,10 +1,10 @@ -/* +/****************************************************************************** * NewOswan * necea.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ static uint32_t EA; static uint16_t EO; diff --git a/source/nec/necinstr.h b/source/nec/necinstr.h index b008d71..40706a1 100644 --- a/source/nec/necinstr.h +++ b/source/nec/necinstr.h @@ -1,10 +1,10 @@ -/* +/****************************************************************************** * NewOswan * necinstr.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ static void i_add_br8(void); static void i_add_wr16(void); diff --git a/source/nec/necintrf.h b/source/nec/necintrf.h index 57ee49c..bf3001b 100644 --- a/source/nec/necintrf.h +++ b/source/nec/necintrf.h @@ -1,10 +1,11 @@ -/* +/****************************************************************************** * NewOswan * necintrf.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + /* ASG 971222 -- rewrote this interface */ #ifndef __NECITRF_H_ #define __NECITRF_H_ diff --git a/source/nec/necmodrm.h b/source/nec/necmodrm.h index 2e1a46b..62cddd5 100644 --- a/source/nec/necmodrm.h +++ b/source/nec/necmodrm.h @@ -1,10 +1,10 @@ -/* +/****************************************************************************** * NewOswan * necmodrm.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ static struct { diff --git a/source/rom.c b/source/rom.c index 70daa64..5315969 100644 --- a/source/rom.c +++ b/source/rom.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan - * tom.c: + * rom.c: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/rom.h b/source/rom.h index cbb180a..cfbac78 100644 --- a/source/rom.h +++ b/source/rom.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * rom.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/ws.c b/source/ws.c index 0781c98..0a54b4c 100644 --- a/source/ws.c +++ b/source/ws.c @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * ws.c: Base wonderswan implementation * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + //////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/ws.h b/source/ws.h index e6b5f64..cd6b257 100644 --- a/source/ws.h +++ b/source/ws.h @@ -1,10 +1,11 @@ -/* +/******************************************************************************* * NewOswan * ws.h: * Based on the original Oswan-unix * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + ////////////////////////////////////////////////////////////////////////////// // // diff --git a/testserial.c b/testserial.c index 9317267..df0aee3 100644 --- a/testserial.c +++ b/testserial.c @@ -1,10 +1,11 @@ -/* +/****************************************************************************** * NewOswan * testserial.c: A simple tool to test serial in/out - * Based on the original Oswan-unix + * * Copyright (c) 2014-2021 986-Studio. All rights reserved. * - */ + ******************************************************************************/ + #include #include #include