From b272efd8e38ba9ff71376d0db3846a417bc304ca Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Sun, 10 Sep 2023 12:50:02 +0200 Subject: [PATCH] Update puce6502.h --- puce6502.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puce6502.h b/puce6502.h index 40893be..8790419 100644 --- a/puce6502.h +++ b/puce6502.h @@ -1,7 +1,7 @@ /* Puce6502 - MOS 6502 cpu emulator Last modified 1st of August 2020 - Copyright (c) 2018 Arthur Ferreira (arthur.ferreira2@gmail.com) + Copyright (c) 2018 Arthur Ferreira This version has been modified for Reinette II plus, a french Apple II plus emulator using SDL2 (https://github.com/ArthurFerreira2/reinette-II-plus).