mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-21 21:12:31 +00:00
9 lines
159 B
C
9 lines
159 B
C
![]() |
#include "hw/hw.h"
|
||
|
#include "hw/boards.h"
|
||
|
|
||
|
void register_machines(void)
|
||
|
{
|
||
|
qemu_register_machine(&shix_machine);
|
||
|
qemu_register_machine(&r2d_machine);
|
||
|
}
|