~ubuntu-branches/ubuntu/utopic/vice/utopic-proposed

« back to all changes in this revision

Viewing changes to src/arch/os2/joy.c

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140510210823-v5aojvy1pv1sg132
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
        case VICE_MACHINE_C64SC:
263
263
        case VICE_MACHINE_C128:
264
264
        case VICE_MACHINE_C64DTV:
 
265
        case VICE_MACHINE_SCPU64:
265
266
            if (cmdline_register_options(joydev1cmdline_options) < 0) {
266
267
                return -1;
267
268
            }