Commodore64: Reconnected core to MultiClient.

This commit is contained in:
saxxonpike 2013-08-11 02:45:11 +00:00
parent df8788c6e1
commit da3320ced3
1 changed files with 3 additions and 3 deletions

View File

@ -1431,9 +1431,9 @@ namespace BizHawk.MultiClient
nextEmulator = a78; nextEmulator = a78;
break; break;
case "C64": case "C64":
//C64 c64 = new C64(nextComm, game, rom.RomData, rom.Extension); C64 c64 = new C64(nextComm, game, rom.RomData, rom.Extension);
//c64.HardReset(); c64.HardReset();
//nextEmulator = c64; nextEmulator = c64;
break; break;
case "GBA": case "GBA":
if (INTERIM) if (INTERIM)