X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=source%2Fsrc%2Fvm%2Fhd46505.h;h=3ae4c52b84b1eb9e30203c7b4b76b9df13610607;hb=6814d044c4e9c4965ee6bc6bc5ac9cafda3e7cf1;hp=81be7967888d7276f77f1fa748426ab589bce1a4;hpb=12d508e1fd99d1299f4bf292c417475f0894dc16;p=csp-qt%2Fcommon_source_project-fm7.git diff --git a/source/src/vm/hd46505.h b/source/src/vm/hd46505.h index 81be79678..3ae4c52b8 100644 --- a/source/src/vm/hd46505.h +++ b/source/src/vm/hd46505.h @@ -91,9 +91,7 @@ public: void event_vline(int v, int clock); void event_callback(int event_id, int err); void update_timing(int new_clocks, double new_frames_per_sec, int new_lines_per_frame); - void decl_state(); - void save_state(FILEIO* state_fio); - bool load_state(FILEIO* state_fio); + bool process_state(FILEIO* state_fio, bool loading); // unique function void set_context_disp(DEVICE* device, int id, uint32_t mask)