/[gxemul]/trunk/src/cpus/cpu_m68k.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/cpu_m68k.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_m68k.c,v 1.3 2005/09/17 17:14:27 debug Exp $   *  $Id: cpu_m68k.c,v 1.4 2005/10/22 17:24:20 debug Exp $
29   *   *
30   *  Motorola 68K CPU emulation.   *  Motorola 68K CPU emulation.
31   */   */
# Line 66  int m68k_cpu_new(struct cpu *cpu, struct Line 66  int m68k_cpu_new(struct cpu *cpu, struct
66    
67          cpu->memory_rw = m68k_memory_rw;          cpu->memory_rw = m68k_memory_rw;
68          cpu->update_translation_table = m68k_update_translation_table;          cpu->update_translation_table = m68k_update_translation_table;
69          cpu->invalidate_translation_caches_paddr =          cpu->invalidate_translation_caches =
70              m68k_invalidate_translation_caches_paddr;              m68k_invalidate_translation_caches;
71          cpu->invalidate_code_translation = m68k_invalidate_code_translation;          cpu->invalidate_code_translation = m68k_invalidate_code_translation;
72          cpu->is_32bit = 1;          cpu->is_32bit = 1;
73    

Legend:
Removed from v.14  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26