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

« back to all changes in this revision

Viewing changes to src/c64/cart/diashowmaker.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:
74
74
 
75
75
*/
76
76
 
77
 
#define DSM_CART_SIZE (8*0x400)
 
77
#define DSM_CART_SIZE (8 * 0x400)
78
78
 
79
79
/* ---------------------------------------------------------------------*/
80
80
 
202
202
    snapshot_module_t *m;
203
203
 
204
204
    m = snapshot_module_create(s, SNAP_MODULE_NAME,
205
 
                          CART_DUMP_VER_MAJOR, CART_DUMP_VER_MINOR);
 
205
                               CART_DUMP_VER_MAJOR, CART_DUMP_VER_MINOR);
206
206
    if (m == NULL) {
207
207
        return -1;
208
208
    }