summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple2gs.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
commit1940866c70674f0a625a79677b90f9f4a33b2e25 (patch)
tree0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/mess/machine/apple2gs.c
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/mess/machine/apple2gs.c')
-rw-r--r--src/mess/machine/apple2gs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/machine/apple2gs.c b/src/mess/machine/apple2gs.c
index a0bbb559a19..49a65e662d8 100644
--- a/src/mess/machine/apple2gs.c
+++ b/src/mess/machine/apple2gs.c
@@ -1881,7 +1881,6 @@ READ8_MEMBER(apple2gs_state::apple2gs_read_vector)
MACHINE_RESET_MEMBER(apple2gs_state,apple2gs)
{
-
apple2gs_refresh_delegates();
m_cur_slot6_image = NULL;
@@ -1929,7 +1928,6 @@ MACHINE_RESET_MEMBER(apple2gs_state,apple2gs)
MACHINE_START_MEMBER(apple2gs_state,apple2gscommon)
{
-
apple2gs_refresh_delegates();
apple2_init_common(machine());