From 11d53755f5fcb9158f4fe3abaa3c0b480a461fe7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 23 Jun 2012 22:59:38 +0000 Subject: Added classes for save/load of emulation state. Added to Z80 CPU. --- WindowsPhone/Noddybox.Emulation/Noddybox.Emulation.csproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'WindowsPhone') diff --git a/WindowsPhone/Noddybox.Emulation/Noddybox.Emulation.csproj b/WindowsPhone/Noddybox.Emulation/Noddybox.Emulation.csproj index 043da49..3b75fc7 100644 --- a/WindowsPhone/Noddybox.Emulation/Noddybox.Emulation.csproj +++ b/WindowsPhone/Noddybox.Emulation/Noddybox.Emulation.csproj @@ -55,6 +55,18 @@ ClockEventArgs.cs + + EmulationStateException.cs + + + EmulationStateLoadManager.cs + + + EmulationStateSaveManager.cs + + + IEmulationState.cs + ReadOnlyArray.cs -- cgit v1.2.3