~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/vic20/vic20ieeevia1.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.2.5)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130728203823-w495rps5wuykespp
Tags: upstream-2.4.dfsg
ImportĀ upstreamĀ versionĀ 2.4.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    return viacore_peek(machine_context.ieeevia1, addr);
56
56
}
57
57
 
58
 
static void set_ca2(int state)
 
58
static void set_ca2(via_context_t *via_context, int state)
59
59
{
60
60
}
61
61
 
62
 
static void set_cb2(int state)
 
62
static void set_cb2(via_context_t *via_context, int state)
63
63
{
64
64
}
65
65