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

« back to all changes in this revision

Viewing changes to src/monitor/mon_register.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.2.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140510210823-r7x98jmpl1x7rgop
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:
46
46
void mon_register6502_init(struct monitor_cpu_type_s *monitor_cpu_type);
47
47
void mon_register6502dtv_init(struct monitor_cpu_type_s *monitor_cpu_type);
48
48
void mon_registerR65C02_init(struct monitor_cpu_type_s *monitor_cpu_type);
 
49
void mon_register65816_init(struct monitor_cpu_type_s *monitor_cpu_type);
49
50
void mon_registerz80_init(struct monitor_cpu_type_s *monitor_cpu_type);
50
51
void mon_register6809_init(struct monitor_cpu_type_s *monitor_cpu_type);
51
52
 
52
53
#endif
53