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

« back to all changes in this revision

Viewing changes to src/arch/unix/uisid.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:
47
47
      (ui_callback_data_t)SID_ENGINE_RESID, NULL },
48
48
#endif
49
49
#ifdef HAVE_CATWEASELMKIII
50
 
    { N_("*Catweasle MKIII"), (ui_callback_t)radio_SidEngine,
 
50
    { N_("*Catweasel MKIII"), (ui_callback_t)radio_SidEngine,
51
51
      (ui_callback_data_t)SID_ENGINE_CATWEASELMKIII, NULL },
52
52
#endif
 
53
#ifdef HAVE_HARDSID
 
54
    { N_("*HardSID"), (ui_callback_t)radio_SidEngine,
 
55
      (ui_callback_data_t)SID_ENGINE_HARDSID, NULL },
 
56
#endif
53
57
    { NULL }
54
58
};
55
59