Adding notice to CPU
This commit is contained in:
parent
4740e7d7cf
commit
92ad30faf8
|
@ -8,6 +8,11 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <Nes_Core.h>
|
#include <Nes_Core.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optimizations by Sergio Martin (eien86) 2023-2024
|
||||||
|
* The license below (LGPLv2) applies.
|
||||||
|
*/
|
||||||
|
|
||||||
/* Copyright (C) 2003-2006 Shay Green. This module is free software; you
|
/* Copyright (C) 2003-2006 Shay Green. This module is free software; you
|
||||||
can redistribute it and/or modify it under the terms of the GNU Lesser
|
can redistribute it and/or modify it under the terms of the GNU Lesser
|
||||||
General Public License as published by the Free Software Foundation; either
|
General Public License as published by the Free Software Foundation; either
|
||||||
|
|
Loading…
Reference in New Issue