summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lviv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/lviv.h')
-rw-r--r--src/mess/includes/lviv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/includes/lviv.h b/src/mess/includes/lviv.h
index 0f5a31d7d80..0686d421a1a 100644
--- a/src/mess/includes/lviv.h
+++ b/src/mess/includes/lviv.h
@@ -53,6 +53,7 @@ public:
void lviv_setup_snapshot (UINT8 * data);
void dump_registers();
int lviv_verify_snapshot (UINT8 * data, UINT32 size);
+ DECLARE_SNAPSHOT_LOAD_MEMBER( lviv );
};
@@ -62,8 +63,6 @@ extern const i8255_interface lviv_ppi8255_interface_0;
extern const i8255_interface lviv_ppi8255_interface_1;
-SNAPSHOT_LOAD( lviv );
-
/*----------- defined in video/lviv.c -----------*/
extern const unsigned char lviv_palette[8*3];