X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=source%2Fsrc%2Fvm%2Fmz2500%2Fmz1r12.h;h=d29429c420b9ca4b82f9c7adecd021170e82bcc2;hb=2fc1443c0f411167f1b61ff87e13fee36cd5876b;hp=98bd2321c12df5ed147d779004988cf2f528086e;hpb=75c44472a1250625fba8d2835934e592cabb5a14;p=csp-qt%2Fcommon_source_project-fm7.git diff --git a/source/src/vm/mz2500/mz1r12.h b/source/src/vm/mz2500/mz1r12.h index 98bd2321c..d29429c42 100644 --- a/source/src/vm/mz2500/mz1r12.h +++ b/source/src/vm/mz2500/mz1r12.h @@ -15,6 +15,8 @@ #include "../../emu.h" #include "../device.h" +namespace MZ2500 { + class MZ1R12 : public DEVICE { private: @@ -35,10 +37,9 @@ public: void release(); void write_io8(uint32_t addr, uint32_t data); uint32_t read_io8(uint32_t addr); - void decl_state(); - void save_state(FILEIO* state_fio); - bool load_state(FILEIO* state_fio); + bool process_state(FILEIO* state_fio, bool loading); }; +} #endif