commodore64: actually connect the cartridge state to the serializer
This commit is contained in:
parent
e60f308af0
commit
2545bfbb4e
|
@ -234,7 +234,7 @@ namespace BizHawk.Emulation.Computers.Commodore64
|
||||||
ser.EndSection();
|
ser.EndSection();
|
||||||
|
|
||||||
ser.BeginSection("cart");
|
ser.BeginSection("cart");
|
||||||
|
cartPort.SyncState(ser);
|
||||||
ser.EndSection();
|
ser.EndSection();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue