diff options
author | 2013-04-19 14:47:35 +0000 | |
---|---|---|
committer | 2013-04-19 14:47:35 +0000 | |
commit | be5e1248c44af7616e0c5bbfc6d625622c285768 (patch) | |
tree | a3fdec8a735cbeb66f4c8c15905fda5f01502c9e /src/mess/includes/mtx.h | |
parent | 1cf6d1965d49a46e2f5930a652c0ce56194cb194 (diff) |
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Diffstat (limited to 'src/mess/includes/mtx.h')
-rw-r--r-- | src/mess/includes/mtx.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mess/includes/mtx.h b/src/mess/includes/mtx.h index 486171837bf..43b25fd1576 100644 --- a/src/mess/includes/mtx.h +++ b/src/mess/includes/mtx.h @@ -77,10 +77,7 @@ public: DECLARE_WRITE8_MEMBER(mtx_cst_w); DECLARE_READ8_MEMBER(mtx_prt_r); void bankswitch(UINT8 data); + DECLARE_SNAPSHOT_LOAD_MEMBER( mtx ); }; -/*----------- defined in machine/mtx.c -----------*/ - -SNAPSHOT_LOAD( mtx ); - #endif /* __MTX_H__ */ |