From d1110de5dea68c00b99604534126c0706c1140ea Mon Sep 17 00:00:00 2001 From: beirich Date: Sun, 16 Jan 2011 06:31:14 +0000 Subject: [PATCH] SMS: implement zoomed sprites; VDP fixes; Ax Battler GG fixed --- BizHawk.Emulation/BizHawk.Emulation.csproj | 4 +- .../Consoles/PC Engine/VDC.Render.cs | 12 +- BizHawk.Emulation/Consoles/PC Engine/VDC.cs | 4 +- BizHawk.Emulation/Consoles/PC Engine/VPC.cs | 6 +- .../Consoles/Sega/SMS/Compat.txt | 13 +- BizHawk.Emulation/Consoles/Sega/SMS/SMS.cs | 54 +-- .../Consoles/Sega/SMS/VDP.Mode4.cs | 251 ++++++++++ BizHawk.Emulation/Consoles/Sega/SMS/VDP.cs | 453 +++++++----------- BizHawk.Emulation/Database/Database.cs | 2 +- .../BizHawk.MultiClient.csproj | 5 +- BizHawk.Util/BizHawk.Util.csproj | 1 - 11 files changed, 444 insertions(+), 361 deletions(-) create mode 100644 BizHawk.Emulation/Consoles/Sega/SMS/VDP.Mode4.cs diff --git a/BizHawk.Emulation/BizHawk.Emulation.csproj b/BizHawk.Emulation/BizHawk.Emulation.csproj index d6bcb17a73..6daac71852 100644 --- a/BizHawk.Emulation/BizHawk.Emulation.csproj +++ b/BizHawk.Emulation/BizHawk.Emulation.csproj @@ -1,4 +1,4 @@ - + Debug @@ -49,6 +49,7 @@ + @@ -150,7 +151,6 @@ -