From 2d28c673166b633822922b5012fe976f9162c7ea Mon Sep 17 00:00:00 2001 From: ekeeke Date: Mon, 19 Sep 2022 14:03:44 +0200 Subject: [PATCH] [Core/VDP] added missing credits for enhanced 2-cell vscroll rendering mode --- HISTORY.txt | 1 + core/vdp_render.h | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index bfe9447..c8cfc82 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -125,6 +125,7 @@ Genesis Plus GX 1.7.5 (xx/xx/xxxx) (Eke-Eke) [Core/VDP] --------------- +* added optional enhanced 2-cell vertical scroll rendering mode (credits to AlexKiri) * implemented proper FIFO ring-buffer & unused bits behavior on CRAM/VSRAM reads (verified on real hardware by Nemesis) * improved accuracy of DMA Copy/Fill & added support for CRAM/VSRAM Fill (verified on real hardware by Nemesis) * improved V28/V30 mode switching during active display (verified on real hardware) diff --git a/core/vdp_render.h b/core/vdp_render.h index 5b341e3..aee3628 100644 --- a/core/vdp_render.h +++ b/core/vdp_render.h @@ -6,6 +6,7 @@ * * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Charles Mac Donald (original code) * Copyright (C) 2007-2016 Eke-Eke (Genesis Plus GX) + * Copyright (C) 2022 AlexKiri (enhanced vscroll mode rendering function) * * Redistribution and use of this code or any derivative works are permitted * provided that the following conditions are met: