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

« back to all changes in this revision

Viewing changes to src/vic20/vic20drive.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
int machine_drive_resources_init(void)
40
40
{
41
 
    return drive_resources_type_init(DRIVE_TYPE_1541)
 
41
    return drive_resources_type_init(DRIVE_TYPE_1541) /* FIXME: we should emulate 1540 */
42
42
        | iec_drive_resources_init() | ieee_drive_resources_init();
43
43
}
44
44
 
93
93
    iec_drive_idling_method(dnr);
94
94
}
95
95
 
96
 
void machine_drive_vsync_hook(void)
97
 
{
98
 
    iec_drive_vsync_hook();
99
 
}
100
 
 
101
96
void machine_drive_rom_load(void)
102
97
{
103
98
    iec_drive_rom_load();