From 1f82a90833990db8efe6111f89a9126a2fde74c5 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 4 Oct 2024 23:25:44 +1300 Subject: feat: refactor tooling --- src/main.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 003d198..4d64f3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,11 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + //! 6502 Emulator written in Rust. Based off of information from Dave's playlist -//! using the now defunct -//! obelisk 6502 documentation. +//! +//! using the now defunct obelisk 6502 documentation. //! -//! Many comments are sourced from the Obelisk 6502 documentation +//! Many comments are sourced from the Obelisk 6502 documentation +//! mod cpu; mod instruction; -- cgit 1.4.1