~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/c128/c128memsnapshot.c

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
 
200
200
    /* REU module: FIXME.  */
201
201
 
 
202
    /* GEORAM module: FIXME.  */
 
203
 
202
204
    /* IEEE 488 module.  */
203
205
    if (ieee488_enabled
204
206
        && tpicore_snapshot_write_module(machine_context.tpi1, s) < 0)
261
263
 
262
264
    /* REU module: FIXME.  */
263
265
 
 
266
    /* GEORAM module: FIXME.  */
 
267
 
264
268
    /* IEEE488 module.  */
265
269
    if (tpicore_snapshot_read_module(machine_context.tpi1, s) < 0) {
266
270
        ieee488_enabled = 0;