diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-10-04 23:25:44 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-10-04 23:25:44 +1300 |
| commit | 1f82a90833990db8efe6111f89a9126a2fde74c5 (patch) | |
| tree | ba7783a34a51fa710e332b00f824cef93abc2436 /src/memory.rs | |
| parent | d58a4d4ec245ea336b0e8b93e5ae3907b39395b4 (diff) | |
feat: refactor tooling
Diffstat (limited to '')
| -rw-r--r-- | src/memory.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memory.rs b/src/memory.rs index d251231..3f1aadf 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + //! Implementation of memory for the MOS 6502. /// Maximum amount of memory that exists within the emulator. |