From be5e1248c44af7616e0c5bbfc6d625622c285768 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 19 Apr 2013 14:47:35 +0000 Subject: SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) --- src/mess/machine/poly88.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/machine/poly88.c') diff --git a/src/mess/machine/poly88.c b/src/mess/machine/poly88.c index ea7de3da342..40bea79a1f9 100644 --- a/src/mess/machine/poly88.c +++ b/src/mess/machine/poly88.c @@ -252,7 +252,7 @@ WRITE8_MEMBER(poly88_state::poly88_intr_w) m_maincpu->set_input_line(0, CLEAR_LINE); } -SNAPSHOT_LOAD( poly88 ) +SNAPSHOT_LOAD_MEMBER( poly88_state, poly88 ) { address_space &space = image.device().machine().device("maincpu")->memory().space(AS_PROGRAM); UINT8* data= auto_alloc_array(image.device().machine(), UINT8, snapshot_size); -- cgit v1.2.3-70-g09d2