Updated VDP to handle GameGear. Added Turbo mode. Versio 1.0 me thinks!

This commit is contained in:
2026-05-18 14:57:19 +01:00
parent be43019fb0
commit 66f18d0510
5 changed files with 213 additions and 113 deletions

View File

@@ -23,7 +23,7 @@ namespace Core
//public const int TStatesPerFrame = 49780; //PAL
public SmsMachine()
{
{
MemoryBus = new SmsMemoryBus();
VideoProcessor = new SmsVdp();
AudioProcessor = new SmsApu();