Commodore64: Reconnected core to MultiClient.
This commit is contained in:
parent
df8788c6e1
commit
da3320ced3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue