commodore64: actually connect the cartridge state to the serializer

This commit is contained in:
saxxonpike 2012-12-03 08:42:50 +00:00
parent e60f308af0
commit 2545bfbb4e
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ namespace BizHawk.Emulation.Computers.Commodore64
ser.EndSection();
ser.BeginSection("cart");
cartPort.SyncState(ser);
ser.EndSection();
}
}