Changeset 3406 for trunk/src/host/qemu-neo1973/hw/an5206.c
- Timestamp:
- 11/13/07 17:27:39 (6 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/hw/an5206.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/hw/an5206.c
r3316 r3406 38 38 target_ulong entry; 39 39 40 env = cpu_init();41 40 if (!cpu_model) 42 41 cpu_model = "m5206"; 43 if (cpu_m68k_set_model(env, cpu_model)) { 42 env = cpu_init(cpu_model); 43 if (!env) { 44 44 cpu_abort(env, "Unable to find m68k CPU definition\n"); 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.
