mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
MCF5208 emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2924 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
62ea5b0bd3
commit
20dcee9483
13 changed files with 833 additions and 296 deletions
1
vl.c
1
vl.c
|
@ -6972,6 +6972,7 @@ void register_machines(void)
|
|||
#elif defined(TARGET_ALPHA)
|
||||
/* XXX: TODO */
|
||||
#elif defined(TARGET_M68K)
|
||||
qemu_register_machine(&mcf5208evb_machine);
|
||||
qemu_register_machine(&an5206_machine);
|
||||
#else
|
||||
#error unsupported CPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue