ekeeke / Genesis-Plus-GX

An enhanced port of Genesis Plus - accurate & portable Sega 8/16 bit emulator
Other
698 stars 199 forks source link

Enchanced per-tile vertical scroll #453

Closed alexkiri closed 2 years ago

alexkiri commented 2 years ago

Same as here https://github.com/libretro/Genesis-Plus-GX/pull/306

This emulation hack allows allows each cell to be vscrolled individually, instead of being limited to 2-cell (16px). The offset of the new, intermediary cell is calculated as an average of the offset of the current 2-cell and the offset of the next 2-cell.

Before / after comparisons: contra-220804-160322 contra-220804-160117

Adventures of Batman   Robin, The (USA)-220808-224939 Adventures of Batman   Robin, The (USA)-220808-224925

Adventures of Batman   Robin, The (USA)-220808-224100 Adventures of Batman   Robin, The (USA)-220808-224117

ekeeke commented 2 years ago

Thank you !